Should I set my bounds in the main function call or in the constraints function in global optimization?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nayan Rawat
am 8 Jul. 2019
Kommentiert: Nayan Rawat
am 8 Jul. 2019
Should I set my bounds in the main function call or in the constraints function in global optimization?
0 Kommentare
Akzeptierte Antwort
Bruno Luong
am 8 Jul. 2019
In the lb, ub if you can.
Then in linear constraints.
then in non-linear constraints.
Don't do in the main function.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Problem-Based Optimization Setup finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!