Function to optimize.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
Parameters
- x
- Type: System..::.Double
Function X input value.
- y
- Type: System..::.Double
Function Y input value.
Return Value
Returns function output value.
Remarks
The method should be overloaded by inherited class to
specify the optimization function.