Initialisation

From Adaptive Population based Simplex
Revision as of 20:50, 11 June 2013 by Admin (Talk | contribs)

Jump to: navigation, search

Basic APS

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

$N=\max\left(40+2\sqrt{D},\sqrt{40^{2}+\left(D+2\right)^{2}}\right)\tag{1}$

where $D$ is the dimension of the search space.