Error Messages/40584

Error Message Examples

The setting -5 is outside the allowed range for the optimizer parameter "mutationrate".
It must be within the range from 0 to 1.

Cause

You have provided a value outside the range of valid values for the specified parameter.

You can use the SolverInfo function to display all the settings that can be tweaked for an engine and the valid ranges for the settings. The following displays all the settings and the range for the Linear and Quadratic engine.
solverinfo(item: ['settingnames', 'maxsetting', 'minsetting'], engine: 'LP/Quadratic')]

Remedies

Correct the value passed for the specified parameter to be in the valid range.



You are not allowed to post comments.

Comments
<comments />