Gets or sets the objective function.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Expression<Func<double, double>> SymbolicObjectiveFunction { get; set; }
Public Property SymbolicObjectiveFunction As Expression(Of Func(Of Double, Double))
Get
Set
public:
property Expression<Func<double, double>^>^ SymbolicObjectiveFunction {
Expression<Func<double, double>^>^ get ();
void set (Expression<Func<double, double>^>^ value);
}
member SymbolicObjectiveFunction : Expression<Func<float, float>> with get, set
Property Value
Type:
ExpressionFuncDouble,
Double
Exception | Condition |
---|
InvalidOperationException | An attempt was made to change the objective function
while the algorithm was running. |
The objective function is the function for which an extremum needs to be found.
Reference