Uses of Class
net.bmahe.genetics4j.gpu.spec.fitness.SingleKernelFitnessDescriptor.Builder
Packages that use SingleKernelFitnessDescriptor.Builder
-
Uses of SingleKernelFitnessDescriptor.Builder in net.bmahe.genetics4j.gpu.spec.fitness
Methods in net.bmahe.genetics4j.gpu.spec.fitness that return SingleKernelFitnessDescriptor.BuilderModifier and TypeMethodDescriptionSingleKernelFitnessDescriptor.builder()ImmutableSingleKernelFitnessDescriptor.Builder.dataLoaders(Map<Integer, ? extends DataLoader> entries) Sets or replaces all mappings from the specified map as entries for thedataLoadersmap.ImmutableSingleKernelFitnessDescriptor.Builder.from(SingleKernelFitnessDescriptor instance) Fill a builder with attribute values from the providedSingleKernelFitnessDescriptorinstance.ImmutableSingleKernelFitnessDescriptor.Builder.kernelExecutionContextComputer(KernelExecutionContextComputer kernelExecutionContextComputer) Initializes the value for thekernelExecutionContextComputerattribute.ImmutableSingleKernelFitnessDescriptor.Builder.kernelName(String kernelName) Initializes the value for thekernelNameattribute.ImmutableSingleKernelFitnessDescriptor.Builder.localMemoryAllocators(Map<Integer, ? extends LocalMemoryAllocator> entries) Sets or replaces all mappings from the specified map as entries for thelocalMemoryAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.Builder.putAllDataLoaders(Map<Integer, ? extends DataLoader> entries) Put all mappings from the specified map as entries todataLoadersmap.ImmutableSingleKernelFitnessDescriptor.Builder.putAllLocalMemoryAllocators(Map<Integer, ? extends LocalMemoryAllocator> entries) Put all mappings from the specified map as entries tolocalMemoryAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.Builder.putAllResultAllocators(Map<Integer, ? extends ResultAllocator> entries) Put all mappings from the specified map as entries toresultAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.Builder.putAllStaticDataLoaders(Map<Integer, ? extends StaticDataLoader> entries) Put all mappings from the specified map as entries tostaticDataLoadersmap.ImmutableSingleKernelFitnessDescriptor.Builder.putDataLoaders(int key, DataLoader value) Put one entry to thedataLoadersmap.ImmutableSingleKernelFitnessDescriptor.Builder.putDataLoaders(Map.Entry<Integer, ? extends DataLoader> entry) Put one entry to thedataLoadersmap.ImmutableSingleKernelFitnessDescriptor.Builder.putLocalMemoryAllocators(int key, LocalMemoryAllocator value) Put one entry to thelocalMemoryAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.Builder.putLocalMemoryAllocators(Map.Entry<Integer, ? extends LocalMemoryAllocator> entry) Put one entry to thelocalMemoryAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.Builder.putResultAllocators(int key, ResultAllocator value) Put one entry to theresultAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.Builder.putResultAllocators(Map.Entry<Integer, ? extends ResultAllocator> entry) Put one entry to theresultAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.Builder.putStaticDataLoaders(int key, StaticDataLoader value) Put one entry to thestaticDataLoadersmap.ImmutableSingleKernelFitnessDescriptor.Builder.putStaticDataLoaders(Map.Entry<Integer, ? extends StaticDataLoader> entry) Put one entry to thestaticDataLoadersmap.ImmutableSingleKernelFitnessDescriptor.Builder.resultAllocators(Map<Integer, ? extends ResultAllocator> entries) Sets or replaces all mappings from the specified map as entries for theresultAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.Builder.staticDataLoaders(Map<Integer, ? extends StaticDataLoader> entries) Sets or replaces all mappings from the specified map as entries for thestaticDataLoadersmap.