Difference between revisions of "Error Messages/40572"
AManandhar (talk | contribs) 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: | ||
− | + | [[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 == | ||
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. | ||
− | = | + | ==See Also== |
− | + | * [[Objects and Values]] | |
− | + | * [[Function calls and parameters]] | |
− | + | * [[NlpDefine]] | |
− | + | * [[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
Enable comment auto-refresher