n_offsprings in crossover and algorithm objects #525
Replies: 1 comment
-
Both times it stands for In Evolutionary Algorithms (e.g. NSGA2 or DE) it describes how many offsprings should be created in each generation. By default, this is equal to the population size. However, to create less or more greedy versions of algorithms it can be de- or increased. In the crossover itself, it describes how many individuals will be created during mating. SBX for example requires two parents and will create two offsprings (thus |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
May I know what's the difference between n_offsprings in a crossover object, say SBX, and one in an algorithm object, say NSGA2? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions