Difference between revisions of "Error Messages/40572"

m (Created page with '= Error Message Examples = The expression for the objective function in NlpDefine evaluated to non-numeric value. = Cause = As stated in the error, the objective function …')
 
 
Line 1: Line 1:
= Error Message Examples  =
+
[[Category: Error messages]]
  
  The expression for the objective function in NlpDefine evaluated to
+
== Error message examples ==
  non-numeric value.
+
:<code>''The expression for the objective function in NlpDefine evaluated to  non-numeric value.''</code>
 
 
= Cause  =
 
  
 +
== Cause  ==
 
As stated in the error, the objective function parameter passed to a [[NlpDefine]] function needs to evaluate to a numeric value, but did not evaluate to one.
 
As stated in the error, the objective function parameter passed to a [[NlpDefine]] function needs to evaluate to a numeric value, but did not evaluate to one.
  
 +
== Remedies  ==
 +
Correct the objective function parameter passed to the [[NlpDefine]] function to resolve this problem.
  
= Remedies  =
+
==See Also==
 
+
* [[Objects and Values]]
Correct the objective funtion parameter passed to the [[NlpDefine]] function to resolve this problem.
+
* [[Function calls and parameters]]
 
+
* [[NlpDefine]]  
<br> <comments />
+
* [[DefineOptimization]]

Latest revision as of 00:57, 11 March 2016


Error message examples

The expression for the objective function in NlpDefine evaluated to non-numeric value.

Cause

As stated in the error, the objective function parameter passed to a NlpDefine function needs to evaluate to a numeric value, but did not evaluate to one.

Remedies

Correct the objective function parameter passed to the NlpDefine function to resolve this problem.

See Also

Comments


You are not allowed to post comments.