Difference between revisions of "Initialisation"
From Adaptive Population based Simplex
(→Basic APS) |
m (→Basic APS) |
||
Line 1: | Line 1: | ||
− | == Basic | + | == Basic initialisation (i0) == |
Draw at random N agents (positions) in the search space, according to an uniform distribution. | Draw at random N agents (positions) in the search space, according to an uniform distribution. |
Revision as of 21:47, 12 June 2013
Basic initialisation (i0)
Draw at random N agents (positions) in the search space, according to an uniform distribution.
N=max
where D is the dimension of the search space. Note that N needs to be at least equal to D+1.