Package | Description |
---|---|
org.deeplearning4j.arbiter.optimize.generator.genetic.crossover |
Modifier and Type | Class and Description |
---|---|
class |
ArithmeticCrossover
A crossover operator that linearly combines the genes of two parents.
|
class |
KPointCrossover
The K-Point crossover will select at random multiple crossover points.
|
class |
SinglePointCrossover
The single point crossover will select a random point where every genes before that point comes from one parent
and after which every genes comes from the other parent.
|
class |
UniformCrossover
The uniform crossover will, for each gene, randomly select the parent that donates the gene.
|
Copyright © 2020. All rights reserved.