Find an optimum point in a 2D graph
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I hope to get some opinions on this:
I have a 2D graph, with 10 lines, which form constraints. I have the analytical relations of these graphs. Now I want to find the optimum point in the graph, which lies in the lower right corner of the feasible area. Of course I need some kind of weighing factor, to trade between the x an y values, I can specify something myself.
What is the best approach to this? I currently use the fmincon function. Even though the objective value is x(2)*constant-x(1) and there are only two non-linear constraints, it uses 2.4 seconds. Not that much, but I find it still rather slow. Are faster options?
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with Optimization Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!