optimization with gamultiobj (infeasible)
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hello all,
I have an optimization problem with two contradicting objective functions, I have optimized each function on its own successfully, now I need to opimise both of them simulatneously, so I decided to use gamultiobj. However, I get infeasible solution, is there something that I should set in the options ..What is happenning pls?
this is how I am using it now !
opts_ga = optimoptions('gamultiobj','Display','off');
[x,f,exitf,output,population,score] = gamultiobj(obj,14,A,B,Aeq,Beq,LB,UB,NLC,opts_ga);
Thanks
2 comentarios
Alan Weiss
el 27 de Sept. de 2020
From your brief description I cannot tell what the probem might be. Did you create the objective function correctly? Is your nonlinear constraint defined correctly? What do you mean "I get infeasible solution"? You have just two objectives, I suggest that you use the 'gaplotpareto' plot function to see what is happening.
Alan Weiss
MATLAB mathematical toolbox documentation
Respuestas (0)
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!