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
7531c25b
Commit
7531c25b
authored
Dec 15, 2015
by
Federico Allocati
Browse files
Changed upperbound to 1.0
parent
86a2812b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/limbo/opt/cmaes.hpp
View file @
7531c25b
...
...
@@ -73,7 +73,7 @@ namespace limbo {
double
lbounds
[
dim
],
ubounds
[
dim
];
// arrays for lower and upper parameter bounds, respectively
for
(
int
i
=
0
;
i
<
dim
;
i
++
)
{
lbounds
[
i
]
=
0.0
;
ubounds
[
i
]
=
1.0
05
;
ubounds
[
i
]
=
1.0
;
}
GenoPheno
<
pwqBoundStrategy
>
gp
(
lbounds
,
ubounds
,
dim
);
// initial step-size, i.e. estimated initial parameter error.
...
...
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