G
- the type of genotypepublic interface Copy<G extends org.opt4j.core.Genotype>
extends org.opt4j.core.optimizer.Operator<G>
Genotype
.Modifier and Type | Method and Description |
---|---|
G |
copy(G genotype)
Copies a
Genotype . |
default java.lang.Class<? extends org.opt4j.core.optimizer.Operator<?>> |
getOperatorType() |
G copy(G genotype)
Genotype
. This operation is a deep copy whereas unit
elements are not cloned.genotype
- the genotype to copydefault java.lang.Class<? extends org.opt4j.core.optimizer.Operator<?>> getOperatorType()
getOperatorType
in interface org.opt4j.core.optimizer.Operator<G extends org.opt4j.core.Genotype>