optimixation by genetic algorithm using MATLAB

조회 수: 1 (최근 30일)
Ola Belal
Ola Belal 2019년 11월 25일
댓글: Ola Belal 2019년 11월 25일
I have typed this codes by I did not get any answer the error is shown in the attached screenshot

채택된 답변

Stephan
Stephan 2019년 11월 25일
편집: Stephan 2019년 11월 25일
Get rid of the square brackets - Matlab will interpret this as one input argument of a vectorized function. Therefore it throws the error.
result = myfitness(21,30,0.2)

추가 답변 (0개)

카테고리

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