Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBase Class

[Missing <summary> documentation for "T:Altaxo.Calc.Optimization.ObjectiveFunctions.NonlinearObjectiveFunctionNonAllocatingBase"]

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Optimization.ObjectiveFunctionsNonlinearObjectiveFunctionNonAllocatingBase
    Altaxo.Calc.Optimization.ObjectiveFunctionsNonlinearObjectiveFunctionNonAllocating
    Altaxo.Calc.Regression.NonlinearNonlinearModelOfFitEnsemble

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract class NonlinearObjectiveFunctionNonAllocatingBase : IObjectiveModel, 
	IObjectiveModelEvaluation, IObjectiveModelNonAllocating

The NonlinearObjectiveFunctionNonAllocatingBase type exposes the following members.

Constructors
 NameDescription
Public methodNonlinearObjectiveFunctionNonAllocatingBaseInitializes a new instance of the NonlinearObjectiveFunctionNonAllocatingBase class
Top
Properties
 NameDescription
Public propertyDegreeOfFreedom Get the degree of freedom
Public propertyFunctionEvaluations Get the number of calls to function.
Public propertyGradient Get the Gradient vector of x and p.
Public propertyHessian Get the Hessian matrix of x and p, J'WJ
Public propertyIsFixedByUser Get whether parameters are fixed or free (by the user).
Public propertyIsFixedByUserOrBoundary 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.
Public propertyIsGradientSupported 
Public propertyIsHessianSupported 
Public propertyJacobianEvaluations Get the number of calls to jacobian.
Public propertyModelValues Get the y-values of the fitted model that correspond to the independent values.
Public propertyNegativeGradient Get the negative gradient vector of x and p.
Public propertyNumberOfObservations Get the number of observations.
Public propertyNumberOfParameters Get the number of unknown parameters.
Public propertyObservedY Set or get the values of the observations.
Public propertyPoint Set or get the values of the parameters.
Public propertySigmaSquare Gets Chi²/(N-F+1)
Public propertyValue Get the residual sum of squares.
Public propertyWeights Set or get the values of the weights for the observations.
Top
Methods
 NameDescription
Public methodCreateNew 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEvaluateAt(IReadOnlyListDouble) 
Public methodEvaluateAt(VectorDouble) 
Protected methodEvaluateFunction 
Protected methodEvaluateJacobian 
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFork 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNumericalJacobian 
Public methodSetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) Set parameters and bounds.
Public methodSetParameters(VectorDouble, ListBoolean) Set parameters and bounds.
Public methodToObjectiveFunction 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
See Also