Click or drag to resize
Accord.NET (logo)

IObjectiveFunction Interface

Common interface for specifying objective functions.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public interface IObjectiveFunction
Request Example View Source

The IObjectiveFunction type exposes the following members.

Properties
  NameDescription
Public propertyFunction
Gets the objective function.
Public propertyIndices
Gets the index of each input variable in the function.
Public propertyNumberOfVariables
Gets the number of input variables for the function.
Public propertyVariables
Gets input variable's labels for the function.
Top
See Also