Fixed parameters to respect
Describes facilities in Interactive Optimizer to exclude parameters from consideration by the tuning tool.
If you supply an optional file name with the extension.prm ,
that file contains the formatted list of parameters and their values
that you do not want CPLEX to tune. That is, you want CPLEX to respect
those parameter settings. If you do not supply a parameter file to
the tune command, then all parameters
are subject to tuning.
For example, if you have a model that you know has numerical issues, and you have already determined that you want to set the numerical emphasis parameter yourself, then a PRM file suitable for tuning your model would contain the following heading and parameter setting:
CPLEX Parameter File Version 12.7.0.0
CPXPARAM_Emphasis_MIP 1
A PRM file must have a correctly formatted header to let CPLEX know which version to expect.
An easy way to generate a PRM file with a correct heading and fixed parameter settings is to read your model, set the parameters you wish, and write a PRM file from the Interactive Optimizer, with this command:
write filename .prm