WebCab Optimization for COM v2.6

EasySolver.SetTolerance Method 

Controls the precision with which the solution you are looking for is evaluated.

public void SetTolerance(
   double tolerance
);

Remarks

The default behavior is to look for a solution accurate to 5 decimal places (described by 1e-5, or 0.00001).

You can set this to a smaller number for more accurate results, or use a larger number to increase the speed of the optimization.

See Also

EasySolver Class | WebCab.COM.Math.Optimization Namespace