Skip to main content
. 2012 Mar 22;83(3):033108. doi: 10.1063/1.3694494

Table 2.

Pseudo-code of the evolution strategy algorithm.

1. Set k = 0
2. Initialize Pk = (x1, …, xn) with xj=(C HbO 2,C Hb ,A,b)j
3. Evaluate Pk
4. Repeat while (not converged)
a. Recombine P˜k=x˜1,...,x˜m (m > n)
b. Mutate Pk=P˜k+Zk
c. Evaluate Pk
d. Select n best individuals
e. k = k + 1
5. End