Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to write selection function in genetic algorithm(Global Optimization Toolbox: ga)

1 Ansicht (letzte 30 Tage)
Jungeon Kim
Jungeon Kim am 19 Feb. 2019
Geschlossen: Stephan am 19 Feb. 2019
Hey guys, I have some problems to use customized genetic algorithm. Any help would be appreciated.
I want to use customized selection function. My code is below, but I receive error message: Index exceeds matrix dimensions.
Example function used is y=3*(1-x(1)).^2.*exp(-(x(1).^2)-(x(2)+1).^2)-10*(x(1)/5-x(1).^3-x(2).^5).*exp(-x(1).^2-x(2).^2)-1/3*exp(-(x(1)+1).^2-x(2).^2).
Please check my code and tell me what is the problem.
Thank you.

Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by