Effacer les filtres
Effacer les filtres

Help with Stopping Criteria when using 'gamultiobj' for Multiobjective Optimization.

3 vues (au cours des 30 derniers jours)
Le Huy
Le Huy le 12 Avr 2017
Hi everyone, My problem is: I have two objective functions and I want to set the stopping criteria is when the two objective functions (both of them) reach the value of zero ("0"). Could someone please guide me how can I do it or help me with some clues for this. I read the Stopping Criteria in matlab here https://www.mathworks.com/help/gads/genetic-algorithm-options.html#f8335 but I didn't find the way for my situation. I appreciate your help. Thank you!

Réponses (1)

Alan Weiss
Alan Weiss le 13 Avr 2017
I am not at all sure that I understand what you are trying to do, but it is possible that an Output Function could stop your optimization when you like.
However, it is also not clear to me that you have formulated your problem properly as a multiobjective problem. Is it the case that a single objective for your problem could be
fun = abs(f1(x)) + abs(f2(x))
where f1 and f2 are the two objective functions?
Alan Weiss
MATLAB mathematical toolbox documentation

Catégories

En savoir plus sur Multiobjective Optimization 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!

Translated by