Fix epsilont early stopping in BoostAODE

This commit is contained in:
2024-02-20 10:11:22 +01:00
parent c7555dac3f
commit a63a35df3f
6 changed files with 26 additions and 11 deletions

6
.vscode/launch.json vendored
View File

@@ -106,12 +106,12 @@
"type": "lldb",
"request": "launch",
"name": "test",
"program": "${workspaceFolder}/build_debug/tests/unit_tests",
"program": "${workspaceFolder}/build_debug/tests/unit_tests_bayesnet",
"args": [
"-c=\"Metrics Test\"",
//"-c=\"Metrics Test\"",
// "-s",
],
"cwd": "${workspaceFolder}/build/tests",
"cwd": "${workspaceFolder}/build_debug/tests",
},
{
"name": "Build & debug active file",