Dimitar Stanev
Dimitar Stanev
I am looking into this. Linux does not have the same restrictions as MAC. I will try to translate the commands.
@chrisdembia I think I misused GCVSpline all this time. I created the GCVSpline and then called calcValue and calcDerivative. I expected to get smooth values, instead I was getting a...
``` @param aErrorVariance Estimate of the variance of the error in the data to be fit. If negative, the variance will be estimated. If 0.0, the fit will try to...
> It seems you think the default value should be negative (e.g., -1). I think that makes sense; after all, that is Simbody's behavior. However, it would be backwards-incompatible to...
Hi @jaredgrubb. The set command assigns a value to the variable. The postfix variables are used when the library is build so you have something like this docopt_[d|r|rd|md].[lib|dll|so]. The mark_as...
> About the time per step - yes, it will wary a lot depending on the position/velocity of the skeleton. Especially if it manages to push the foot through the...
Hi. I just realized that you tried to include CMake as well. In PR #22 I have included CMake support and tested on Linux and Windows with minimum changes.
@tgeijten, I am having this strange behavior, which I cannot explain. The same version of SCONE built on two different machines. I optimize on the first and then copy the...
Thanks. Yes, I thought so. Indeed, I started adding noise to the optimization to test if this will improve results. The problem becomes more frequent once I increase the number...
@tgeijten I am testing the following strategy: Evaluate the model multiple times and report the worst score. During the evaluation, I introduce random noise with a random seed so that...