WebCab Optimization for COM v2.6

EasySolver.SetLocal Method 

Allows you to set whether the nature of the sought extremum is local.

public void SetLocal(
   bool local
);

Remarks

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

See Also

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