(FC)
download PDF
with first 40 pages
from my latest eBook
if you need more operators
click here
Read also
●
Herrera F.,
Lozano M.,
Verdegay J.L.
(1998), Tackling Real-Coded Genetic
Algorithms: Operators and Tools for Behavioural Analysis, in
Artificial Intelligence Review,
Kluwer, vol. 12, pp. 254-319
WEB:
http://citeseer.ifi.unizh.ch/herrera98tackling.html
http://citeseer.ist.psu.edu/herrera98tackling.html
Algorithm
1.
select two parents X(t)
and Y(t) from a parent pool
2.
create one offspring X(t+1)
as follows:
3.
for i = 1
to n do
4.
choose a uniform random real
number w
from interval <min(xi(t),yi(t)),
max(xi(t),yi(t))>
5.
xi(t+1)=w
6. end do |