Difference between revisions of "Initialisation"

From Adaptive Population based Simplex
Jump to: navigation, search
m
(Basic method)
Line 2: Line 2:
  
  
== Basic method ==
+
== Basic APS ==
  
Draw at random N agents (positions) in the search space.
+
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.

Revision as of 20:49, 11 June 2013

TO COMPLETE


Basic APS

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.