Uses of Class
net.bmahe.genetics4j.gpu.spec.GPUEAExecutionContext
Packages that use GPUEAExecutionContext
-
Uses of GPUEAExecutionContext in net.bmahe.genetics4j.gpu
Fields in net.bmahe.genetics4j.gpu declared as GPUEAExecutionContextModifier and TypeFieldDescriptionprivate final GPUEAExecutionContext
<T> GPUFitnessEvaluator.gpuEAExecutionContext
Methods in net.bmahe.genetics4j.gpu with parameters of type GPUEAExecutionContextModifier 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) Constructors in net.bmahe.genetics4j.gpu with parameters of type GPUEAExecutionContextModifierConstructorDescriptionGPUFitnessEvaluator
(GPUEAExecutionContext<T> _gpuEAExecutionContext, GPUEAConfiguration<T> _gpuEAConfiguration, ExecutorService _executorService) -
Uses of GPUEAExecutionContext in net.bmahe.genetics4j.gpu.spec
Subclasses of GPUEAExecutionContext in net.bmahe.genetics4j.gpu.specModifier and TypeClassDescriptionfinal class
ImmutableGPUEAExecutionContext<T extends Comparable<T>>
Immutable implementation ofGPUEAExecutionContext
.Methods in net.bmahe.genetics4j.gpu.spec with parameters of type GPUEAExecutionContextModifier 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.