Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
6804a9cb
Commit
6804a9cb
authored
Mar 14, 2018
by
Konstantinos Chatzilygeroudis
Browse files
Fix for experiment template [ci skip]
parent
f27d40d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
waf_tools/exp_template.cpp
View file @
6804a9cb
...
...
@@ -14,12 +14,12 @@ struct Params {
};
// depending on which internal optimizer we use, we need to import different parameters
#ifdef USE_LIBCMAES
struct
opt_cmaes
:
public
defaults
::
opt_cmaes
{
};
#elif defined(USE_NLOPT)
#ifdef USE_NLOPT
struct
opt_nloptnograd
:
public
defaults
::
opt_nloptnograd
{
};
#elif defined(USE_LIBCMAES)
struct
opt_cmaes
:
public
defaults
::
opt_cmaes
{
};
#else
struct
opt_gridsearch
:
public
defaults
::
opt_gridsearch
{
};
...
...
Write
Preview
Markdown
is supported
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