Open yoos opened 10 years ago
We could process the data in Matlab. As long as the data output is something that I can use or I can make it into something that I can use then I should be able to do that. I'll play around with it tonight.
Sounds good. We currently export the generated path to a logfile in the output directory. Between the original costmap and the score depreciator in DecisionTree::DepreciateScore(), I think you'll have the information you need.
Also there is a difference between "simple" kriging and ordinary kriging. I don't know if you meant "simple" kriging as in a simple evaluator that uses kriging or a "simple kriging" in the sense that we're using the simple kriging technique. I think ordinary kriging is more applicable.
Oh, I saw a mention of Simple Kringing in your paper, thus my assumption. Ordinary kringing it is.
It sounds like you're on board with this anyways so I will be working towards that goal.
"Even so, they are useful in different frameworks: Kriging is made for estimation of a single realization of a random field, while regression models are based on multiple observations of a multivariate data set." -Per Wikipedia. Maybe we should just call it Gaussian Process Regression
We're going to be mathing on multiple multivariable mathing maths.
Yes, m'ing on quadruple m's is really the way to do it.
Mmm-mm. Can't wait.
Currently, the score is simply a sum of the scores of all traversed cells. We should instead implement a Ordinary Kriging evaluator in DecisionTree::CalcScore().