Uses of Class
net.bmahe.genetics4j.neat.spec.ImmutableNeatChromosomeSpec
Packages that use ImmutableNeatChromosomeSpec
-
Uses of ImmutableNeatChromosomeSpec in net.bmahe.genetics4j.neat.spec
Methods in net.bmahe.genetics4j.neat.spec that return ImmutableNeatChromosomeSpecModifier and TypeMethodDescriptionprivate static ImmutableNeatChromosomeSpecImmutableNeatChromosomeSpec.validate(ImmutableNeatChromosomeSpec instance) ImmutableNeatChromosomeSpec.withMaxWeightValue(float value) Copy the current immutable object by setting a value for themaxWeightValueattribute.ImmutableNeatChromosomeSpec.withMinWeightValue(float value) Copy the current immutable object by setting a value for theminWeightValueattribute.ImmutableNeatChromosomeSpec.withNumInputs(int value) Copy the current immutable object by setting a value for thenumInputsattribute.ImmutableNeatChromosomeSpec.withNumOutputs(int value) Copy the current immutable object by setting a value for thenumOutputsattribute.Methods in net.bmahe.genetics4j.neat.spec with parameters of type ImmutableNeatChromosomeSpecModifier and TypeMethodDescriptionprivate booleanImmutableNeatChromosomeSpec.equalsByValue(ImmutableNeatChromosomeSpec another) private static ImmutableNeatChromosomeSpecImmutableNeatChromosomeSpec.validate(ImmutableNeatChromosomeSpec instance)