Skip to content

Commit

Permalink
Revised benchmark notebook and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KulikDM committed Feb 3, 2024
1 parent ae5886a commit 5490021
Show file tree
Hide file tree
Showing 3 changed files with 564 additions and 1,717 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ v<0.3.5>, <10/29/2023> -- Upgraded RANK and docs
v<0.3.5>, <11/02/2023> -- Added CONF for OD confidence
v<0.3.5>, <11/05/2023> -- Added CONF docs and updated FAQ
v<0.3.6>, <01/29/2024> -- Added mixmod thresholder
v<0.3.6>, <01/29/2024> -- Updated benchmarks
v<0.3.6>, <02/03/2024> -- Revised benchmark notebook
2 changes: 2 additions & 0 deletions docs/benchmark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ scale slightly differently depending on the hardware used.
+---------------+--------------------+------------------------+
| META | Cubic | ~1e-12*n^3 |
+---------------+--------------------+------------------------+
| MIXMOD | Linear | ~1e-4*n |
+---------------+--------------------+------------------------+
| MOLL | Quadratic | ~1e-10*n^2 |
+---------------+--------------------+------------------------+
| MTT | Quadratic | ~1e-10*n^2 |
Expand Down
Loading

0 comments on commit 5490021

Please sign in to comment.