TUNE
TUNE |
Purpose
This command can start a tuner session for the current problem. In this case, the tuner will solve the problem multiple times while evaluating a list of control settings and promising combinations of them. When finished, the tuner will select and set the best control setting on the problem. Note that the direction of optimization is given by
OBJSENSE. This command can also handle the input and output of tuner method files.
Synopsis
TUNE [-flags] [subcommand [filename]]
Arguments
flags
|
Flags to pass to
TUNE, which specify whether to tune the current problem as an LP or a MIP problem, and the algorithm for solving the LP problem or the initial LP relaxation of the MIP. The flags are optional. If the argument includes:
|
||||||||||||
subcommand
|
Subcommand to pass to
TUNE for handling tuner method files. It can be one of:
|
||||||||||||
filename
|
Tuner method file or problem set file. This is an optional argument of the subcommand.
|
Related controls
Integer
String
Whether to reuse and append to previous tuner result.
|
|
Maximum total time allowed for the tuner.
|
|
Selects a factory tuner method.
|
|
Enable or disable the tuner.
|
|
Whether to write tuner result and logs to file system.
|
|
Number of permutations to solve with each control setting.
|
|
Defines the criterion by which individual runs are compared.
|
|
Number of threads to be used by the tuner.
|
String
A file which contains a user-defined tuner method.
|
|
The root path for all tuner result output.
|
|
When defined, will override the problem name within the tuner.
|
Example 1 (Console)
TUNE -l
This tunes the current problem as an LP problem.
Example 2 (Console)
TUNE pm
TUNE printmethod
Both commands print the tuner method to the console.
Example 3 (Console)
TUNE rm method
TUNE readmethod method
Both commands read the tuner method from the
method.xtm file.
Example 4 (Console)
TUNE wm method
TUNE writemethod method
Both commands write the tuner method to the
method.xtm file.
Example 5 (Console)
TUNE probset problem.set
Tune a set of problems defined by the
problem.set file.
Example 6 (Console)
TUNE lpset problem.set
Tune a set of LP problems defined by the
problem.set file.
Further information
1. When both flags and subcommand are provided with the
TUNE command, the subcommand will be ignored.
2. Please refer to Section
Using the Tuner for a detailed guide of how to use the tuner.
3. Please refer to Section
Tuning a Set of Problems for more information about tuning a set of problems.