Click or drag to resize
Accord.NET (logo)

BrentSearch Properties

The BrentSearch type exposes the following members.

Properties
  NameDescription
Public propertyFunction
Gets the function to be searched.
Public propertyLowerBound
Gets or sets the lower bound for the search interval a.
Public propertyMaxIterations
Gets or sets the maximum number of iterations that should be performed before the method terminates. Default is 500.
Public propertyNumberOfVariables
Gets the number of variables (free parameters) in the optimization problem.
Public propertySolution
Public propertyStatus
Gets the status of the search.
Public propertyTolerance
Gets or sets the tolerance margin when looking for an answer. Default is 1e-6.
Public propertyUpperBound
Gets or sets the lower bound for the search interval a.
Public propertyValue
Top
See Also