Newton |
public sealed class NewtonMinimizer : IUnconstrainedMinimizer
The NewtonMinimizer type exposes the following members.
| Name | Description | |
|---|---|---|
| NewtonMinimizer | Initializes a new instance of the NewtonMinimizer class. |
| Name | Description | |
|---|---|---|
| GradientTolerance | Gets or sets the stopping threshold for the gradient norm. | |
| MaximumIterations | Gets or sets the maximum number of iterations. | |
| UseLineSearch | Gets or sets a value indicating whether a line search is used. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| FindMinimum | Finds a minimum of the objective function. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Minimum | Minimizes the objective function with Newton's method. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |