TargetedSegmentListParameterOptimizerOnlyStoreFinalResults Property |
Gets or sets a value indicating whether this
operator should
report only the final results or all iterations/computations. For example, it is possible that this operator
will iterate to a solution and that each iteration will produce a large ephemeris.
If memory use is a concern and you do not need to do analysis on the iterations, ensure this is
. Conversely, if debugging the operator's performance is needed set this
property to
. By default this is
.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool OnlyStoreFinalResults { get; set; }
Public Property OnlyStoreFinalResults As Boolean
Get
Set
public:
property bool OnlyStoreFinalResults {
bool get ();
void set (bool value);
}
member OnlyStoreFinalResults : bool with get, set
Property Value
Type:
BooleanSee Also