Commit f3dc3c0e authored by Davis King's avatar Davis King

Changed the default stopping epsilon from 0.3 to 0.1.

parent 58f05918
......@@ -57,7 +57,7 @@ namespace dlib
C = 1;
verbose = false;
eps = 0.3;
eps = 0.1;
num_threads = 2;
max_cache_size = 5;
match_eps = 0.5;
......
......@@ -49,7 +49,7 @@ namespace dlib
ensures
- #get_c() == 1
- this object isn't verbose
- #get_epsilon() == 0.3
- #get_epsilon() == 0.1
- #get_num_threads() == 2
- #get_max_cache_size() == 5
- #get_match_eps() == 0.5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment