input Variable
Defines an input variable for the problem. The order of specification for the input variables defines the order when interpreting an array of inputs.
Parameters
the name of the input variable. Must be in the set of names supplied when the problem was created.
the lower bound on the range of the input variable. Must be less than the upper bound. Must be finite.
the upper bound on the range of the input variable. Must be greater than the lower bound. Must be finite.
the granularity associated with the variable see ksl.utilities.math.KSLMath.mround. The default is 0.0
Defines an input variable for the problem. The order of specification for the input variables defines the order when interpreting an array of inputs.
Parameters
the name of the input variable. Must be in the set of names supplied when the problem was created.
the interval containing the variable
the granularity associated with the variable see ksl.utilities.math.KSLMath.mround. The default is 0.0