StoppingCondition Properties |
The StoppingCondition type exposes the following members.
Name | Description | |
---|---|---|
AngularSetting |
Gets or sets the range a value should be cropped to if the value computed is a angle, or indicates that the value
computed is not an angle. By default this is set to NotCircular.
| |
Constraints |
Gets additional constraints on the stopping condition.
The constraints allow you to add extra criteria to whether
an event should be considered valid to stop on. See
their help for more information.
| |
Enabled |
Gets or sets if this StoppingCondition will be considered during propagation.
| |
FunctionTolerance |
Gets or sets how close the function value must get to the threshold to
be considered equal to. Note that even if there is unquestionably a threshold, if the event search can not
converge to a value at or below this value, it will not satisfy the stopping condition and no event will be
logged. This must be larger than machine precision of values near the threshold.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
Name |
Gets or sets an optional name for this stopping condition.
| |
RequireFunctionTolerance |
Gets or sets a value indicating whether the FunctionTolerance does not need to be satisfied. The search for an event will
still attempt to converge to within the FunctionTolerance, but if it is known that an event
is there (such as a threshold crossing), the event will be reported and this condition consider satisfied
even if the search did not converge within the FunctionTolerance. This is
by default.
| |
SatisfiedCallback |
Gets or sets a callback that is executed when this condition is satisfied.
| |
StopOnEventNumber |
Gets or sets how many times the threshold must be met, or how many extrema must be found before stopping.
If a StoppingConditionEvaluator finds a valid stop except for a
constraint being unsatisfied, that will not count as a crossing.
| |
TypeOfStoppingCondition |
Gets or sets the type of the event to stop on (extrema, threshold, ...).
|