Difference between revisions of "Controlling the Search"

 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category: Analytica Optimizer Guide]]
 
[[Category: Analytica Optimizer Guide]]
<breadcrumbs> Analytica Optimizer Guide > {{PAGENAME}}</breadcrumbs>
+
<breadcrumbs> Analytica Optimizer Guide > Optimizer control settings > {{PAGENAME}}</breadcrumbs><br />
  
The optimization engine exposes several settings that you can change to influence how the search for the optimum proceeds and when it terminates. The specific collection of available settings is a function of which engine is used to solve the optimization, so that if you install and use an add-on engine, other than the engine that comes standard with Analytica Optimizer, the possible settings might be different. The [http://wiki.analytica.com/index.php?title=OptInfo OptInfo]() function can be used to view current values for a problem.
+
The optimization engine exposes several settings that you can change to influence how the search for the optimum proceeds and when it terminates. The specific collection of available settings is a function of which engine is used to solve the optimization, so that if you install and use an add-on engine, other than the engine that comes standard with Analytica Optimizer, the possible settings might be different. The [[OptInfo]] function can be used to view current values for a problem.
  
 
To see this, define a variable as:
 
To see this, define a variable as:
<nowiki>   OptInfo(Opt, "Settings")</nowiki>
+
:<code>OptInfo(Opt, "Settings")</code>
Where Opt identifies the variable containing the [http://wiki.analytica.com/index.php?title=DefineOptimization DefineOptimization]() function.
 
  
Settings can be changed for a particular problem by specifying values for the '''SettingName''' and '''SettingValue''' parameters to [http://wiki.analytica.com/index.php?title=DefineOptimization DefineOptimization](). The first subsection below describes how you specify and view settings, while the subsequent sub-sections detail particular settings used by engines the come standard with Analytica Optimizer.
+
Where <code>Opt</code> identifies the variable containing the [[DefineOptimization]] function.
  
<footer>Optimizer Function Reference / {{PAGENAME}} / Selecting the Optimization Engine</footer>
+
Settings can be changed for a particular problem by specifying values for the «SettingName» and «SettingValue» parameters to [[DefineOptimization]](). The first subsection below describes how you specify and view settings, while the subsequent sub-sections detail particular settings used by engines the come standard with Analytica Optimizer.
 +
 
 +
==See Also==
 +
* [[OptInfo]]
 +
* [[DefineOptimization]]
 +
 
 +
 
 +
<footer>Optimizer control settings / {{PAGENAME}} / Selecting the Optimization Engine</footer>

Latest revision as of 17:23, 24 May 2016


The optimization engine exposes several settings that you can change to influence how the search for the optimum proceeds and when it terminates. The specific collection of available settings is a function of which engine is used to solve the optimization, so that if you install and use an add-on engine, other than the engine that comes standard with Analytica Optimizer, the possible settings might be different. The OptInfo function can be used to view current values for a problem.

To see this, define a variable as:

OptInfo(Opt, "Settings")

Where Opt identifies the variable containing the DefineOptimization function.

Settings can be changed for a particular problem by specifying values for the «SettingName» and «SettingValue» parameters to DefineOptimization(). The first subsection below describes how you specify and view settings, while the subsequent sub-sections detail particular settings used by engines the come standard with Analytica Optimizer.

See Also


Comments


You are not allowed to post comments.