-
Dear Junior,
I just want to know what does each entry represent in parameterization. For example, in the example “volatilityOnly_expanded”, there are:
....
parameterization
tau , …
-
I am not a Matlab user, so when I run the code for a try, I am just confronted with some errors; could you please give me some help?
> > [AP,AP_tab,K,cost,mincost]=FitActivities(a,data_red,kin,1,1000…
-
I think it is a good time for us to start discussing the solver interface. My general impression is that trying to fit the solver we are implementing into the ``minimize`` interface may not be practic…
-
Hello,
I am using the drake toolbox compiled from source code (linux).
Without using snopt, I am getting errors when running the runAltasWalking.m example code. I am attaching the error message:
Bes…
-
### Results of the SQP solver on the test problem ``ELEC``.
This problem is described in \[1\], problem 2, and consist of given ``np`` electrons, find the equilibrium state distribution (of minima…
-
I have been able to use the fmincon algorithms: 'interior-point', 'sqp', 'active-set' . But the 'trust-region-reflective' algorithm produces this error:
Running OptimTraj, iteration 1
-> Transcript…
-
The main reason we resort to using global variables is that we need several data structures and parameters when we optimize using fmincon. I found a couple of pages([stack overflow](http://stackoverfl…
-
-
-
When I run OptimTraj, it prints out the message below. Perhaps OptimTraj could be modified to prevent this message from being printed.
Your initial point x0 is not between bounds lb and ub; FMINCON
s…