7 variable in genetic algorithms

조회 수: 1 (최근 30일)
mohammed hussein
mohammed hussein 2016년 2월 3일
편집: Geoff Hayes 2016년 2월 5일
Hi i am working with genetic algorithms toll box in m file with 7 variable ,
options=gaoptimset('InitialPopulation',x0);
[x,fval]= ga(FitnessFunction,7,[],[],[],[],lb,ub,[],options);
i have a problems it gives me error below i dont know why , can any one help me
thank you
Error in createAnonymousFcn>@(x)fcn(x,FcnArgs{:}) (line 11)
fcn_handle = @(x) fcn(x,FcnArgs{:});
Error in fcnvectorizer (line 13)
y(i,:) = feval(fun,(pop(i,:)));
Error in stepGA (line 44)
nextScore = fcnvectorizer(nextPopulation,FitnessFcn,1,options.SerialUserFcn);
Error in galincon (line 62)
[score,population,state] =
stepGA(score,population,options,state,GenomeLength,FitnessFcn);
Error in ga (line 359)
[x,fval,exitFlag,output,population,scores] = galincon(FitnessFcn,nvars, ...
  댓글 수: 5
mohammed hussein
mohammed hussein 2016년 2월 4일
thank you Walter Roberson for answering me . i have licences for MATLAB 2015b with optimization tool .i think because the GA connection with different program , that the reason for asking licences a lot of time . how can i reduce the number of times per second in genetic algorithms that may help me
Walter Roberson
Walter Roberson 2016년 2월 4일
Please post a screen capture of one of the license requests.

댓글을 달려면 로그인하십시오.

답변 (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