MultivariableFunctionSolverStepResultTResults, TDerivativeResults Class |
Namespace: AGI.Foundation.NumericalMethods
The MultivariableFunctionSolverStepResultTResults, TDerivativeResults type exposes the following members.
Name | Description | |
---|---|---|
MultivariableFunctionSolverStepResultTResults, TDerivativeResults |
Initializes a new instance.
|
Name | Description | |
---|---|---|
Aborted |
Gets a value indicating whether the solver has aborted.
| |
Converged |
Gets a value indicating whether the solver converged on this iteration.
| |
DerivativeResults |
Gets the results of this iteration of the evaluation of the derivative of the
multivariable function being solved.
| |
Finished |
Gets a value indicating whether the solver has finished, either because the evaluation was aborted or converged.
| |
FunctionValue |
Gets the multivariable function evaluation results.
| |
VariableDelta |
Gets the change that should be applied to the state variables in the next iteration.
| |
Warnings |
Gets any warnings that may have been encountered during this evaluation.
|
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.) |