How can I find the optimal point of two fitness functions
Mostrar comentarios más antiguos
I have two fitness functions and I want to maximize them 1.FH=f(a,b,h,N) 2.M=f(a,b,h,N) *a,b,h are constraints, but N is f(a) I have two questions 1.In opmtimal tool, N will be optimized or just compute in equation of N before we get a 2.How can I get the optimal point of two fitness functions by GA
thanks for answer
Respuestas (1)
Alan Weiss
el 11 de En. de 2016
0 votos
Secondly, are you asking about solving two independent optimization problems, or a multiobjective problem? For two independent problems, just call the solver twice, once for each objective problem. For a multiobjective problem, see Multiobjective Optimization.
Alan Weiss
MATLAB mathematical toolbox documentation
Categorías
Más información sobre Multiobjective Optimization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!