Algorithm Selection

Revision as of 00:16, 25 November 2015 by Jhernandez3 (talk | contribs) (Created page with "Category: Analytica Optimizer Guide <breadcrumbs> Analytica Optimizer Guide > {{PAGENAME}}</breadcrumbs><br /> ==Preprocessing== ===Scaling === When this is True, the Op...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Preprocessing

Scaling

When this is True, the Optimizer attempts to rescale decision variables and constraints internally for the simplex algorithm, which usually leads to be reliable results and fewer iterations. A poorly scaled model, in which values of the objective, constraints, or intermediate results differ by several orders of magnitude, can result in numeric instabilities within the Optimizer when scaling is turned off, due to the effects of finite precision computer arithmetic.

Default: False

Allowed range: 0 or 1

Presolve

When this is True, the LP/Quadratic engine performs a presolve step to detect singleton rows and columns, remove fixed variables and redundant constraints, and tighten bounds, prior to applying the simplex method. Default: True Allowed range: 0 or 1 Engine: LP/Quadratic PreProcess Turns on or off all integer pre-processing (on by default). Default: 1 Allowed range: 0 or 1 Engine: LP/Quadratic

Comments


You are not allowed to post comments.