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 code displays all the settings and the range for the Linear and Quadratic engines.

Solverinfo(item: ['Settingnames', 'Maxsetting', 'Minsetting'], engine: 'LP/Quadratic')]

Remedies

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

See Also

Comments


You are not allowed to post comments.