what is wrong with my genetic algorithm?

2 次查看(过去 30 天)
Why am I am getting not enough input arguments for this simple genetic problem? please, see attachment for code and optimization app.

回答(1 个)

Matt J
Matt J 2018-5-8
编辑:Matt J 2018-5-8
GA has no way of knowing that your fitness function expects 2 arguments, F and x, and no way of dealing with that if you just pass @fit alone. Presumably your fitness function should really be @(x) fit(F,x).
  2 个评论
Matt J
Matt J 2018-5-8
You're welcome, but please Accept-click the answer to certify that. I also urge you to do the same for other contributors who have successfully answered your previous questions.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Genetic Algorithm 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by