Filter löschen
Filter löschen

GA optimisation issues please help

1 Ansicht (letzte 30 Tage)
Bhavz
Bhavz am 20 Mär. 2015
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 ?

Antworten (0)

Kategorien

Mehr zu Get Started with Optimization Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by