Click or drag to resize

ParameterizedDurationVariableInitialValue Property

Gets or sets the initial Duration to use when the Value is initially 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.1.418.0 (24.1.418.0)
Syntax
public Duration InitialValue { get; set; }

Property Value

Type: Duration
See Also