Difference between revisions of "Selection"

From Adaptive Population based Simplex
Jump to: navigation, search
(Basic selection (s0))
Line 2: Line 2:
  
 
== Basic selection (s0) ==
 
== Basic selection (s0) ==
Select a few agents (positions), typically three<br />
+
# 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 $w_{worst}.
  
Sort them.
+
If xbest is better than the best ever found (i.e. Best), set Best=xbest;

Revision as of 17:37, 28 June 2013

TO COMPLETE

Basic selection (s0)

  1. select a simplex S (i.e. D+1 individuals) at random;
  2. select the three first ones;
  3. sort them, by increasing order of value (fitness). They are xbest, xworst2, and wworst.Ifx_{best}isbetterthanthebesteverfound(i.e.Best),setBest=x_{best}$;