Uses of Interface
net.bmahe.genetics4j.neat.combination.parentcompare.ParentComparisonHandler
Package
Description
-
Uses of ParentComparisonHandler in net.bmahe.genetics4j.neat.combination
Modifier and TypeFieldDescriptionprivate final ParentComparisonHandler
NeatChromosomeCombinator.parentComparisonHandler
ModifierConstructorDescriptionNeatChromosomeCombinator
(RandomGenerator _randomGenerator, NeatCombination _neatCombination, ParentComparisonHandler _parentComparisonHandler) -
Uses of ParentComparisonHandler in net.bmahe.genetics4j.neat.combination.parentcompare
Modifier and TypeClassDescriptionclass
class
Modifier and TypeFieldDescriptionprivate final ServiceLoader
<ParentComparisonHandler> ParentComparisonHandlerLocator.parentComparisonHandlerServices
Modifier and TypeMethodDescriptionParentComparisonHandlerLocator.find
(ParentComparisonPolicy parentComparisonPolicy)