WebCab Optimization for COM v2.6

EasySolver.GetTolerance Method 

Returns the precision with which Solve, looks for solutions.

public double GetTolerance();

Remarks

By default, the precision is set to 5 decimal places, but you can change it by calling the SetTolerance method.

Note: The tolerance acts as an exiting condition and whenever a solution is sought by Solve, then either a solution to a given level of tolerance will be found and the algorithm will exit or the maximum number of iterations given by SetMaxIterations, will be reached.

See Also

EasySolver Class | WebCab.COM.Math.Optimization Namespace | SetTolerance