summaryrefslogtreecommitdiff
path: root/run_tests.m
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-11 16:34:07 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-11 16:34:07 +0200
commitba33d8ccb58f9bd7ecdd4903067cdf465ad49b84 (patch)
tree41248785b221549a175cd10428c555e2461f4d35 /run_tests.m
parent9340c9808fbea07e1d8a959699dff9bf0df06bd9 (diff)
downloaddmc-ba33d8ccb58f9bd7ecdd4903067cdf465ad49b84.tar.gz
dmc-ba33d8ccb58f9bd7ecdd4903067cdf465ad49b84.tar.bz2
dmc-ba33d8ccb58f9bd7ecdd4903067cdf465ad49b84.zip
run_tests: Disable all plots
Diffstat (limited to 'run_tests.m')
-rw-r--r--run_tests.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_tests.m b/run_tests.m
index f0ccc6d..4ab6922 100644
--- a/run_tests.m
+++ b/run_tests.m
@@ -32,8 +32,8 @@ end
opt_data = opt_pred(real_data, pred_list);
[qerr(end+1), terr(end+1), opt_err] = calc_error('optimize', real_data, opt_data);
-bar(qerr);
-bar(terr);
+%bar(qerr);
+%bar(terr);
[min_err, err_idx] = min(err);
printf('global min. error: %d\n', sum(min_err));