Uses of Class
net.bmahe.genetics4j.core.spec.ImmutableGenotypeFitness.Builder
-
Uses of ImmutableGenotypeFitness.Builder in net.bmahe.genetics4j.core.spec
Modifier and TypeMethodDescriptionstatic <T> ImmutableGenotypeFitness.Builder
<T> ImmutableGenotypeFitness.builder()
Creates a builder forImmutableGenotypeFitness
.Initializes the value for thefitness
attribute.ImmutableGenotypeFitness.Builder.from
(GenotypeFitness<T> instance) Fill a builder with attribute values from the providedGenotypeFitness
instance.Initializes the value for thegenotype
attribute.