Should I set my bounds in the main function call or in the constraints function in global optimization?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nayan Rawat
le 8 Juil 2019
Commenté : Nayan Rawat
le 8 Juil 2019
Should I set my bounds in the main function call or in the constraints function in global optimization?
0 commentaires
Réponse acceptée
Bruno Luong
le 8 Juil 2019
In the lb, ub if you can.
Then in linear constraints.
then in non-linear constraints.
Don't do in the main function.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Problem-Based Optimization Setup dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!