Make the AverageLearner only return new points ...
All threads resolved!
All threads resolved!
and introduce learner.pending_points
to make it more similar to the rest of Adaptive.
I've added a test that will fail with the current master.
Edited by Bas Nijholt
Merge request reports
Activity
added 1 commit
- 8a1b94a7 - fix that the 'AverageLearner' only returns new points, and introduce 'learner.pending_points'
added 19 commits
- 73507b7e - introduce 'runner.retries' and 'runner.raise_if_max_retries'
- 9388b52e - add tests
- 4ae5d165 - partially solve the issue
- 5e91b1bd - fix #99 (closed)
- 1ed070dd - remove focus
- 74662907 - correct function names
- 7972db03 - fix typo in logic
- 962ba684 - dedent common code in 'update_losses'
- c79fe319 - shorten duplicate code in 'update_losses'
- cffb05b9 - improve readability of 'update_losses'
- 316b5a43 - rename tests
- c15f095e - change code to be more explicit in my humble opinion
- 224b8cfc - add some comments to learner1D.update_losses()
- a1f79392 - fix syntax error
- a4e7f568 - partially remove the need for bisect when updating loss
- 31dd05db - remove code that is never executed
- 225fb87f - slighty change some comments
- 4e45b249 - add test that makes sure that the 'AverageLearner' only returns new points
- 0d190aed - fix that the 'AverageLearner' only returns new points, and introduce 'learner.pending_points'
Toggle commit listadded 20 commits
-
0d190aed...cf4effee - 18 commits from branch
master
- 62e46954 - add test that makes sure that the 'AverageLearner' only returns new points
- 78cd74eb - fix that the 'AverageLearner' only returns new points, and introduce 'learner.pending_points'
-
0d190aed...cf4effee - 18 commits from branch
added 1 commit
- 1f3a3fb1 - fix that the 'AverageLearner' only returns new points, and introduce 'learner.pending_points'
assigned to @jbweston
added AverageLearner Bug labels
- Resolved by Bas Nijholt
added 6 commits
-
1f3a3fb1...e378367d - 4 commits from branch
master
- 52625378 - fix that the 'AverageLearner' only returns new points, and introduce 'learner.pending_points'
- 25e8d80c - add test that makes sure that the 'AverageLearner' only returns new points
-
1f3a3fb1...e378367d - 4 commits from branch
- Resolved by Bas Nijholt
added 1 commit
- 429026cc - add test that makes sure that the 'AverageLearner' only returns new points
mentioned in merge request !103 (merged)
mentioned in commit 340cd6aa
mentioned in issue #106 (closed)
Please register or sign in to reply