-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement DEMetropolisZ * use len instead of attribute * introduce tune_drop_fraction + improves efficiency in situations with slow initial tuning convergence (see PR #3784) * reset tuned settings in sequential singleprocess sampling * tune DEMetropolisZ lambda by default * use new empty list to reset history * fix dual-use conflict of self.tune attribute * add warning and initialize self.tune attribute * add tests for DEMetropolisZ * add tests to hit more of the diff * add and move notebooks, update release notes * address review feedback * apply review suggestions * more accurate wording Co-Authored-By: Thomas Wiecki <thomas.wiecki@gmail.com> Co-authored-by: Thomas Wiecki <thomas.wiecki@gmail.com>
- Loading branch information
1 parent
dfc9102
commit bb574a7
Showing
10 changed files
with
5,063 additions
and
4 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
2,459 changes: 2,459 additions & 0 deletions
2,459
docs/source/notebooks/DEMetropolisZ_EfficiencyComparison.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
2,284 changes: 2,284 additions & 0 deletions
2,284
docs/source/notebooks/DEMetropolisZ_tune_drop_fraction.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.