![]() |
BrentSearch Properties |
The BrentSearch type exposes the following members.
Name | Description | |
---|---|---|
![]() | Function |
Gets the function to be searched.
|
![]() | LowerBound |
Gets or sets the lower bound for the search interval a.
|
![]() | MaxIterations |
Gets or sets the maximum number of iterations that should be
performed before the method terminates. Default is 500.
|
![]() | NumberOfVariables |
Gets the number of variables (free parameters)
in the optimization problem.
|
![]() | Solution | |
![]() | Status |
Gets the status of the search.
|
![]() | Tolerance |
Gets or sets the tolerance margin when
looking for an answer. Default is 1e-6.
|
![]() | UpperBound |
Gets or sets the lower bound for the search interval a.
|
![]() | Value |
Gets the value at the solution found in the last call
to Minimize, Maximize,
Find(Double) or FindRoot.
|