Nonlinear |
[Missing <summary> documentation for "T:Altaxo.Calc.Optimization.ObjectiveFunctions.NonlinearObjectiveFunctionNonAllocatingBase"]
public abstract class NonlinearObjectiveFunctionNonAllocatingBase : IObjectiveModel, IObjectiveModelEvaluation, IObjectiveModelNonAllocating
The NonlinearObjectiveFunctionNonAllocatingBase type exposes the following members.
| Name | Description | |
|---|---|---|
| NonlinearObjectiveFunctionNonAllocatingBase | Initializes a new instance of the NonlinearObjectiveFunctionNonAllocatingBase class |
| Name | Description | |
|---|---|---|
| DegreeOfFreedom | Get the degree of freedom | |
| FunctionEvaluations | Get the number of calls to function. | |
| Gradient | Get the Gradient vector of x and p. | |
| Hessian | Get the Hessian matrix of x and p, J'WJ | |
| IsFixedByUser | Get whether parameters are fixed or free (by the user). | |
| IsFixedByUserOrBoundary | Array of the length NumberOfParameters. If an element is true, that parameter is either fixed by the user (see IsFixedByUser), or is fixed because it has reached a boundary. This array will be updated only at the end of the minimization process. | |
| IsGradientSupported | ||
| IsHessianSupported | ||
| JacobianEvaluations | Get the number of calls to jacobian. | |
| ModelValues | Get the y-values of the fitted model that correspond to the independent values. | |
| NegativeGradient | Get the negative gradient vector of x and p. | |
| NumberOfObservations | Get the number of observations. | |
| NumberOfParameters | Get the number of unknown parameters. | |
| ObservedY | Set or get the values of the observations. | |
| Point | Set or get the values of the parameters. | |
| SigmaSquare | Gets Chi²/(N-F+1) | |
| Value | Get the residual sum of squares. | |
| Weights | Set or get the values of the weights for the observations. |
| Name | Description | |
|---|---|---|
| CreateNew | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| EvaluateAt(IReadOnlyListDouble) | ||
| EvaluateAt(VectorDouble) | ||
| EvaluateFunction | ||
| EvaluateJacobian | ||
| 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 | ||
| 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) | |
| NumericalJacobian | ||
| SetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) | Set parameters and bounds. | |
| SetParameters(VectorDouble, ListBoolean) | Set parameters and bounds. | |
| ToObjectiveFunction | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) |