Uses of Class
net.bmahe.genetics4j.neat.spec.combination.ImmutableNeatCombination
-
Uses of ImmutableNeatCombination in net.bmahe.genetics4j.neat.spec.combination
Modifier and TypeMethodDescriptionImmutableNeatCombination.Builder.build()
Builds a newImmutableNeatCombination
.static ImmutableNeatCombination
ImmutableNeatCombination.copyOf
(NeatCombination instance) Creates an immutable copy of aNeatCombination
value.private static ImmutableNeatCombination
ImmutableNeatCombination.validate
(ImmutableNeatCombination instance) final ImmutableNeatCombination
ImmutableNeatCombination.withInheritanceThresold
(double value) Copy the current immutable object by setting a value for theinheritanceThresold
attribute.final ImmutableNeatCombination
ImmutableNeatCombination.withParentComparisonPolicy
(ParentComparisonPolicy value) Copy the current immutable object by setting a value for theparentComparisonPolicy
attribute.final ImmutableNeatCombination
ImmutableNeatCombination.withReenableGeneInheritanceThresold
(double value) Copy the current immutable object by setting a value for thereenableGeneInheritanceThresold
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableNeatCombination.equalTo
(int synthetic, ImmutableNeatCombination another) private static ImmutableNeatCombination
ImmutableNeatCombination.validate
(ImmutableNeatCombination instance)