luca-scr / GA

An R package for optimization using genetic algorithms
http://luca-scr.github.io/GA/
91 stars 29 forks source link

Choosing pairs for crossover from selection #44

Closed magierska closed 4 years ago

magierska commented 4 years ago

How are the selected inidviduals paired together for crossover after selection? Is it choosing each pair randomly from selected ones without replacement?

luca-scr commented 4 years ago

Sampling at random without replacement from those individuals surviving the selection step.