WebCab Optimization for COM v2.6

EasySolver.SetGlobal Method 

Set whether the nature of the sought extremum is global.

public void SetGlobal(
   bool global
);

Remarks

If you pass a true value to this method, this optimization solver will look for a global extremum, next time it looks for a solution.

See Also

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