File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
// SPDX-FileCopyrightText: Copyright 2019-2023 Heal Research
3
3
4
4
5
- #include " operon/optimizer/likelihood/gaussian_likelihood.hpp"
6
- #include " operon/optimizer/solvers/sgd.hpp"
7
5
#include < chrono>
8
6
#include < cmath>
9
7
#include < cstdlib>
32
30
#include " operon/operators/reinserter.hpp"
33
31
#include " operon/operators/selector.hpp"
34
32
#include " operon/optimizer/optimizer.hpp"
33
+ #include " operon/optimizer/likelihood/gaussian_likelihood.hpp"
34
+ #include " operon/optimizer/solvers/sgd.hpp"
35
35
36
36
#include " util.hpp"
37
37
#include " operator_factory.hpp"
@@ -181,7 +181,7 @@ auto main(int argc, char** argv) -> int
181
181
Operon::UniformTreeInitializer treeInitializer (*creator);
182
182
183
183
auto const initialMinDepth = result[" creator-mindepth" ].as <std::size_t >();
184
- auto const initialMaxDepth = result[" creator-mindepth " ].as <std::size_t >();
184
+ auto const initialMaxDepth = result[" creator-maxdepth " ].as <std::size_t >();
185
185
auto const initialMaxLength = result[" creator-maxlength" ].as <std::size_t >();
186
186
treeInitializer.ParameterizeDistribution (amin+1 , initialMaxLength);
187
187
treeInitializer.SetMinDepth (initialMinDepth);
You can’t perform that action at this time.
0 commit comments