Remove threads

This commit is contained in:
2023-08-31 20:30:28 +02:00
parent 7c3e315ae7
commit 7806f961e2
6 changed files with 42 additions and 61 deletions

5
.vscode/launch.json vendored
View File

@@ -25,12 +25,13 @@
"program": "${workspaceFolder}/build/src/Platform/main",
"args": [
"-m",
"AODELd",
"AODE",
"-p",
"/Users/rmontanana/Code/discretizbench/datasets",
"--stratified",
"-d",
"wine"
"letter",
"--discretize"
// "--hyperparameters",
// "{\"repeatSparent\": true, \"maxModels\": 12}"
],