Uses of Class
net.bmahe.genetics4j.gpu.spec.fitness.ImmutableSingleKernelFitnessDescriptor
-
Uses of ImmutableSingleKernelFitnessDescriptor in net.bmahe.genetics4j.gpu.spec.fitness
Modifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.build()
Builds a newImmutableSingleKernelFitnessDescriptor
.ImmutableSingleKernelFitnessDescriptor.copyOf
(SingleKernelFitnessDescriptor instance) Creates an immutable copy of aSingleKernelFitnessDescriptor
value.ImmutableSingleKernelFitnessDescriptor.withDataLoaders
(Map<Integer, ? extends DataLoader> entries) Copy the current immutable object by replacing thedataLoaders
map with the specified map.ImmutableSingleKernelFitnessDescriptor.withKernelExecutionContextComputer
(KernelExecutionContextComputer value) Copy the current immutable object by setting a value for thekernelExecutionContextComputer
attribute.ImmutableSingleKernelFitnessDescriptor.withKernelName
(String value) Copy the current immutable object by setting a value for thekernelName
attribute.ImmutableSingleKernelFitnessDescriptor.withLocalMemoryAllocators
(Map<Integer, ? extends LocalMemoryAllocator> entries) Copy the current immutable object by replacing thelocalMemoryAllocators
map with the specified map.ImmutableSingleKernelFitnessDescriptor.withResultAllocators
(Map<Integer, ? extends ResultAllocator> entries) Copy the current immutable object by replacing theresultAllocators
map with the specified map.ImmutableSingleKernelFitnessDescriptor.withStaticDataLoaders
(Map<Integer, ? extends StaticDataLoader> entries) Copy the current immutable object by replacing thestaticDataLoaders
map with the specified map.Modifier and TypeMethodDescriptionprivate boolean
ImmutableSingleKernelFitnessDescriptor.equalTo
(int synthetic, ImmutableSingleKernelFitnessDescriptor another)