how can we know the optimal solution from GA in MATLAB is the best solution? if all the results are always different from each other after run it in several times.
Mostrar comentarios más antiguos
the optimum solutions from GA are always different after I run it in several time, so I wonder that which one is the best solution or how many time should I run it to make sure it the best solution ? thank you very much.
Respuesta aceptada
Más respuestas (1)
Alan Weiss
el 30 de Jun. de 2015
1 voto
The Optimization Toolbox documentation discusses this issue. For ga, you can include a hybrid function to try to help get the best local optimum. But, in general, it is a hard problem to get a global minimum. See also the discussion about an isolated global minimum.
Alan Weiss
MATLAB mathematical toolbox documentation
1 comentario
Chantrea Lean
el 30 de Jun. de 2015
Categorías
Más información sobre Choose a Solver 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!