DoubleFunctionDetails Class |
Namespace: AGI.Foundation.NumericalMethods
The DoubleFunctionDetails type exposes the following members.
Name | Description | |
---|---|---|
DoubleFunctionDetails |
Initializes a new instance.
| |
DoubleFunctionDetails(DoubleSimpleFunction) |
Initializes a new instance.
|
Name | Description | |
---|---|---|
CurrentValue |
Gets the value of the function at the CurrentVariable.
| |
CurrentValueIsValid |
Gets a value indicating whether CurrentValue is valid.
CurrentValue is invalid if the function was not sampled for the
CurrentVariable.
| |
DebuggingLogger |
Gets or sets the HierarchicalLogger, used to provide debugging output for the findings analysis.
| |
Explorer |
Gets the DoubleFunctionExplorer that is exploring this function.
| |
ExtremumConvergenceCriteria |
Gets or sets the criteria used for convergence when searching for a precise local
extremum of this function. When set to Variable, the
ExtremumVariableTolerance 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.
| |
ExtremumValueTolerance |
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.
| |
Function |
Gets or sets the function to explore.
| |
PreviousPreviousValue |
Gets the value of the function at the PreviousPreviousVariable.
| |
PreviousPreviousValueIsValid |
Gets a value indicating whether PreviousPreviousValue is valid.
PreviousPreviousValue is invalid if the function was not sampled for the
PreviousPreviousVariable.
| |
PreviousValue |
Gets the value of the function at the PreviousVariable.
| |
PreviousValueIsValid |
Gets a value indicating whether PreviousValue is valid.
PreviousValue is invalid if the function was not sampled for the
PreviousVariable.
| |
Thresholds |
Gets the collection of thresholds of interest.
|
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.) |