| 
            
              ResilientBackpropagation Constructor (Int32)
             | 
          
        
          
    Namespace: 
   Accord.Math.Optimization
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxpublic ResilientBackpropagation(
	int numberOfVariables
)
Public Sub New ( 
	numberOfVariables As Integer
)
 Request Example
		View SourceParameters
- numberOfVariables
 - Type: SystemInt32
The number of parameters in the function to be optimized. 
See Also