Class ImmutableNeatCombination.InitShim
java.lang.Object
net.bmahe.genetics4j.neat.spec.combination.ImmutableNeatCombination.InitShim
- Enclosing class:
ImmutableNeatCombination
@Generated(from="NeatCombination",
generator="Immutables")
private final class ImmutableNeatCombination.InitShim
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate doubleprivate byteprivate ParentComparisonPolicyprivate byteprivate doubleprivate byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String(package private) double(package private) voidinheritanceThresold(double inheritanceThresold) (package private) ParentComparisonPolicy(package private) voidparentComparisonPolicy(ParentComparisonPolicy parentComparisonPolicy) (package private) double(package private) voidreenableGeneInheritanceThresold(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
-