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.gpuEAExecutionContextMethods 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) 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 GPUEAExecutionContextModifierConstructorDescriptionGPUFitnessEvaluator(GPUEAExecutionContext<T> _gpuEAExecutionContext, GPUEAConfiguration<T> _gpuEAConfiguration, ExecutorService _executorService) Constructs a GPU fitness evaluator with the specified configuration and execution context. -
Uses of GPUEAExecutionContext in net.bmahe.genetics4j.gpu.spec
Subclasses of GPUEAExecutionContext in net.bmahe.genetics4j.gpu.specModifier and TypeClassDescriptionfinal classImmutableGPUEAExecutionContext<T extends Comparable<T>>Immutable implementation ofGPUEAExecutionContext.Methods in net.bmahe.genetics4j.gpu.spec that return GPUEAExecutionContextModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.build()Builds a newGPUEAExecutionContext.static <T extends Comparable<T>>
GPUEAExecutionContext<T> ImmutableGPUEAExecutionContext.copyOf(GPUEAExecutionContext<T> instance) Creates an immutable copy of aGPUEAExecutionContextvalue.Methods in net.bmahe.genetics4j.gpu.spec with parameters of type GPUEAExecutionContextModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
GPUEAExecutionContext<T> ImmutableGPUEAExecutionContext.copyOf(GPUEAExecutionContext<T> instance) Creates an immutable copy of aGPUEAExecutionContextvalue.ImmutableGPUEAExecutionContext.Builder.from(GPUEAExecutionContext<T> instance) Fill a builder with attribute values from the providedGPUEAExecutionContextinstance.