Click or drag to resize

MultivariableFunctionSolverVariables Property

Gets the SolverVariableSettings that will be used when computing this function. The variables passed to the function will be in the same order as this list of settings. There must be at least one variable set for this solver to work.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<SolverVariableSettings> Variables { get; }

Property Value

Type: IListSolverVariableSettings
See Also