Click or drag to resize

IObjectiveFunctionEvaluation Interface

Objective function with a frozen evaluation that must not be changed from the outside.

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

The IObjectiveFunctionEvaluation type exposes the following members.

Properties
Methods
 NameDescription
Public methodCreateNewCreate a new unevaluated and independent copy of this objective function
Top
See Also