Click or drag to resize
Accord.NET (logo)

OptimizationFunction2DRangeX Property

X variable's optimization range.

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

Property Value

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