Click or drag to resize
Accord.NET (logo)

ConjugateGradientProgress Event

Occurs when progress is made during the optimization.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public event EventHandler<OptimizationProgressEventArgs> Progress
Request Example View Source

Value

Type: SystemEventHandlerOptimizationProgressEventArgs
See Also