Skip to content
Snippets Groups Projects
Commit 82b84b7f authored by Aymeric Varasse's avatar Aymeric Varasse :innocent:
Browse files

Merge branch 'feature/better-aimos-tests' into 'master'

Add test and example for AIMOS amplitude type

See merge request laiser/caisar!107
parents 093009d9 5ce0e527
No related branches found
No related tags found
No related merge requests found
...@@ -5,5 +5,6 @@ theory ACASXU_P5 ...@@ -5,5 +5,6 @@ theory ACASXU_P5
use caisar.DatasetClassificationProps use caisar.DatasetClassificationProps
use option.Option use option.Option
goal G: meta_robust model dataset (1.0:t) "reluplex_rotation" "config/custom_transformations.py" "classif_min" None goal G1: meta_robust model dataset (1.0:t) "reluplex_rotation" "config/custom_transformations.py" "classif_min" None
goal G2: meta_robust model dataset (1.0:t) "gaussian_blur" "config/custom_transformations.py" "classif_min" (Some { start = 1; stop = 10; step = 2; })
end end
...@@ -18,7 +18,9 @@ Test verify ...@@ -18,7 +18,9 @@ Test verify
> use caisar.DatasetClassificationProps > use caisar.DatasetClassificationProps
> use option.Option > use option.Option
> >
> goal G: meta_robust model dataset (1.0:t) "reluplex_rotation" "config/custom_transformations.py" "classif_min" None > goal G1: meta_robust model dataset (1.0:t) "reluplex_rotation" "config/custom_transformations.py" "classif_min" None
> goal G2: meta_robust model dataset (1.0:t) "gaussian_blur" "config/custom_transformations.py" "classif_min" (Some { start = 1; stop = 10; step = 2; })
> end > end
> EOF > EOF
Goal G: Valid Goal G1: Valid
Goal G2: Valid
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment