Returns true if the your optimization problem is uni-dimensional, or false if it is multi-dimensional.
The uni-dimensional or multi-dimensional nature of your optimization problem is derived directly from the type of function you send to the SetFunction method. If your class implements the UniDimensionalSolver interface, your problem will be treated as uni-dimensional; if your function class implements the MultiDimensionalSolver interface, your problem will be treated as multi-dimensional.
EasySolver Class | WebCab.COM.Math.Optimization Namespace