We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92aecbc commit 50d547fCopy full SHA for 50d547f
build/scripts/example.sh
@@ -18,7 +18,7 @@ echo "smoking: Simple causal model without Context"
18
echo "--------------------------------"
19
echo ""
20
21
-select opt in csm starter smoking rcm quit;
+select opt in csm dbn starter smoking rcm quit;
22
do
23
case $opt in
24
@@ -28,6 +28,12 @@ do
28
break
29
;;
30
31
+ dbn)
32
+ echo "Selected example: DBN (Dynamic Bayesian Network)"
33
+ command cargo run --release --bin example-dbn
34
+ break
35
+ ;;
36
+
37
starter)
38
echo "Selected example: Starter (Starter)"
39
command cargo run --release --bin example-starter
0 commit comments