Click or drag to resize
Accord.NET (logo)

ResilientBackpropagation Constructor (Int32)

Creates a new ResilientBackpropagation function optimizer.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public ResilientBackpropagation(
	int numberOfVariables
)
Request Example View Source

Parameters

numberOfVariables
Type: SystemInt32
The number of parameters in the function to be optimized.
See Also