Uses of Interface
net.bmahe.genetics4j.core.combination.ChromosomeCombinatorHandler
Packages that use ChromosomeCombinatorHandler
Package
Description
-
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination
Classes in net.bmahe.genetics4j.core.combination that implement ChromosomeCombinatorHandlerFields in net.bmahe.genetics4j.core.combination with type parameters of type ChromosomeCombinatorHandlerModifier and TypeFieldDescriptionprivate List<ChromosomeCombinatorHandler<T>> ChromosomeCombinatorResolver.chromosomeCombinatorHandlers -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.erx
Classes in net.bmahe.genetics4j.core.combination.erx that implement ChromosomeCombinatorHandlerModifier and TypeClassDescriptionclassEdgeRecombinationCrossoverHandler<T extends Comparable<T>> -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.multicombinations
Classes in net.bmahe.genetics4j.core.combination.multicombinations that implement ChromosomeCombinatorHandler -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.multipointarithmetic
Classes in net.bmahe.genetics4j.core.combination.multipointarithmetic that implement ChromosomeCombinatorHandlerModifier and TypeClassDescriptionclassMultiPointArithmeticCombinationHandler<T extends Comparable<T>> -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.multipointcrossover
Classes in net.bmahe.genetics4j.core.combination.multipointcrossover that implement ChromosomeCombinatorHandlerModifier and TypeClassDescriptionclassMultiPointCrossoverCombinationHandler<T extends Comparable<T>> -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.ordercrossover
Classes in net.bmahe.genetics4j.core.combination.ordercrossover that implement ChromosomeCombinatorHandler -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.singlepointarithmetic
Classes in net.bmahe.genetics4j.core.combination.singlepointarithmetic that implement ChromosomeCombinatorHandlerModifier and TypeClassDescriptionclassSinglePointArithmeticCombinationHandler<T extends Comparable<T>> -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.singlepointcrossover
Classes in net.bmahe.genetics4j.core.combination.singlepointcrossover that implement ChromosomeCombinatorHandler -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.spec
Fields in net.bmahe.genetics4j.core.spec with type parameters of type ChromosomeCombinatorHandlerModifier and TypeFieldDescriptionprivate final List<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.chromosomeCombinatorHandlersprivate List<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.InitShim.chromosomeCombinatorHandlersprivate List<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.Builder.defaultChromosomeCombinatorHandlersprivate final List<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.defaultChromosomeCombinatorHandlersprivate List<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlersMethods in net.bmahe.genetics4j.core.spec that return types with arguments of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionAbstractEAExecutionContext.chromosomeCombinatorHandlers()ImmutableEAExecutionContext.chromosomeCombinatorHandlers()(package private) List<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.InitShim.chromosomeCombinatorHandlers()AbstractEAExecutionContext.defaultChromosomeCombinatorHandlers()ImmutableEAExecutionContext.defaultChromosomeCombinatorHandlers()(package private) List<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlers()Methods in net.bmahe.genetics4j.core.spec with parameters of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addDefaultChromosomeCombinatorHandlers(ChromosomeCombinatorHandler<T> element) Adds one element todefaultChromosomeCombinatorHandlerslist.ImmutableEAExecutionContext.Builder.addDefaultChromosomeCombinatorHandlers(ChromosomeCombinatorHandler<T>... elements) Adds elements todefaultChromosomeCombinatorHandlerslist.final ImmutableEAExecutionContext<T> ImmutableEAExecutionContext.withDefaultChromosomeCombinatorHandlers(ChromosomeCombinatorHandler<T>... elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeCombinatorHandlers.Method parameters in net.bmahe.genetics4j.core.spec with type arguments of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addAllDefaultChromosomeCombinatorHandlers(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Adds elements todefaultChromosomeCombinatorHandlerslist.ImmutableEAExecutionContext.Builder.defaultChromosomeCombinatorHandlers(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Sets or replaces all elements fordefaultChromosomeCombinatorHandlerslist.(package private) voidImmutableEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlers(List<ChromosomeCombinatorHandler<T>> defaultChromosomeCombinatorHandlers) final ImmutableEAExecutionContext<T> ImmutableEAExecutionContext.withDefaultChromosomeCombinatorHandlers(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeCombinatorHandlers.Constructor parameters in net.bmahe.genetics4j.core.spec with type arguments of type ChromosomeCombinatorHandlerModifierConstructorDescriptionprivateImmutableEAExecutionContext(List<ChromosomeCombinatorHandler<T>> defaultChromosomeCombinatorHandlers, List<ChromosomeCombinatorHandlerFactory<T>> chromosomeCombinatorHandlerFactories, List<SelectionPolicyHandler<T>> defaultSelectionPolicyHandlers, List<SelectionPolicyHandlerFactory<T>> selectionPolicyHandlerFactories, List<MutationPolicyHandler<T>> defaultMutationPolicyHandlers, List<MutationPolicyHandlerFactory<T>> mutationPolicyHandlerFactories, List<ChromosomeMutationHandler<? extends Chromosome>> defaultChromosomeMutationPolicyHandlers, List<ChromosomeMutationHandlerFactory<T>> chromosomeMutationPolicyHandlerFactories, List<ReplacementStrategyHandler<T>> defaultReplacementStrategyHandlers, List<ReplacementStrategyHandlerFactory<T>> replacementStrategyHandlerFactories, RandomGenerator randomGenerator, int populationSize, ChromosomeFactoryProvider chromosomeFactoryProvider, List<EvolutionListener<T>> evolutionListeners, int numberOfPartitions) -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.gp.combination
Classes in net.bmahe.genetics4j.gp.combination that implement ChromosomeCombinatorHandler -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.gpu.spec
Fields in net.bmahe.genetics4j.gpu.spec with type parameters of type ChromosomeCombinatorHandlerModifier and TypeFieldDescriptionprivate final List<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.chromosomeCombinatorHandlersprivate List<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.InitShim.chromosomeCombinatorHandlersprivate List<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.Builder.defaultChromosomeCombinatorHandlersprivate final List<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.defaultChromosomeCombinatorHandlersprivate List<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlersMethods in net.bmahe.genetics4j.gpu.spec that return types with arguments of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.chromosomeCombinatorHandlers()(package private) List<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.InitShim.chromosomeCombinatorHandlers()ImmutableGPUEAExecutionContext.defaultChromosomeCombinatorHandlers()(package private) List<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlers()Methods in net.bmahe.genetics4j.gpu.spec with parameters of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addDefaultChromosomeCombinatorHandlers(ChromosomeCombinatorHandler<T> element) Adds one element todefaultChromosomeCombinatorHandlerslist.ImmutableGPUEAExecutionContext.Builder.addDefaultChromosomeCombinatorHandlers(ChromosomeCombinatorHandler<T>... elements) Adds elements todefaultChromosomeCombinatorHandlerslist.final ImmutableGPUEAExecutionContext<T> ImmutableGPUEAExecutionContext.withDefaultChromosomeCombinatorHandlers(ChromosomeCombinatorHandler<T>... elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeCombinatorHandlers.Method parameters in net.bmahe.genetics4j.gpu.spec with type arguments of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addAllDefaultChromosomeCombinatorHandlers(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Adds elements todefaultChromosomeCombinatorHandlerslist.ImmutableGPUEAExecutionContext.Builder.defaultChromosomeCombinatorHandlers(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Sets or replaces all elements fordefaultChromosomeCombinatorHandlerslist.(package private) voidImmutableGPUEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlers(List<ChromosomeCombinatorHandler<T>> defaultChromosomeCombinatorHandlers) final ImmutableGPUEAExecutionContext<T> ImmutableGPUEAExecutionContext.withDefaultChromosomeCombinatorHandlers(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeCombinatorHandlers.Constructor parameters in net.bmahe.genetics4j.gpu.spec with type arguments of type ChromosomeCombinatorHandlerModifierConstructorDescriptionprivateImmutableGPUEAExecutionContext(List<ChromosomeCombinatorHandler<T>> defaultChromosomeCombinatorHandlers, List<ChromosomeCombinatorHandlerFactory<T>> chromosomeCombinatorHandlerFactories, List<SelectionPolicyHandler<T>> defaultSelectionPolicyHandlers, List<SelectionPolicyHandlerFactory<T>> selectionPolicyHandlerFactories, List<MutationPolicyHandler<T>> defaultMutationPolicyHandlers, List<MutationPolicyHandlerFactory<T>> mutationPolicyHandlerFactories, List<ChromosomeMutationHandler<? extends Chromosome>> defaultChromosomeMutationPolicyHandlers, List<ChromosomeMutationHandlerFactory<T>> chromosomeMutationPolicyHandlerFactories, List<ReplacementStrategyHandler<T>> defaultReplacementStrategyHandlers, List<ReplacementStrategyHandlerFactory<T>> replacementStrategyHandlerFactories, RandomGenerator randomGenerator, int populationSize, ChromosomeFactoryProvider chromosomeFactoryProvider, List<EvolutionListener<T>> evolutionListeners, Predicate<Platform> platformFilters, Predicate<Device> deviceFilters) -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.neat.combination
Classes in net.bmahe.genetics4j.neat.combination that implement ChromosomeCombinatorHandlerModifier and TypeClassDescriptionclassNeatCombinationHandler<T extends Comparable<T>>Chromosome combinator handler for NEAT (NeuroEvolution of Augmenting Topologies) genetic crossover.