ParameterizedScalarVariableInitialValue Property |
Gets or sets the initial value to use when the
Value is first evaluated. Note that this
initial value is neither scaled nor cross-validated in any way relative to the values in the
SolverVariableSettings.
This value will not show up in the iteration results.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double InitialValue { get; set; }
Public Property InitialValue As Double
Get
Set
public:
property double InitialValue {
double get ();
void set (double value);
}
member InitialValue : float with get, set
Property Value
Type:
DoubleSee Also