Difference between revisions of "Error Messages/40566"

(Created page with '= Error Text = :The external optimizer engine, "knitro", is not installed into Analytica optimizer. = Cause = The Analytica Optimizer comes with four built-in solver engines: …')
 
 
Line 1: Line 1:
= Error Text =
+
[[Category: Error messages]]
  
:The external optimizer engine, "knitro", is not installed into Analytica optimizer.
+
== Error text ==
  
= Cause =
+
:<code>''The external optimizer engine, "knitro", is not installed into Analytica optimizer.''</code>
 +
 
 +
== Cause ==
  
 
The Analytica Optimizer comes with four built-in solver engines:
 
The Analytica Optimizer comes with four built-in solver engines:
Line 11: Line 13:
 
* "Evolutionary"
 
* "Evolutionary"
  
In addition, you can purchase add-on engines, which includes several large-scale engines from Frontline and others from third party vendors, such as "Knitro", "XPress", "OptQuest", and others.   
+
In addition, you can purchase add-on engines, which includes several large-scale engines from [http://www.solver.com/ Frontline] and others from third party vendors, such as "Knitro", "XPress", "OptQuest", and others.   
  
 
The model you are using has specified that it wants to use an add-on solver/optimizer engine, in the example, "knitro", but that engine is not installed on your computer.
 
The model you are using has specified that it wants to use an add-on solver/optimizer engine, in the example, "knitro", but that engine is not installed on your computer.
  
= Remedy =
+
== Remedy ==
  
 
First, if you just defined the optimization, make sure that you have spelled the engine name correctly.  It needs to match the registry setting (see [[Using a Solver Add-on Engine]]).  Also, if you think you have the add-on engine installed, check that you have done so correctly.  One way to check is to evaluate:
 
First, if you just defined the optimization, make sure that you have spelled the engine name correctly.  It needs to match the registry setting (see [[Using a Solver Add-on Engine]]).  Also, if you think you have the add-on engine installed, check that you have done so correctly.  One way to check is to evaluate:
  
:[[SolverInfo]]("AvailEngines")
+
:<code>SolverInfo("AvailEngines")</code>
  
 
If you don't have the add-on engine installed, you could remove the «engine» parameter from your problem definition -- the call to [[LpDefine]], [[QpDefine]], or [[NlpDefine]] -- and use one of the built-in engines instead.  This might not work, however, if the add-on engine is being used for a particular reason.  For example, your optimization problem might exceed the number of allowed variables or constraints of the built-in engines.
 
If you don't have the add-on engine installed, you could remove the «engine» parameter from your problem definition -- the call to [[LpDefine]], [[QpDefine]], or [[NlpDefine]] -- and use one of the built-in engines instead.  This might not work, however, if the add-on engine is being used for a particular reason.  For example, your optimization problem might exceed the number of allowed variables or constraints of the built-in engines.
  
If you need to obtain the add-on engine, then you may need to purchase it.  Contact Lumina (support@lumina.com) for information on how to proceed.
+
If you need to obtain the add-on engine, then you may need to purchase it.  Contact Lumina ([mailto:support@lumina.com support@lumina.com]) for information on how to proceed.
 
 
= See Also =
 
  
 +
== See Also ==
 
* [[Using a Solver Add-on Engine]]
 
* [[Using a Solver Add-on Engine]]
* [[LpDefine]], [[QpDefine]], [[NlpDefine]]
+
* [http://www.solver.com/ Frontline solvers]
 +
* [[SolverInfo]]
 +
* [[OptEngineInfo]]
 +
* [[LpDefine]]
 +
* [[QpDefine]]
 +
* [[NlpDefine]]
 +
* [[DefineOptimization]]
 +
* [[Installation and licenses]]

Latest revision as of 21:24, 29 March 2016


Error text

The external optimizer engine, "knitro", is not installed into Analytica optimizer.

Cause

The Analytica Optimizer comes with four built-in solver engines:

  • "LP/Quadratic"
  • "SOCP Barrier"
  • "GRG Nonlinear"
  • "Evolutionary"

In addition, you can purchase add-on engines, which includes several large-scale engines from Frontline and others from third party vendors, such as "Knitro", "XPress", "OptQuest", and others.

The model you are using has specified that it wants to use an add-on solver/optimizer engine, in the example, "knitro", but that engine is not installed on your computer.

Remedy

First, if you just defined the optimization, make sure that you have spelled the engine name correctly. It needs to match the registry setting (see Using a Solver Add-on Engine). Also, if you think you have the add-on engine installed, check that you have done so correctly. One way to check is to evaluate:

SolverInfo("AvailEngines")

If you don't have the add-on engine installed, you could remove the «engine» parameter from your problem definition -- the call to LpDefine, QpDefine, or NlpDefine -- and use one of the built-in engines instead. This might not work, however, if the add-on engine is being used for a particular reason. For example, your optimization problem might exceed the number of allowed variables or constraints of the built-in engines.

If you need to obtain the add-on engine, then you may need to purchase it. Contact Lumina (support@lumina.com) for information on how to proceed.

See Also

Comments


You are not allowed to post comments.