Click or drag to resize

DurationFunctionDetails Class

Holds details of a function to be explored with DurationFunctionExplorer.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NumericalMethodsDurationFunctionDetails

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class DurationFunctionDetails

The DurationFunctionDetails type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCurrentValue
Gets the value of the function at the CurrentDuration.
Public propertyCurrentValueIsValid
Gets a value indicating whether CurrentValue is valid. CurrentValue is invalid if the function was not sampled for the CurrentDuration.
Public propertyDebuggingLogger
Gets or sets the HierarchicalLogger, used to provide debugging output for the findings analysis.
Public propertyExplorer
Gets the DurationFunctionExplorer that is exploring this function.
Public propertyExtremumConvergenceCriteria
Gets or sets the criteria used for convergence when searching for a precise local extremum of this function. When set to Variable, the ExtremumDurationTolerance is used. When set to Function, the ExtremumValueTolerance is used. Convergence can also be allowed on Either criteria or Both criteria can be required. By default, this property has the value Variable.
Public propertyExtremumValueTolerance
Gets or sets the tolerance with which to converge on function value when finding a local extremum of this function. By default, this property has the value 0.0, but it is ignored because ExtremumConvergenceCriteria is set to Variable.
Public propertyFunction
Gets or sets the function to explore.
Public propertyPreviousPreviousValue
Gets the value of the function at the PreviousPreviousDuration.
Public propertyPreviousPreviousValueIsValid
Gets a value indicating whether PreviousPreviousValue is valid. PreviousPreviousValue is invalid if the function was not sampled for the PreviousPreviousDuration.
Public propertyPreviousValue
Gets the value of the function at the PreviousDuration.
Public propertyPreviousValueIsValid
Gets a value indicating whether PreviousValue is valid. PreviousValue is invalid if the function was not sampled for the PreviousDuration.
Public propertyThresholds
Gets the collection of thresholds of interest.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also