Click or drag to resize
Accord.NET (logo)

OptimizationFunction1DRange Property

Optimization range.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public Range Range { get; set; }
Request Example View Source

Property Value

Type: Range
Remarks
Defines function's input range. The function's extreme point will be searched in this range only.
See Also