필터 지우기
필터 지우기

Genetic Algorithm Toolbox Problem

조회 수: 2 (최근 30일)
b
b 2012년 5월 7일
답변: VENKATA SUPRIYA GOTTAM 2024년 3월 2일
I could not create a "creation function" in the genetic algorithm toolbox. My population consists of only real values. Firstly, my creation function includes,
function chrom=initrp(Nind,FunctionName,Options);
But i get stuck on "options" part. I am trying to write variables for options part. but it always give error on this.
How can i solve this problem? Thanks

채택된 답변

Walter Roberson
Walter Roberson 2012년 5월 7일
options should be a structure, according to the response when you posted your previous question about this a short time ago.

추가 답변 (1개)

VENKATA SUPRIYA GOTTAM
VENKATA SUPRIYA GOTTAM 2024년 3월 2일
Unrecognized function or variable 'initrp'.
Error in genet (line 36)
chrom=initrp(pop,range);

카테고리

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