-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sparse optimizations for UniformABW sampling (#329)
* support for eigen sparse rowmajor matrix * optimize updating the position in abw * finish sparse optimizations for UniformABW * temporary fix to failing tests * fix bug with reflection * minor optimization * replace std set with heap * remove comments * fix bug * minor changes * minor changes and added a few explanatory comments * fix bug * fix bug * fix b_data bug * change epsilon notation
- Loading branch information
Showing
5 changed files
with
249 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.