Uses of Interface
net.bmahe.genetics4j.neat.spec.combination.NeatCombination
Packages that use NeatCombination
Package
Description
-
Uses of NeatCombination in net.bmahe.genetics4j.neat.combination
Fields in net.bmahe.genetics4j.neat.combination declared as NeatCombinationModifier and TypeFieldDescriptionprivate final NeatCombination
NeatChromosomeCombinator.neatCombination
Constructors in net.bmahe.genetics4j.neat.combination with parameters of type NeatCombinationModifierConstructorDescriptionNeatChromosomeCombinator
(RandomGenerator _randomGenerator, NeatCombination _neatCombination, ParentComparisonHandler _parentComparisonHandler) -
Uses of NeatCombination in net.bmahe.genetics4j.neat.spec.combination
Classes in net.bmahe.genetics4j.neat.spec.combination that implement NeatCombinationMethods in net.bmahe.genetics4j.neat.spec.combination that return NeatCombinationMethods in net.bmahe.genetics4j.neat.spec.combination with parameters of type NeatCombinationModifier and TypeMethodDescriptionstatic ImmutableNeatCombination
ImmutableNeatCombination.copyOf
(NeatCombination instance) Creates an immutable copy of aNeatCombination
value.final NeatCombination.Builder
ImmutableNeatCombination.Builder.from
(NeatCombination instance) Fill a builder with attribute values from the providedNeatCombination
instance.