Class ImmutableNeatCombination.InitShim
java.lang.Object
net.bmahe.genetics4j.neat.spec.combination.ImmutableNeatCombination.InitShim
- Enclosing class:
ImmutableNeatCombination
-
Field Summary
Modifier and TypeFieldDescriptionprivate double
private byte
private ParentComparisonPolicy
private byte
private double
private byte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate String
(package private) double
(package private) void
inheritanceThresold
(double inheritanceThresold) (package private) ParentComparisonPolicy
(package private) void
parentComparisonPolicy
(ParentComparisonPolicy parentComparisonPolicy) (package private) double
(package private) void
reenableGeneInheritanceThresold
(double reenableGeneInheritanceThresold)
-
Field Details
-
inheritanceThresoldBuildStage
private byte inheritanceThresoldBuildStage -
inheritanceThresold
private double inheritanceThresold -
reenableGeneInheritanceThresoldBuildStage
private byte reenableGeneInheritanceThresoldBuildStage -
reenableGeneInheritanceThresold
private double reenableGeneInheritanceThresold -
parentComparisonPolicyBuildStage
private byte parentComparisonPolicyBuildStage -
parentComparisonPolicy
-
-
Constructor Details
-
InitShim
private InitShim()
-
-
Method Details
-
inheritanceThresold
double inheritanceThresold() -
inheritanceThresold
void inheritanceThresold(double inheritanceThresold) -
reenableGeneInheritanceThresold
double reenableGeneInheritanceThresold() -
reenableGeneInheritanceThresold
void reenableGeneInheritanceThresold(double reenableGeneInheritanceThresold) -
parentComparisonPolicy
ParentComparisonPolicy parentComparisonPolicy() -
parentComparisonPolicy
-
formatInitCycleMessage
-