Click or drag to resize
Accord.NET (logo)

NelderMeadNumberOfVariables Property

Gets or sets the number of variables (free parameters) in the optimization problem. This number can be decreased after the algorithm has been created so it can operate on subspaces.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public override int NumberOfVariables { get; set; }
Request Example View Source

Property Value

Type: Int32

Implements

IOptimizationMethodTInput, TOutputNumberOfVariables
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also