Uses of Class
net.bmahe.genetics4j.core.ImmutableIndividual
Packages that use ImmutableIndividual
-
Uses of ImmutableIndividual in net.bmahe.genetics4j.core
Methods in net.bmahe.genetics4j.core that return ImmutableIndividualModifier and TypeMethodDescriptionfinal ImmutableIndividual<T> ImmutableIndividual.withFitness(T value) Copy the current immutable object by setting a value for thefitnessattribute.final ImmutableIndividual<T> ImmutableIndividual.withGenotype(Genotype value) Copy the current immutable object by setting a value for thegenotypeattribute.Methods in net.bmahe.genetics4j.core with parameters of type ImmutableIndividualModifier and TypeMethodDescriptionprivate booleanImmutableIndividual.equalsByValue(ImmutableIndividual<?> another) Constructors in net.bmahe.genetics4j.core with parameters of type ImmutableIndividualModifierConstructorDescriptionprivateImmutableIndividual(ImmutableIndividual<T> original, Genotype genotype, T fitness)