MBOMultiObjResult       Multi-Objective result object.
MBOSingleObjResult      Single-Objective result object.
OptProblem              OptProblem object.
OptResult               OptResult object.
OptState                OptState object.
error_handling          Error handling for mlrMBO
exampleRun              Perform an mbo run on a test function and and
                        visualize what happens.
exampleRunMultiObj      Perform an MBO run on a multi-objective test
                        function and and visualize what happens.
finalizeSMBO            Finalizes the SMBO Optimization
getGlobalOpt            Helper function which returns the (estimated)
                        global optimum.
getMBOInfillCrit        Get properties of MBO infill criterion.
getSupportedInfillOptFunctions
                        Get names of supported infill-criteria
                        optimizers.
getSupportedMultipointInfillOptFunctions
                        Get names of supported multi-point
                        infill-criteria optimizers.
infillcrits             Infill criteria.
initCrit                Initialize an MBO infill criterion.
initSMBO                Initialize a manual sequential MBO run.
makeMBOControl          Set MBO options.
makeMBOInfillCrit       Create an infill criterion.
makeMBOLearner          Generate default learner.
makeMBOTrafoFunction    Create a transformation function for
                        MBOExampleRun.
mbo                     Optimizes a function with sequential model
                        based optimization.
mboContinue             Continues an mbo run from a save-file.
mboFinalize             Finalizes an mbo run from a save-file.
mbo_OptPath             OptPath in mlrMBO
mbo_parallel            Parallelization in mlrMBO
mlrMBO_examples         mlrMBO examples
plot.OptState           Generate ggplot2 Object
plotExampleRun          Renders plots for exampleRun objects and
                        displays them.
plotMBOResult           MBO Result Plotting
print.MBOControl        Print mbo control object.
proposePoints           Propose candidates for the objective function
renderExampleRunPlot    Renders plots for exampleRun objects, either in
                        1D or 2D, or exampleRunMultiObj objects.
setMBOControlInfill     Extends mbo control object with infill criteria
                        and infill optimizer options.
setMBOControlMultiObj   Set multi-objective options.
setMBOControlMultiPoint
                        Set multipoint proposal options.
setMBOControlTermination
                        Set termination options.
trafos                  Transformation methods.
updateSMBO              Updates SMBO with the new observations
