Uses of Class
net.bmahe.genetics4j.neat.spec.combination.ImmutableNeatCombination
Packages that use ImmutableNeatCombination
-
Uses of ImmutableNeatCombination in net.bmahe.genetics4j.neat.spec.combination
Methods in net.bmahe.genetics4j.neat.spec.combination that return ImmutableNeatCombinationModifier and TypeMethodDescriptionprivate static ImmutableNeatCombinationImmutableNeatCombination.validate(ImmutableNeatCombination instance) final ImmutableNeatCombinationImmutableNeatCombination.withInheritanceThresold(double value) Copy the current immutable object by setting a value for theinheritanceThresoldattribute.final ImmutableNeatCombinationImmutableNeatCombination.withParentComparisonPolicy(ParentComparisonPolicy value) Copy the current immutable object by setting a value for theparentComparisonPolicyattribute.final ImmutableNeatCombinationImmutableNeatCombination.withReenableGeneInheritanceThresold(double value) Copy the current immutable object by setting a value for thereenableGeneInheritanceThresoldattribute.Methods in net.bmahe.genetics4j.neat.spec.combination with parameters of type ImmutableNeatCombinationModifier and TypeMethodDescriptionprivate booleanImmutableNeatCombination.equalsByValue(ImmutableNeatCombination another) private static ImmutableNeatCombinationImmutableNeatCombination.validate(ImmutableNeatCombination instance)