Click or drag to resize

IObjectiveFunction Interface

Objective function with a mutable evaluation.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IObjectiveFunction : IObjectiveFunctionEvaluation

The IObjectiveFunction type exposes the following members.

Properties
Methods
 NameDescription
Public methodCreateNewCreate a new unevaluated and independent copy of this objective function
(Inherited from IObjectiveFunctionEvaluation)
Public methodEvaluateAt 
Public methodForkCreate a new independent copy of this objective function, evaluated at the same point.
Top
See Also