SLIDE 7 (1,λ)-Evolution Strategy with Cumulative Step size Adaptation on linear cost functions - Adrien Couëtoux – 25/01/10
Parameters
0<c<1 (usually between 1/d1/2 and 1/d); it represents the weight of the
past of the search in the update procedure
λ (number of candidates sampled at each iteration) X0 the initial parent,σ0>0 the initial step size and p0 a vector of the
search space, the initial path (usually 0search_space)
When at the nth iteration, given the current population Xn in S, step size σn and path pn:
We sample λ candidates (Xn,i)1≤i≤λ, independent and identically
distributed with
We select the one member that minimizes the cost function:
Xn+1=argmin1≤i≤λ {f(Xn,i )} (=min{Xn,i,1} in our case )
CSA algorithm
Xn,i ~ Xn + σ nN 0,Id
( )