Uses of Class
net.bmahe.genetics4j.core.EASystem
-
Uses of EASystem in net.bmahe.genetics4j.core
Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
EASystem<T> EASystemFactory.from
(AbstractEAConfiguration<T> eaConfiguration, AbstractEAExecutionContext<T> eaExecutionContext, ExecutorService executorService, FitnessEvaluator<T> fitnessEvaluator) static <T extends Comparable<T>>
EASystem<T> EASystemFactory.from
(EAConfiguration<T> eaConfigurationSync, EAExecutionContext<T> eaExecutionContext) Factory method to create aEASystem
with a simple fitness computation method.static <T extends Comparable<T>>
EASystem<T> EASystemFactory.from
(EAConfiguration<T> eaConfigurationSync, EAExecutionContext<T> eaExecutionContext, ExecutorService executorService) Factory method to create aEASystem
with a simple fitness computation methodstatic <T extends Comparable<T>>
EASystem<T> EASystemFactory.from
(EAConfigurationBulkAsync<T> eaConfigurationBulkAsync, EAExecutionContext<T> eaExecutionContext) Factory method to create aEASystem
with an asynchronous fitness computation methodstatic <T extends Comparable<T>>
EASystem<T> EASystemFactory.from
(EAConfigurationBulkAsync<T> eaConfigurationBulkAsync, EAExecutionContext<T> eaExecutionContext, ExecutorService executorService) Factory method to create aEASystem
with an asynchronous fitness computation method -
Uses of EASystem in net.bmahe.genetics4j.gpu
Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
EASystem<T> GPUEASystemFactory.from
(GPUEAConfiguration<T> gpuEAConfiguration, GPUEAExecutionContext<T> gpuEAExecutionContext) static <T extends Comparable<T>>
EASystem<T> GPUEASystemFactory.from
(GPUEAConfiguration<T> gpuEAConfiguration, GPUEAExecutionContext<T> gpuEAExecutionContext, ExecutorService executorService)