Click or drag to resize

BaseOptimizerTerminationObjectiveChangeType Constructor

Construct the objective change stop criterion.

Namespace:  FinMath.MachineLearning.EvolutionaryAlgorithms
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public TerminationObjectiveChangeType(
	double epsilon = 1E-05,
	int interval = 100
)

Parameters

epsilon (Optional)
Type: SystemDouble
How much the error must change on the last observations to make the algorithm continue.
interval (Optional)
Type: SystemInt32
The objective function change estimation interval (the steps number).
See Also