Click or drag to resize
Accord.NET (logo)

OptimizationProgressEventArgs Properties

The OptimizationProgressEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEvaluations
Gets the number of function evaluations performed.
Public propertyFinished
Gets or sets a value indicating whether the optimization process is about to terminate.
Public propertyGradient
Gets the current gradient of the function being optimized.
Public propertyGradientNorm
Gets the norm of the current Gradient.
Public propertyIteration
Gets the current iteration of the method.
Public propertySolution
Gets the current solution parameters for the problem.
Public propertySolutionNorm
Gets the norm of the current Solution.
Public propertyStep
Gets the current step size.
Public propertyTag
An user-defined value associated with this object.
Public propertyValue
Gets the value of the function to be optimized at the current proposed Solution.
Top
See Also