| ParameterOptimizerVariables 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic IList<SolverVariableSettings> Variables { get; }Public ReadOnly Property Variables As IList(Of SolverVariableSettings)
	Get
public:
property IList<SolverVariableSettings^>^ Variables {
	IList<SolverVariableSettings^>^ get ();
}member Variables : IList<SolverVariableSettings> with get
Property Value
Type: 
IListSolverVariableSettings See Also
See Also