Difference between revisions of "Selection"
From Adaptive Population based Simplex
m (→Basic selection (s0)) |
m |
||
Line 1: | Line 1: | ||
− | |||
− | |||
== Basic selection (s0) == | == Basic selection (s0) == | ||
# select a simplex S (i.e. D+1 individuals) at random; | # select a simplex S (i.e. D+1 individuals) at random; |
Revision as of 17:47, 28 June 2013
Basic selection (s0)
- select a simplex S (i.e. D+1 individuals) at random;
- select the three first ones;
- sort them, by increasing order of value (fitness). They are xbest, xworst2, and wworst.
If xbest is better than the best ever found (i.e. Best), set Best=xbest.