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.gpuEAConfigurationMethods 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) Creates a GPU-accelerated EA system using the common thread pool.static <T extends Comparable<T>>
EASystem<T> GPUEASystemFactory.from(GPUEAConfiguration<T> gpuEAConfiguration, GPUEAExecutionContext<T> gpuEAExecutionContext, ExecutorService executorService) Creates a GPU-accelerated EA system with explicit thread pool management.Constructors in net.bmahe.genetics4j.gpu with parameters of type GPUEAConfigurationModifierConstructorDescriptionGPUFitnessEvaluator(GPUEAExecutionContext<T> _gpuEAExecutionContext, GPUEAConfiguration<T> _gpuEAConfiguration, ExecutorService _executorService) Constructs a GPU fitness evaluator with the specified configuration and execution context. -
Uses of GPUEAConfiguration in net.bmahe.genetics4j.gpu.spec
Subclasses of GPUEAConfiguration in net.bmahe.genetics4j.gpu.specModifier and TypeClassDescriptionfinal classImmutableGPUEAConfiguration<T extends Comparable<T>>Immutable implementation ofGPUEAConfiguration.Methods in net.bmahe.genetics4j.gpu.spec that return GPUEAConfigurationModifier and TypeMethodDescriptionImmutableGPUEAConfiguration.Builder.build()Builds a newGPUEAConfiguration.static <T extends Comparable<T>>
GPUEAConfiguration<T> ImmutableGPUEAConfiguration.copyOf(GPUEAConfiguration<T> instance) Creates an immutable copy of aGPUEAConfigurationvalue.Methods in net.bmahe.genetics4j.gpu.spec with parameters of type GPUEAConfigurationModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
GPUEAConfiguration<T> ImmutableGPUEAConfiguration.copyOf(GPUEAConfiguration<T> instance) Creates an immutable copy of aGPUEAConfigurationvalue.final GPUEAConfiguration.Builder<T> ImmutableGPUEAConfiguration.Builder.from(GPUEAConfiguration<T> instance) Fill a builder with attribute values from the providedGPUEAConfigurationinstance.