Uses of Class
net.bmahe.genetics4j.gpu.spec.fitness.ImmutableSingleKernelFitnessDescriptor
Packages that use ImmutableSingleKernelFitnessDescriptor
-
Uses of ImmutableSingleKernelFitnessDescriptor in net.bmahe.genetics4j.gpu.spec.fitness
Methods in net.bmahe.genetics4j.gpu.spec.fitness that return ImmutableSingleKernelFitnessDescriptorModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.withDataLoaders(Map<Integer, ? extends DataLoader> entries) Copy the current immutable object by replacing thedataLoadersmap with the specified map.ImmutableSingleKernelFitnessDescriptor.withKernelExecutionContextComputer(KernelExecutionContextComputer value) Copy the current immutable object by setting a value for thekernelExecutionContextComputerattribute.ImmutableSingleKernelFitnessDescriptor.withKernelName(String value) Copy the current immutable object by setting a value for thekernelNameattribute.ImmutableSingleKernelFitnessDescriptor.withLocalMemoryAllocators(Map<Integer, ? extends LocalMemoryAllocator> entries) Copy the current immutable object by replacing thelocalMemoryAllocatorsmap with the specified map.ImmutableSingleKernelFitnessDescriptor.withResultAllocators(Map<Integer, ? extends ResultAllocator> entries) Copy the current immutable object by replacing theresultAllocatorsmap with the specified map.ImmutableSingleKernelFitnessDescriptor.withStaticDataLoaders(Map<Integer, ? extends StaticDataLoader> entries) Copy the current immutable object by replacing thestaticDataLoadersmap with the specified map.Methods in net.bmahe.genetics4j.gpu.spec.fitness with parameters of type ImmutableSingleKernelFitnessDescriptorModifier and TypeMethodDescriptionprivate booleanImmutableSingleKernelFitnessDescriptor.equalsByValue(ImmutableSingleKernelFitnessDescriptor another)