MultivariableFunctionSolverIterationResults Methods |
The MultivariableFunctionSolverIterationResults type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
| |
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.) | |
GetConstraintSettings |
Gets the SolverConstraintSettings that correspond to the
constraints computed by the function.
The order of the SolverConstraintSettings in this array matches the order of the computed values.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPerturbedResults |
Gets the results of the
Function when the variable
with the same index in the MultivariableFunctionSolver was perturbed for this iteration.
Note that this may return if the Jacobian of the function that made these results was computed
analytically or if index is higher than the number of variables in the function.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVariableSettings |
Gets the SolverVariableSettings that correspond to the variable values used to compute
all of the function evaluations. The order of the SolverVariableSettings in this array matches
the order of the variable values.
| |
IndexOfConstraint(SolverConstraintSettings) |
Gets the index of the SolverConstraintSettings in the array that is returned by the
GetConstraintSettings method. This index also corresponds to the evaluated value
in the array returned by the GetConstraintValues of
every SolvableMultivariableFunctionResults stored in this set of results.
| |
IndexOfConstraint(String) |
Gets the index of the SolverConstraintSettings with the matching
constraintName in the array that is returned by the
GetConstraintSettings method. This index also corresponds to the evaluated value
in the array returned by the GetConstraintValues of
every SolvableMultivariableFunctionResults stored in this set of results.
| |
IndexOfVariable(SolverVariableSettings) |
Gets the index of the SolverVariableSettings in the array that is returned by the
GetVariableSettings method. This index also corresponds to the variable values
in the array returned by the GetVariablesUsed of
every SolvableMultivariableFunctionResults stored in this set of results.
| |
IndexOfVariable(String) |
Gets the index of the SolverVariableSettings with the matching
variableName in the array that is returned by the
GetVariableSettings method. This index also corresponds to the variable value
in the array returned by the GetVariablesUsed of
every SolvableMultivariableFunctionResults stored in this set of results.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |