Selection
From Adaptive Population based Simplex
TO COMPLETE
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.Ifx_{best}isbetterthanthebesteverfound(i.e.Best),setBest=x_{best}$;