## Directory where the programs will be run.
execDir <- "./execdir"

## Folder where tuning instances are located, either absolute or
## relative to working directory.
instanceDir <- "./Instances"

## The maximum number of runs (invocations of hookRun) that will performed. It
## determines the (maximum) budget of experiments for the tuning, unless
## timeBudget is positive.
maxExperiments <- 10000

## Indicates the number of decimal places to be considered for the
## real parameters.
digits <- 2

hookEvaluate  <- "./hook-evaluate"
