Difference between revisions of "Initialisation"
From Adaptive Population based Simplex
(→Basic method) |
m |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
== Basic APS == | == Basic APS == | ||
Revision as of 20:50, 11 June 2013
Basic APS
Draw at random N agents (positions) in the search space, according to an uniform distribution.
N=max(40+2√D,√402+(D+2)2)
where D is the dimension of the search space.