Uses of Class
net.bmahe.genetics4j.gp.InputSpec
Packages that use InputSpec
-
Uses of InputSpec in net.bmahe.genetics4j.gp
Subclasses of InputSpec in net.bmahe.genetics4j.gpMethods in net.bmahe.genetics4j.gp with parameters of type InputSpecModifier and TypeMethodDescriptionstatic ImmutableInputSpec
Creates an immutable copy of aInputSpec
value.Fill a builder with attribute values from the providedInputSpec
instance.Method parameters in net.bmahe.genetics4j.gp with type arguments of type InputSpec -
Uses of InputSpec in net.bmahe.genetics4j.gp.program
Fields in net.bmahe.genetics4j.gp.program declared as InputSpecModifier and TypeFieldDescriptionprivate InputSpec
ImmutableProgram.Builder.inputSpec
private final InputSpec
ImmutableProgram.inputSpec
Methods in net.bmahe.genetics4j.gp.program that return InputSpecModifier and TypeMethodDescriptionImmutableProgram.inputSpec()
abstract InputSpec
Program.inputSpec()
Methods in net.bmahe.genetics4j.gp.program with parameters of type InputSpecModifier and TypeMethodDescriptionfinal ImmutableProgram.Builder
Initializes the value for theinputSpec
attribute.static ImmutableProgram
ImmutableProgram.of
(Iterable<? extends OperationFactory> functions, Iterable<? extends OperationFactory> terminal, InputSpec inputSpec, int maxDepth) Construct a new immutableProgram
instance.static ImmutableProgram
ImmutableProgram.of
(Set<OperationFactory> functions, Set<OperationFactory> terminal, InputSpec inputSpec, int maxDepth) Construct a new immutableProgram
instance.final ImmutableProgram
ImmutableProgram.withInputSpec
(InputSpec value) Copy the current immutable object by setting a value for theinputSpec
attribute.Constructors in net.bmahe.genetics4j.gp.program with parameters of type InputSpecModifierConstructorDescriptionprivate
ImmutableProgram
(Iterable<? extends OperationFactory> functions, Iterable<? extends OperationFactory> terminal, InputSpec inputSpec, int maxDepth) private
ImmutableProgram
(ImmutableProgram original, Set<OperationFactory> functions, Set<OperationFactory> terminal, InputSpec inputSpec, int maxDepth)