Saving a matrix that have been created in a function in order to use it later.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I use fmincon to minimize a function subject to nonlinear constraints. Every time a fmincon calls for a constraint evaluation i want save the values of the constraints, because i will need them on the next constraint evaluation.
2 Commenti
Stephen23
il 19 Apr 2017
The constraints are dynamic? I am not sure that the fmincon algorithm will like that...
Risposte (1)
dpb
il 19 Apr 2017
You don't have to try to do that; use the functional form for the constraints for fmincon to call whenever it needs to evaluate the constraints--
0 Commenti
Vedere anche
Categorie
Scopri di più su Nonlinear Optimization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!