Click or drag to resize

TerminationWatcher Constructor

The termination watcher constructor.

Namespace:  FinMath.MachineLearning
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public TerminationWatcher(
	Nullable<double> epsilon = null,
	Nullable<int> epsilonInterval = null,
	Nullable<TimeSpan> timeout = null,
	Nullable<long> evaluationsLimit = null
)

Parameters

epsilon (Optional)
Type: SystemNullableDouble
Minimal fluctuation of the best objective value for next point evaluation.
epsilonInterval (Optional)
Type: SystemNullableInt32
Best objective value fluctuation analysis interval.
timeout (Optional)
Type: SystemNullableTimeSpan
The time till termination.
evaluationsLimit (Optional)
Type: SystemNullableInt64
Updates limit.
See Also