Click or drag to resize

ParameterOptimizerIterationResults.IndexOfVariable Method (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 OptimizerMultivariableFunctionResults stored in this set of results.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public int IndexOfVariable(
	string variableName
)

Parameters

variableName
Type: System.String
The name of the SolverVariableSettings whose index is desired.

Return Value

Type: Int32
The index of the SolverVariableSettings with the matching variableName and variable value in all of the OptimizerMultivariableFunctionResults stored in this, or -1 if the SolverVariableSettings is not stored in this set of results.
See Also