フィルターのクリア

GA optimisation issues please help

1 回表示 (過去 30 日間)
Bhavz
Bhavz 2015 年 3 月 20 日
Hi
options = gaoptimset('Generations',50,'PopulationSize',42);
nonlcon=@constraint;
[x,fval,exitflag] = ga(@objectiveFun,...
32,[],[],[],[],lb,[],nonlcon,options);
^^ thats my GA bit if I want to plot my received values from the [x,fval,exitflag] = ga(@objectiveFun,... 32,[],[],[],[],lb,[],nonlcon,options);
vs Time and not the generations/Population size bits is it possible and how can I do it ?

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by