TRealFunction RealFunction { get; set; }
Defines the function to be minimized.
Returns: TRealFunction
Remarks:
Defines the function to be minimized. The Dew.Math.TMtxOptimization.RealFunction must be of the Dew.Math.TRealFunction type. Before you write actual function, set the Parameters, Constants and PConstants array size by using the:
- Dew.Math.TMtxOptimization.VariableParameters vector Length, Size or SetIt method,
- Dew.Math.TMtxOptimization.ConstantParameters vector Length, Size or SetIt method,
- Dew.Math.TMtxOptimization.SetObjects method