Refactor gridsearch and begin gridexperiment

This commit is contained in:
2024-12-20 17:36:43 +01:00
parent 8705adf3ee
commit 1a336a094e
8 changed files with 815 additions and 257 deletions

View File

@@ -29,7 +29,7 @@ add_executable(
target_link_libraries(b_best Boost::boost "${PyClassifiers}" "${BayesNet}" fimdlp ${Python3_LIBRARIES} "${TORCH_LIBRARIES}" ${LIBTORCH_PYTHON} Boost::python Boost::numpy "${XLSXWRITER_LIB}")
# b_grid
set(grid_sources GridSearch.cpp GridData.cpp)
set(grid_sources GridSearch.cpp GridData.cpp GridExperiment.cpp GridFunctions.cpp)
list(TRANSFORM grid_sources PREPEND grid/)
add_executable(b_grid commands/b_grid.cpp ${grid_sources}
common/Datasets.cpp common/Dataset.cpp common/Discretization.cpp