BaseOptimizerTerminationObjectiveChangeType Class |
Namespace: FinMath.MachineLearning.EvolutionaryAlgorithms
public class TerminationObjectiveChangeType
The BaseOptimizerTerminationObjectiveChangeType type exposes the following members.
Name | Description | |
---|---|---|
BaseOptimizerTerminationObjectiveChangeType |
Construct the objective change stop criterion.
|
Name | Description | |
---|---|---|
Epsilon |
How much the error must change on the last observations to make the algorithm continue.
| |
Interval |
The objective function change estimation interval (the steps number).
|
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |