-
MYTEST fails when CODEGEN operations are called many times during the process.
Try MYTEST until all MEX files are compiled.
-
It would be great to allow for nonlinear equality and inequality constraints, at least for the multi-start local optimisation. For global and hybrid methods, nonlinear equality constraints are probabl…
-
Andrew noted singular Jacobian on third mission iteration of indirect optimization with EKF nav input.
-
I would like to ask few doubts from the following definition of coco_optimize to understand the working of different solver options given:
def coco_optimize(solver, fun, max_evals, max_runs=1):
…
-
In the constrained case, we have seen already some wrong captions due to the fact that some markers are based on the total number of f-evaluations only (even in the constrained case, see commit constr…
-
A number of proposed changes for streamlining and generalizing fitting and generally making things easier. Note that everything applies to analytic models only.
#### Unify all "parameters" k, s, q, h.…
-
I need to find the solution (x,y) to minimize a function. I choose trust-region-reflective algorithm on MATLAB, find the optimal solution is (1.45392043849310, 2.22057922774844e-14), and objective = -…
-
high priority. would like a way to do experiments comparing GP solve time to blindly running matlab's fmincon on the same model (without log transformation).
http://www.mathworks.com/help/optim/ug/fm…
-
It seems to me that for the measurement, the most I can do is set a noise/sd. The distribution is limited to normal or log normal. Is there any way to do it with a poisson or negative binomial distrib…
-
I've been interacting with folks that are interested in using KroneckerBio, and one of the features they value is the ability to import models from SimBiology. KroneckerBio supports this to an extent,…