Error Messages/40331
Error Message Examples
Non-numeric initial value for NLP encountered while evaluating Vars.
Non-numeric initial value for NLP encountered while evaluating parameter X.
Cause
The value contained in the X parameter to the NlpDefine function is used as the initial value for the optimizing variables and needs to be numeric. The X parameter you passed to the NlpDefine function contains a non-numeric value.
Remedies
Change the non-numeric value to a numeric value to be used as the initial value.
Loading comments...
Comments
<comments />