GridSearch Class |
Namespace: FinMath.MachineLearning.EvolutionaryAlgorithms
[SerializableAttribute] public class GridSearch : SearchAlgorithm
The GridSearch type exposes the following members.
Name | Description | |
---|---|---|
![]() | GridSearch(IEnumerableSearchAlgorithmIFactor, FuncDouble, Double) |
Constructor with simple fitness delegate.
|
![]() | GridSearch(IEnumerableSearchAlgorithmIFactor, Int32, ActionDouble, Double) |
Constructor with block-oriented fitness delegate.
|
Name | Description | |
---|---|---|
![]() | BlockSize |
The batch objective function evaluation block size.
|
![]() | ExitDelegate |
The exit conditions delegate.
(Inherited from SearchAlgorithm.) |
![]() | Factors |
The algorithm factors.
(Inherited from SearchAlgorithm.) |
![]() | MinimumObjectivePoint |
The parameters point at which the minimum objective value were found.
(Inherited from SearchAlgorithm.) |
![]() | MinimumObjectiveValue |
The minimum objective value found.
(Inherited from SearchAlgorithm.) |
![]() | Stop |
Stops algorithm execution.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Run |
Runs the algorithm.
(Overrides SearchAlgorithmRun.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |