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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
IListSolverVariableSettingsSee Also