• gcwenger's avatar
    Simplified all_close_f interface and tightened default criteria (#2285) · 0eaa960c
    gcwenger authored
    * Simplified & tightened all_close_f parameters
    
    Removed specification of mantissa bits for all_close_f in favor
    of just specifying tolerance bits. Tightened up all_close_f default.
    Fixed LRN unit test which had insufficient result precision to pass
    tighter all_close_f tolerance.
    
    * Addressed PR comments.
    
    Reworked mantissa bit and tolerance constants.
    Clarified and improved graph comparison tolerance calculation flexibility.
    Clarified unit test tolerance testing.
    0eaa960c
Name
Last commit
Last update
..
autodiff Loading commit data...
CMakeLists.txt Loading commit data...
all_close.hpp Loading commit data...
all_close_f.cpp Loading commit data...
all_close_f.hpp Loading commit data...
matcher.hpp Loading commit data...
ndarray.hpp Loading commit data...
random.hpp Loading commit data...
test_control.cpp Loading commit data...
test_control.hpp Loading commit data...
test_tools.cpp Loading commit data...
test_tools.hpp Loading commit data...