|
NonlinearConjugateGradient Constructor (Int32)
|
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math.Noncommercial (in Accord.Math.Noncommercial.dll) Version: 3.8.0
Syntax public NonlinearConjugateGradient(
int numberOfVariables
)
Public Sub New (
numberOfVariables As Integer
)
Request Example
View SourceParameters
- numberOfVariables
- Type: SystemInt32
The number of free parameters in the optimization problem.
See Also