renamed to tree_manager, working on sliding window
parent
a10ff23d
No related branches found
No related tags found
Checking pipeline status
This commit is part of merge request !349. Comments created here will be created in the context of that merge request.
Showing
- CMakeLists.txt 11 additions, 12 deletionsCMakeLists.txt
- include/core/common/wolf.h 3 additions, 3 deletionsinclude/core/common/wolf.h
- include/core/graph_manager/factory_graph_manager.h 0 additions, 61 deletionsinclude/core/graph_manager/factory_graph_manager.h
- include/core/graph_manager/graph_manager_sliding_window.h 0 additions, 48 deletionsinclude/core/graph_manager/graph_manager_sliding_window.h
- include/core/problem/problem.h 9 additions, 3 deletionsinclude/core/problem/problem.h
- include/core/tree_manager/factory_tree_manager.h 61 additions, 0 deletionsinclude/core/tree_manager/factory_tree_manager.h
- include/core/tree_manager/tree_manager_base.h 81 additions, 0 deletionsinclude/core/tree_manager/tree_manager_base.h
- include/core/tree_manager/tree_manager_sliding_window.h 51 additions, 0 deletionsinclude/core/tree_manager/tree_manager_sliding_window.h
- src/graph_manager/graph_manager_sliding_window.cpp 0 additions, 19 deletionssrc/graph_manager/graph_manager_sliding_window.cpp
- src/problem/problem.cpp 22 additions, 13 deletionssrc/problem/problem.cpp
- src/tree_manager/tree_manager_sliding_window.cpp 41 additions, 0 deletionssrc/tree_manager/tree_manager_sliding_window.cpp
- test/CMakeLists.txt 4 additions, 4 deletionstest/CMakeLists.txt
- test/dummy/graph_manager_dummy.h 0 additions, 33 deletionstest/dummy/graph_manager_dummy.h
- test/dummy/tree_manager_dummy.h 61 additions, 0 deletionstest/dummy/tree_manager_dummy.h
- test/gtest_graph_manager.cpp 0 additions, 36 deletionstest/gtest_graph_manager.cpp
- test/gtest_tree_manager.cpp 105 additions, 0 deletionstest/gtest_tree_manager.cpp
- test/gtest_tree_manager_sliding_window.cpp 143 additions, 0 deletionstest/gtest_tree_manager_sliding_window.cpp
- test/yaml/params_tree_manager1.yaml 41 additions, 0 deletionstest/yaml/params_tree_manager1.yaml
- test/yaml/params_tree_manager2.yaml 40 additions, 0 deletionstest/yaml/params_tree_manager2.yaml
- test/yaml/params_tree_manager_sliding_window1.yaml 42 additions, 0 deletionstest/yaml/params_tree_manager_sliding_window1.yaml
Loading
Please register or sign in to comment