Uses of Class
net.bmahe.genetics4j.gpu.spec.Program
Packages that use Program
-
Uses of Program in net.bmahe.genetics4j.gpu.spec
Subclasses of Program in net.bmahe.genetics4j.gpu.specFields in net.bmahe.genetics4j.gpu.spec declared as ProgramModifier and TypeFieldDescriptionprivate Program
ImmutableGPUEAConfiguration.Builder.program
private final Program
ImmutableGPUEAConfiguration.program
Methods in net.bmahe.genetics4j.gpu.spec that return ProgramModifier and TypeMethodDescriptionstatic Program
static Program
Program.ofResource
(String resource, String kernelName) static Program
Program.ofResource
(String resource, String kernelName, String buildOptions) abstract Program
GPUEAConfiguration.program()
ImmutableGPUEAConfiguration.program()
Methods in net.bmahe.genetics4j.gpu.spec with parameters of type ProgramModifier and TypeMethodDescriptionstatic ImmutableProgram
Creates an immutable copy of aProgram
value.final ImmutableProgram.Builder
Fill a builder with attribute values from the providedProgram
instance.final GPUEAConfiguration.Builder
<T> Initializes the value for theprogram
attribute.final ImmutableGPUEAConfiguration
<T> ImmutableGPUEAConfiguration.withProgram
(Program value) Copy the current immutable object by setting a value for theprogram
attribute.Constructors in net.bmahe.genetics4j.gpu.spec with parameters of type ProgramModifierConstructorDescriptionprivate
ImmutableGPUEAConfiguration
(List<ChromosomeSpec> chromosomeSpecs, SelectionPolicy parentSelectionPolicy, CombinationPolicy combinationPolicy, List<MutationPolicy> mutationPolicies, ReplacementStrategy replacementStrategy, Function<Population<T>, Population<T>> postEvaluationProcessor, Termination<T> termination, Supplier<Genotype> genotypeGenerator, Collection<Genotype> seedPopulation, GenotypeCombinator genotypeCombinator, double offspringGeneratedRatio, Optimization optimization, Program program, OpenCLFitness<T> fitness)