Package org.opt4j.operators.copy
Provides the classes for the copy operator for genotypes.
- See Also:
Copy
-
Interface Summary Interface Description Copy<G extends org.opt4j.core.Genotype> Operator that creates copies of aGenotype
. -
Class Summary Class Description CopyGenericImplementation Implementation of theCopy
interface.CopyList Copy operator for plain lists likeBooleanGenotype
,DoubleGenotype
, andPermutationGenotype
.CopyModule TheCopyModule
is used for modules for theCopy
operator.