FICO
FICO Xpress Optimization Examples Repository
FICO Optimization Community FICO Xpress Optimization Home
Back to examples browserPrevious exampleNext example

Using the Tuner

Description

We showcase how to use the tuning capabilities with a default or custom tuner method.



Further explanation of this example: Conversion of a similar Python example


Source Files
By clicking on a file name, a preview is opened at the bottom of this page.
tuner.R[download]

Data Files





mymethod.xtm

FIXED-CONTROLS
  OUTPUTLOG            = 1
TUNABLE-CONTROLS
  BRANCHDISJ           = 0, 1
  COVERCUTS            = 0, 2, 20
  CUTFACTOR            = 0.5, 1, 5, 10
  GOMCUTS              = 0, 2, 10
  HEURSEARCHEFFORT     = 0.5, 2
  HEUREMPHASIS         = 0, 1, 2
  SBEFFORT             = 0.25, 4
  TREECOVERCUTS        = 0
  TREEGOMCUTS          = 0

Back to examples browserPrevious exampleNext example