Click or drag to resize
Accord.NET (logo)

OptimizationFunction2DRangeY Property

Y variable's optimization range.

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

Property Value

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