Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
fbdd0505
Commit
fbdd0505
authored
Dec 17, 2015
by
Federico Allocati
Browse files
Conditionally including NLOpt and CMAES headers
parent
4a8df077
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/limbo/bayes_opt.hpp
View file @
fbdd0505
...
...
@@ -2,8 +2,10 @@
#define LIMBO_BAYES_OPT_HPP
#include
<limbo/bayes_opt/boptimizer.hpp>
#ifdef USE_SFERES
#include
<limbo/bayes_opt/ehvi.hpp>
#include
<limbo/bayes_opt/nsbo.hpp>
#include
<limbo/bayes_opt/parego.hpp>
#endif
#endif
src/limbo/opt.hpp
View file @
fbdd0505
#ifndef LIMBO_OPT_HPP
#define LIMBO_OPT_HPP
#ifdef USE_LIBCMAES
#include
<limbo/opt/cmaes.hpp>
#endif
#include
<limbo/opt/grid_search.hpp>
#ifdef USE_NLOPT
#include
<limbo/opt/nlopt_grad.hpp>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment