Click or drag to resize

SearchAlgorithm Class

The Search algorithm base class.
Inheritance Hierarchy
SystemObject
  FinMath.MachineLearning.EvolutionaryAlgorithmsSearchAlgorithm
    FinMath.MachineLearning.EvolutionaryAlgorithmsGridSearch
    FinMath.MachineLearning.EvolutionaryAlgorithmsRandomSearch

Namespace:  FinMath.MachineLearning.EvolutionaryAlgorithms
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
[SerializableAttribute]
public abstract class SearchAlgorithm

The SearchAlgorithm type exposes the following members.

Properties
  NameDescription
Public propertyExitDelegate
The exit conditions delegate.
Public propertyFactors
The algorithm factors.
Public propertyMinimumObjectivePoint
The parameters point at which the minimum objective value were found.
Public propertyMinimumObjectiveValue
The minimum objective value found.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRun
Runs the search algorithm.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also