Click or drag to resize

RandomSearch Properties

The RandomSearch type exposes the following members.

Properties
  NameDescription
Public propertyBlockSize
The batch objective function evaluation block size.
Public propertyExitDelegate
The exit conditions delegate.
(Inherited from SearchAlgorithm.)
Public propertyFactors
The algorithm factors.
(Inherited from SearchAlgorithm.)
Public propertyMinimumObjectivePoint
The parameters point at which the minimum objective value were found.
(Inherited from SearchAlgorithm.)
Public propertyMinimumObjectiveValue
The minimum objective value found.
(Inherited from SearchAlgorithm.)
Public propertyRandom
Random generator for next point selection.
Public propertyStop
Stops algorithm execution.
Top
See Also