SearchAlgorithm Class |
Namespace: FinMath.MachineLearning.EvolutionaryAlgorithms
[SerializableAttribute] public abstract class SearchAlgorithm
The SearchAlgorithm type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExitDelegate |
The exit conditions delegate.
|
![]() | Factors |
The algorithm factors.
|
![]() | MinimumObjectivePoint |
The parameters point at which the minimum objective value were found.
|
![]() | MinimumObjectiveValue |
The minimum objective value found.
|
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 search algorithm.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |