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
ca1d13a8
Commit
ca1d13a8
authored
Sep 22, 2016
by
Vaios Papaspyros
Browse files
Initializing with the correct model in cboptimizer
parent
8ec66263
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/limbo/experimental/bayes_opt/cboptimizer.hpp
View file @
ca1d13a8
...
...
@@ -162,7 +162,7 @@ namespace limbo {
else
{
_model
=
model_t
(
StateFunction
::
dim_in
,
StateFunction
::
dim_out
);
if
(
_nb_constraints
>
0
)
_constraint_model
=
model_t
(
StateFunction
::
dim_in
,
_nb_constraints
);
_constraint_model
=
constraint_
model_t
(
StateFunction
::
dim_in
,
_nb_constraints
);
}
acqui_optimizer_t
acqui_optimizer
;
...
...
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