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 NeatCombinationNeatChromosomeCombinator.neatCombinationConstructors in net.bmahe.genetics4j.neat.combination with parameters of type NeatCombinationModifierConstructorDescriptionNeatChromosomeCombinator(RandomGenerator _randomGenerator, NeatCombination _neatCombination, ParentComparisonHandler _parentComparisonHandler) Constructs a new NEAT chromosome combinator with the specified components. -
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 NeatCombinationModifier and TypeMethodDescriptionImmutableNeatCombination.Builder.build()Builds a newNeatCombination.static NeatCombinationNeatCombination.build()Creates a NEAT combination policy with default settings.static NeatCombinationImmutableNeatCombination.copyOf(NeatCombination instance) Creates an immutable copy of aNeatCombinationvalue.Methods in net.bmahe.genetics4j.neat.spec.combination with parameters of type NeatCombinationModifier and TypeMethodDescriptionstatic NeatCombinationImmutableNeatCombination.copyOf(NeatCombination instance) Creates an immutable copy of aNeatCombinationvalue.final NeatCombination.BuilderImmutableNeatCombination.Builder.from(NeatCombination instance) Fill a builder with attribute values from the providedNeatCombinationinstance.