Package net.bmahe.genetics4j.gpu
Class GPUEASystemFactory
java.lang.Object
net.bmahe.genetics4j.gpu.GPUEASystemFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
EASystem<T> from
(GPUEAConfiguration<T> gpuEAConfiguration, GPUEAExecutionContext<T> gpuEAExecutionContext) static <T extends Comparable<T>>
EASystem<T> from
(GPUEAConfiguration<T> gpuEAConfiguration, GPUEAExecutionContext<T> gpuEAExecutionContext, ExecutorService executorService)
-
Constructor Details
-
GPUEASystemFactory
private GPUEASystemFactory()
-
-
Method Details
-
from
public static <T extends Comparable<T>> EASystem<T> from(GPUEAConfiguration<T> gpuEAConfiguration, GPUEAExecutionContext<T> gpuEAExecutionContext, ExecutorService executorService) -
from
public static <T extends Comparable<T>> EASystem<T> from(GPUEAConfiguration<T> gpuEAConfiguration, GPUEAExecutionContext<T> gpuEAExecutionContext)
-