StoppingConditionEvent Class |
Namespace: AGI.Foundation.StoppingConditions
The StoppingConditionEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| StoppingConditionEvent |
Initializes a new instance.
|
| Name | Description | |
|---|---|---|
| Condition |
Gets the definition of the StoppingCondition that detected the event.
| |
| DateOfEvent |
Gets the date of the detected event.
| |
| EventBehavior |
Gets or sets the behavior that the StoppablePropagator will perform having detected
this event.
| |
| StateOfEvent |
Gets the state of propagation at the time of
the event.
| |
| ThresholdUsed |
Gets the value of the threshold that the stopping condition was driving
propagation too.
| |
| ValueOfCondition |
Gets the value of the StoppingCondition detected at the event.
If the StoppingCondition is detecting a threshold, this should be
the value of that threshold plus or minus the tolerance.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |