Lsqnonlin with nonlinear constraint!
Ältere Kommentare anzeigen
Dear Community, I need to use a nonlinear constraint with the "lsqnonlin" optimization algorithm. To apply the constraint I am using the following procedure. FF = myfunction(pars). In myfunction I use the IF statement as follows: IF "nonlin constraints are respected" then compute FF ELSE FF=10e100 END. In other words, I make the objective function very large if the constraint is not respected, making the algorithm search for other parameters. Since I do not know how the algorithm works, is this a feasible solution? Thanks
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Solver-Based Nonlinear Optimization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!