Uses of Class
net.bmahe.genetics4j.gpu.spec.GPUEAConfiguration
-
Uses of GPUEAConfiguration in net.bmahe.genetics4j.gpu
Modifier and TypeFieldDescriptionprivate final GPUEAConfiguration
<T> GPUFitnessEvaluator.gpuEAConfiguration
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) ModifierConstructorDescriptionGPUFitnessEvaluator
(GPUEAExecutionContext<T> _gpuEAExecutionContext, GPUEAConfiguration<T> _gpuEAConfiguration, ExecutorService _executorService) -
Uses of GPUEAConfiguration in net.bmahe.genetics4j.gpu.spec
Modifier and TypeClassDescriptionfinal class
ImmutableGPUEAConfiguration<T extends Comparable<T>>
Immutable implementation ofGPUEAConfiguration
.Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableGPUEAConfiguration<T> ImmutableGPUEAConfiguration.copyOf
(GPUEAConfiguration<T> instance) Creates an immutable copy of aGPUEAConfiguration
value.final GPUEAConfiguration.Builder
<T> ImmutableGPUEAConfiguration.Builder.from
(GPUEAConfiguration<T> instance) Fill a builder with attribute values from the providedGPUEAConfiguration
instance.