Forward |
public class ForwardDifferenceGradientObjectiveFunction : IObjectiveFunction, IObjectiveFunctionEvaluation
The ForwardDifferenceGradientObjectiveFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| ForwardDifferenceGradientObjectiveFunction | Initializes a new instance of the ForwardDifferenceGradientObjectiveFunction class. |
| Name | Description | |
|---|---|---|
| Gradient | Gets the gradient at Point. | |
| GradientEvaluated | Gets or sets a value indicating whether the gradient has been evaluated. | |
| Hessian | Gets the Hessian matrix at Point. | |
| InnerObjectiveFunction | Gets or sets the wrapped objective function. | |
| IsGradientSupported | Gets a value indicating whether gradient information is available. | |
| IsHessianSupported | Gets a value indicating whether Hessian information is available. | |
| LowerBound | Gets or sets the lower bounds. | |
| MinimumIncrement | Gets or sets the minimum forward-difference increment. | |
| Point | Gets the point at which the objective function is currently evaluated. | |
| RelativeIncrement | Gets or sets the relative forward-difference increment. | |
| UpperBound | Gets or sets the upper bounds. | |
| Value | Gets the objective function value at Point. | |
| ValueEvaluated | Gets or sets a value indicating whether the objective value has been evaluated. |
| Name | Description | |
|---|---|---|
| CreateNew | Creates a new unevaluated and independent copy of this objective function. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| EvaluateAt | Evaluates the objective function at the specified point. | |
| EvaluateGradient | Evaluates the gradient by forward differences. | |
| EvaluateValue | Marks the objective value as evaluated. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| Fork | Creates a new independent copy of this objective function, evaluated at the same point. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |