public class CopyList extends java.lang.Object implements Copy<org.opt4j.core.genotype.ListGenotype<?>>
BooleanGenotype
,
DoubleGenotype
, and PermutationGenotype
.Constructor and Description |
---|
CopyList() |
Modifier and Type | Method and Description |
---|---|
org.opt4j.core.genotype.ListGenotype<?> |
copy(org.opt4j.core.genotype.ListGenotype<?> genotype)
Copies a
Genotype . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOperatorType
public org.opt4j.core.genotype.ListGenotype<?> copy(org.opt4j.core.genotype.ListGenotype<?> genotype)
Copy
Genotype
. This operation is a deep copy whereas unit
elements are not cloned.