GA toolbox running error

조회 수: 4 (최근 30일)
Ali Meghdadi
Ali Meghdadi 2013년 7월 24일
편집: Bakrey Bsata 2022년 4월 17일
Hi, I want to use genetic algorithm in my code but I get this:" Error running optimization. Too many output arguments ". So, I tried to run the rastriginsfcn which is written on the help file in the optimization toolbox so that I can understand if there is something wrong with my MATLAB or not. I input @rastriginsfcn in Fitness function and 2 in Number of variables and then push the start but it does not work either and I get the same error. Can someone help me out?

답변 (2개)

Alan Weiss
Alan Weiss 2013년 7월 24일
Please give the exact call you use and the exact exit message. Something like this:
[x,fval] = ga(@rastriginsfcn,2)
On my machine I get, at least for one run:
Optimization terminated: average change in the fitness value less than options.TolFun.
x =
0.9706 0.0063
fval =
1.1202
Alan Weiss
MATLAB mathematical toolbox documentation

Bakrey Bsata
Bakrey Bsata 2022년 4월 17일
편집: Bakrey Bsata 2022년 4월 17일
1- Open ga function as in the screenshot below with right click on ga word
2- check the function it must Open the right one as in the screenshot
and if it opens another one you have to delete or change it's name that function and keep the ga shown above.
3- Repeat the steps until it opens the Correct GA function shown above.

카테고리

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