mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Changed the default stopping epsilon from 0.3 to 0.1.
This commit is contained in:
parent
58f0591835
commit
f3dc3c0e9e
@ -57,7 +57,7 @@ namespace dlib
|
|||||||
|
|
||||||
C = 1;
|
C = 1;
|
||||||
verbose = false;
|
verbose = false;
|
||||||
eps = 0.3;
|
eps = 0.1;
|
||||||
num_threads = 2;
|
num_threads = 2;
|
||||||
max_cache_size = 5;
|
max_cache_size = 5;
|
||||||
match_eps = 0.5;
|
match_eps = 0.5;
|
||||||
|
@ -49,7 +49,7 @@ namespace dlib
|
|||||||
ensures
|
ensures
|
||||||
- #get_c() == 1
|
- #get_c() == 1
|
||||||
- this object isn't verbose
|
- this object isn't verbose
|
||||||
- #get_epsilon() == 0.3
|
- #get_epsilon() == 0.1
|
||||||
- #get_num_threads() == 2
|
- #get_num_threads() == 2
|
||||||
- #get_max_cache_size() == 5
|
- #get_max_cache_size() == 5
|
||||||
- #get_match_eps() == 0.5
|
- #get_match_eps() == 0.5
|
||||||
|
Loading…
Reference in New Issue
Block a user