I have to optimise an objective function within defined limits
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have to optimise an objective function within defined limits. However, using problem-based optimization, I can only set the lower and upper bounds for input parameters, not the objective function itself. Any suggestions on how to approach this?
0 Commenti
Risposte (1)
Matt J
il 16 Dic 2023
Modificato: Matt J
il 16 Dic 2023
You can set any nonlinear constraint functions that you want, though ideally it would be continuously differentiable. However, bounds on the objective fuction are often not useful, because they can lead to discontiguous feasible sets.
2 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with Optimization Toolbox 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!