RandomSearch Class |
Namespace: FinMath.MachineLearning.EvolutionaryAlgorithms
[SerializableAttribute] public class RandomSearch : SearchAlgorithm
The RandomSearch type exposes the following members.
| Name | Description | |
|---|---|---|
| RandomSearch(IEnumerableSearchAlgorithmIFactor, FuncDouble, Double) |
Constructor with simple fitness delegate.
| |
| RandomSearch(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.) | |
| Random |
Random generator for next point selection.
| |
| 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.) |