필터 지우기
필터 지우기

Error in program (line 32) Caused by: Failure in initial user-supplied fitness function evaluation. GA cannot continue.

조회 수: 2 (최근 30일)
Hello all,
Good morning.
{
I've written this code.
lb=[0 -200];
ub=[1000 200];
for i=1:deltaT:24
for t=1:24
options=gaoptimset;
nvars = 2;
% X0=[0.1 0.1];
format short g
[P,fval,exitflag,output]= ga(@Cost2,nvars,[],[],[],[],lb,ub,[],[],options);
}
while executing this program, i have got the following error.
Error in ems_main (line 32)
[P,fval,exitflag,output]= ga(@Cost2,nvars,[],[],[],[],lb,ub,[],[],options);
Caused by:
Failure in initial user-supplied fitness function evaluation. GA cannot continue.
Please help me out in this.
Thanks,
Muthukannan

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by