Initialisation

From Adaptive Population based Simplex
Revision as of 18:44, 28 June 2013 by Editor (Talk | contribs) (Basic initialisation (i0))

Jump to: navigation, search

Basic initialisation (i0)

Population size vs Dimension

Draw at random N agents (positions) in the search space, according to an uniform distribution.

N=max(40+2D,402+(D+2)2)

where D is the dimension of the search space. Note that N needs to be at least equal to D+WewillneedthevolumeV(0)oftheprevioussimplex.Asnoonehasbeendefinedyet,wesimplysetitto0:UNIQ4ea6ded996324357MathJax3QINU===Populationcost===EvaluatetheNindividuals.SavethebestoneasBest.Thesumofallvalues(theyareallsupposedtobepositive,whichisalwayspossible),istheinitialpopulationcostC$. We are trying here to minimise it.