Files in berndbischl/mlrMBO
Bayesian Optimization and Model-Based Optimization of Expensive Black-Box Functions

.Rbuildignore
.editorconfig
.gitignore
.ignore
DESCRIPTION
LICENSE
NAMESPACE
NEWS.md R/MBOResult.R R/OptProblem.R R/OptResult.R R/OptState.R R/OptState_getter.R R/OptState_setter.R R/SMBO.R R/calculateGap.R R/checkDesign.R R/checkLearner.R R/checkStuff.R R/chooseFinalPoint.R R/convertToDesign.R R/doc_error_handling.R R/doc_mbo_OptPath.R R/doc_mbo_parallel.R R/doc_mlrMBO_examples.R R/evalFinalPoint.R R/evalMBODesign.R R/evalProposedPoints.R R/evalTargetFun.R R/exampleRun.R R/exampleRunMultiObj.R R/filterProposedPoints.R R/getEffectiveBestPoint.R R/getExtras.R R/getInfillOptFunction.R R/getMBOInfillCrit.R R/getSupportedInfillOptFunctions.R R/getSupportedMultipointInfillOptFunctions.R R/infillOptCMAES.R R/infillOptEA.R R/infillOptFocus.R R/infillOptNSGA2.R R/infill_crits.R R/initCrit.R R/initOptProblem.R R/makeMBOControl.R R/makeMBOInfillCrit.R R/makeMBOLearner.R R/makeMBOOptPath.R R/makeMBOTrafoFunction.R R/makeProposal.R R/makeTaskSingleObj.R R/makeTasks.R R/makeTasksMultiObj.R R/makeTasksParEGO.R R/mbo.R R/mboContinue.R R/mboFinalize.R R/mboTemplate.R R/multiobj_helpers.R R/plotExampleRun.R R/plot_MBOResult.R R/plot_OptState.R R/proposePoints.R R/proposePointsByInfillOptimization.R R/proposePointsConstantLiar.R R/proposePointsDIB.R R/proposePointsHelpers.R R/proposePointsMOIMBO.R R/proposePointsMSPOT.R R/proposePointsParEGO.R R/proposePointsParallelCB.R R/proposePointsRandom.R R/renderExampleRunPlot.R R/renderExampleRunPlotMultiObj.R R/renderExampleRunPlotSingleCrit.R R/renderExampleRunPlotSingleCrit1d.R R/renderExampleRunPlotSingleCrit2d.R R/renderExampleRunPlot_helpers.R R/setMBOControlInfill.R R/setMBOControlMultiObj.R R/setMBOControlMultiPoint.R R/setMBOControlTermination.R R/shouldTerminate.R R/term_conds.R R/trainModels.R R/utils.R R/zzz.R README.Rmd README.md
codecov.yml
inst/CITATION
inst/examples/ex_1d_discrete_noisy.R inst/examples/ex_1d_noisy_numeric.R inst/examples/ex_1d_numeric.R inst/examples/ex_1d_numeric_multipoint.R inst/examples/ex_2d_numeric.R inst/examples/ex_2d_numeric_multipoint.R inst/examples/ex_mixed.R inst/examples/ex_multiobj.R inst/examples/ex_multiobj_plots.R man-roxygen/arg_control.R man-roxygen/arg_handle_violations.R man-roxygen/arg_parset.R man-roxygen/arg_plot_MBO.R man-roxygen/arg_showinfo.R man/MBOInfillCrit.Rd man/MBOMultiObjResult.Rd man/MBOSingleObjResult.Rd man/OptProblem.Rd man/OptResult.Rd man/OptState.Rd man/error_handling.Rd man/exampleRun.Rd man/exampleRunMultiObj.Rd man/finalizeSMBO.Rd man/getGlobalOpt.Rd man/getMBOInfillCrit.Rd man/getSupportedInfillOptFunctions.Rd man/getSupportedMultipointInfillOptFunctions.Rd man/infillcrits.Rd man/initCrit.Rd man/initSMBO.Rd man/makeMBOControl.Rd man/makeMBOLearner.Rd man/makeMBOTrafoFunction.Rd man/mbo.Rd man/mboContinue.Rd man/mboFinalize.Rd man/mbo_OptPath.Rd man/mbo_parallel.Rd man/mlrMBO_examples.Rd man/plot.OptState.Rd man/plotExampleRun.Rd man/plotMBOResult.Rd man/print.MBOControl.Rd man/proposePoints.Rd man/renderExampleRunPlot.Rd man/setMBOControlInfill.Rd man/setMBOControlMultiObj.Rd man/setMBOControlMultiPoint.Rd man/setMBOControlTermination.Rd man/trafos.Rd man/updateSMBO.Rd
mlrMBO.Rproj
pkgdown/_pkgdown.yml
pkgdown/favicon/apple-touch-icon-120x120.png
pkgdown/favicon/apple-touch-icon-152x152.png
pkgdown/favicon/apple-touch-icon-180x180.png
pkgdown/favicon/apple-touch-icon-60x60.png
pkgdown/favicon/apple-touch-icon-76x76.png
pkgdown/favicon/apple-touch-icon.png
pkgdown/favicon/favicon-16x16.png
pkgdown/favicon/favicon-32x32.png
pkgdown/favicon/favicon.ico
src/avl.c
src/avl.h
src/hv.c
src/hv.h
src/infill.c
src/init.c
src/macros.h
tests/testthat.R tests/testthat/helper_objects.R tests/testthat/helper_zzz.R tests/testthat/test_adaptive_infillcrits.R tests/testthat/test_check_design.R tests/testthat/test_different_learners.R tests/testthat/test_exampleRun.R tests/testthat/test_exampleRunMultiobj.R tests/testthat/test_filter_proposed.R tests/testthat/test_impute_y.R tests/testthat/test_infill_opt_ea.R tests/testthat/test_infill_opt_focus.R tests/testthat/test_infill_optimizers.R tests/testthat/test_infillcrits.R tests/testthat/test_initCrit.R tests/testthat/test_initdesign.R tests/testthat/test_makeMBOLearner.R tests/testthat/test_mboContinue.R tests/testthat/test_mboFinalize.R tests/testthat/test_mbo_km.R tests/testthat/test_mbo_resample.R tests/testthat/test_mbo_rf.R tests/testthat/test_misc.R tests/testthat/test_multiobj_dib.R tests/testthat/test_multiobj_helpers.R tests/testthat/test_multiobj_mspot.R tests/testthat/test_multiobj_parego.R tests/testthat/test_multipoint_cb.R tests/testthat/test_multipoint_cl.R tests/testthat/test_multipoint_moimbo.R tests/testthat/test_optpath_extras.R tests/testthat/test_plot_MBOResult.R tests/testthat/test_smbo.R tests/testthat/test_smoof_wrappers.R tests/testthat/test_termination_criteria.R tic.R todo-files/RLearner_regr_kmforrester.R todo-files/aydin.R todo-files/bench/mco/DTLZ.R todo-files/bench/mco/LZ09.R todo-files/bench/mco/UF.R todo-files/bench/mco/WFG.R todo-files/bench/mco/ZDT.R todo-files/bench/mco/batchexps.R todo-files/bench/mco/bench_normalization.R todo-files/bench/mco/compare_results.R todo-files/bench/mco/defs.R todo-files/bench/mco/eafPlots.R todo-files/bench/mco/plot_eafs.R todo-files/bench/mco/summarize_results.R todo-files/bench/mco/testfunctionsMultiObjective.R todo-files/bench/mco/testfunctionsSingleObjective.R todo-files/bench/mco/trendPlots.R todo-files/bench/mco/trendPlots_data.R todo-files/bench/mlr/algoTemplate.R todo-files/bench/mlr/algos.R todo-files/bench/mlr/batchexps.R
todo-files/bench/mlr/data/optdigits.RData
todo-files/bench/mlr/data/optdigits.arff
todo-files/bench/mlr/data/semeion.RData
todo-files/bench/mlr/data/semeion.zip
todo-files/bench/mlr/data/spambase.arff
todo-files/bench/mlr/data/vehicle.RData
todo-files/bench/mlr/data/vehicle.arff
todo-files/bench/mlr/data/waveform-5000.RData
todo-files/bench/mlr/data/waveform-5000.arff
todo-files/bench/mlr/defs.R todo-files/bench/mlr/multiplexer.R todo-files/bench/mlr/reduceResults.R todo-files/bench/mlr/trainPredict.R todo-files/bench/soo/batchexps.R todo-files/bench/soo/defs.R todo-files/bench/soo/reduceResults.R todo-files/clement/multEI_allfunctions.R todo-files/clement/test_clement.R todo-files/crit_aei.R todo-files/crit_akg.R todo-files/crit_eipi.R todo-files/crit_eqi.R todo-files/crit_mq.R todo-files/ensembleSelector.r todo-files/exampleRun_plot.R todo-files/exampleRun_plot_1d_discrete.R todo-files/exampleRun_plot_1d_numeric.R todo-files/exampleRun_plot_2d_numeric.R
todo-files/fragen.txt
todo-files/generateMBODesign.R todo-files/gower.R todo-files/in_depth_intoduction.outdated.Rmd todo-files/infillOptMultiObjRandom.R todo-files/local_krig.R todo-files/makeEnsemble.r todo-files/mspot_vs_parego.R todo-files/multiobj_test.R todo-files/outdated_rmds/in_depth_introduction.Rmd todo-files/outdated_rmds/index.Rmd todo-files/outdated_rmds/mixed_space_optimization.Rmd todo-files/outdated_rmds/model_based_optimization.Rmd todo-files/outdated_rmds/multi_objective_optimization.Rmd todo-files/outdated_rmds/multi_point_proposal.Rmd todo-files/outdated_rmds/parallelization.Rmd todo-files/outdated_rmds/quickstart.Rmd todo-files/plotOptPath.R todo-files/renderPCPPlot.R todo-files/shiny/run.R todo-files/shiny/server.R todo-files/shiny/ui.R
todo-files/shiny/www/index.html
todo-files/svetlana.R todo-files/test_functions.R todo-files/test_kmlocal.R todo-files/test_mbo_kmforrester.R todo-files/test_plotEAF.R todo-files/test_plot_multiobj.R
todo-files/todo.txt
vignettes/mlrMBO.Rmd vignettes/supplementary/adaptive_infill_criteria.Rmd vignettes/supplementary/human_in_the_loop_MBO.Rmd vignettes/supplementary/infill_criteria.Rmd vignettes/supplementary/machine_learning_with_mlrmbo.Rmd vignettes/supplementary/mixed_space_optimization.Rmd vignettes/supplementary/mlrmbo_and_the_command_line.rmd vignettes/supplementary/noisy_optimization.Rmd vignettes/supplementary/parallelization.Rmd vignettes/supplementary/warmstart.Rmd
berndbischl/mlrMBO documentation built on Oct. 11, 2022, 1:44 p.m.