Uses of Class
net.bmahe.genetics4j.gpu.spec.GPUEAExecutionContext
-
Uses of GPUEAExecutionContext in net.bmahe.genetics4j.gpu
Modifier and TypeFieldDescriptionprivate final GPUEAExecutionContext
<T> GPUFitnessEvaluator.gpuEAExecutionContext
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 GPUEAExecutionContext in net.bmahe.genetics4j.gpu.spec
Modifier and TypeClassDescriptionfinal class
ImmutableGPUEAExecutionContext<T extends Comparable<T>>
Immutable implementation ofGPUEAExecutionContext
.Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableGPUEAExecutionContext<T> ImmutableGPUEAExecutionContext.copyOf
(GPUEAExecutionContext<T> instance) Creates an immutable copy of aGPUEAExecutionContext
value.ImmutableGPUEAExecutionContext.Builder.from
(GPUEAExecutionContext<T> instance) Fill a builder with attribute values from the providedGPUEAExecutionContext
instance.