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