diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-12-06 23:25:46 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-12-06 23:25:46 -0500 |
commit | f1825b6ca420f63e17ca69e3c9412b80adcdbb1c (patch) | |
tree | 5927c43e7f74899d1f333834eefee9e8193efd61 /lib/include | |
parent | 869df8ab1856fa36eaca09c15582c2fb1335a64c (diff) | |
download | fuse_networks-f1825b6ca420f63e17ca69e3c9412b80adcdbb1c.tar.gz fuse_networks-f1825b6ca420f63e17ca69e3c9412b80adcdbb1c.tar.bz2 fuse_networks-f1825b6ca420f63e17ca69e3c9412b80adcdbb1c.zip |
all threshold comparisons now done in log, so as to prevent underflows at small beta
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/network.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/network.hpp b/lib/include/network.hpp index 849975f..d955e43 100644 --- a/lib/include/network.hpp +++ b/lib/include/network.hpp @@ -5,6 +5,7 @@ #include <functional> #include <utility> #include <random> +#include <limits> #include <cholmod.h> |