Difference between revisions of "Controlling the Search"

(Created page with "Category: Analytica Optimizer Guide <breadcrumbs> Analytica Optimizer Guide > {{PAGENAME}}</breadcrumbs> == Controlling the search == The optimization engine exposes sev...")
 
 
(5 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 />
  
== Controlling the search ==
+
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.
  
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.
+
To see this, define a variable as:
 +
:<code>OptInfo(Opt, "Settings")</code>
 +
 
 +
Where <code>Opt</code> 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.
  
To see this, define a variable as:
+
==See Also==
<nowiki>  OptInfo(Opt, "Settings")</nowiki>
+
* [[OptInfo]]
Where Opt identifies the variable containing the [http://wiki.analytica.com/index.php?title=DefineOptimization DefineOptimization]() function.
+
* [[DefineOptimization]]
  
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.
 
  
<footer>Optimizer Function Reference / {{PAGENAME}} / Selecting the Optimization Engine</footer>
+
<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.