Begin implementation

This commit is contained in:
2023-07-31 19:53:55 +02:00
parent adf650d257
commit a18fbe5594
19 changed files with 70 additions and 24 deletions

9
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"-d",
"iris",
"-m",
"TAN",
"TANNew",
"-p",
"/Users/rmontanana/Code/discretizbench/datasets/",
"--tensors"
@@ -24,15 +24,12 @@
"program": "${workspaceFolder}/build/src/Platform/main",
"args": [
"-m",
"TAN",
"TANNew",
"-p",
"/Users/rmontanana/Code/discretizbench/datasets",
"--discretize",
"--stratified",
"--title",
"Debug test",
"-d",
"ionosphere"
"iris"
],
"cwd": "${workspaceFolder}/build/src/Platform",
},