Commits on Source (67)
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Joseph Weston authored
add a release guide See merge request !93
-
Bas Nijholt authored
-
Bas Nijholt authored
-
-
-
-
-
Joseph Weston authored
-
Joseph Weston authored
Resolve "Learner1D fails when function returns a list instead of a numpy.array" Closes #96 See merge request !101
-
'iloc' is deprecated in recent versions of sortedcontainers.
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Joseph Weston authored
refactor runner logic into BaseRunner, leaving only the (a)synchronous parts in the AsyncRunner and BlockingRunner. See merge request !94
-
Bas Nijholt authored
-
-
-
-
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
-
-
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
Correctly set interpolated loss when points are added, taking care of the cases when points are added outside of the known intervals. Closes #99 See merge request !100
-
Bas Nijholt authored
move tests specifically for the 'Learner1D' to a seperate file and rename test_learner.py -> test_learners.py
-
Bas Nijholt authored
-
Joseph Weston authored
Now the filename tells us that the tests pertain to Learner1D.
-
Joseph Weston authored
move specific tests for a particular learner to separate files, now that the number of tests is getting large. See merge request !105
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Joseph Weston authored
Make the AverageLearner only return new points, and ignore subsequent updates to existing points (as in the rest of adaptive). See merge request !104
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Joseph Weston authored
Introduce 'tell_pending', which replaces 'tell(x, None)' See merge request !107
-
-
-
Joseph Weston authored
Resolve "Learner1D's bound check algo in self.ask doesn't take self.data or self.pending_points" Closes #95 See merge request !99
Showing
- .gitlab-ci.yml 7 additions, 0 deletions.gitlab-ci.yml
- RELEASE.md 74 additions, 0 deletionsRELEASE.md
- adaptive/learner/average_learner.py 34 additions, 18 deletionsadaptive/learner/average_learner.py
- adaptive/learner/balancing_learner.py 17 additions, 8 deletionsadaptive/learner/balancing_learner.py
- adaptive/learner/base_learner.py 8 additions, 2 deletionsadaptive/learner/base_learner.py
- adaptive/learner/data_saver.py 4 additions, 1 deletionadaptive/learner/data_saver.py
- adaptive/learner/integrator_learner.py 14 additions, 4 deletionsadaptive/learner/integrator_learner.py
- adaptive/learner/learner1D.py 158 additions, 90 deletionsadaptive/learner/learner1D.py
- adaptive/learner/learner2D.py 66 additions, 35 deletionsadaptive/learner/learner2D.py
- adaptive/learner/learnerND.py 20 additions, 11 deletionsadaptive/learner/learnerND.py
- adaptive/learner/skopt_learner.py 11 additions, 6 deletionsadaptive/learner/skopt_learner.py
- adaptive/runner.py 244 additions, 121 deletionsadaptive/runner.py
- adaptive/tests/test_average_learner.py 19 additions, 0 deletionsadaptive/tests/test_average_learner.py
- adaptive/tests/test_learner1d.py 237 additions, 0 deletionsadaptive/tests/test_learner1d.py
- adaptive/tests/test_learnernd.py 23 additions, 0 deletionsadaptive/tests/test_learnernd.py
- adaptive/tests/test_learners.py 34 additions, 145 deletionsadaptive/tests/test_learners.py
- adaptive/tests/test_skopt_learner.py 32 additions, 0 deletionsadaptive/tests/test_skopt_learner.py
- learner.ipynb 58 additions, 58 deletionslearner.ipynb
RELEASE.md
0 → 100644
This diff is collapsed.
adaptive/tests/test_average_learner.py
0 → 100644
adaptive/tests/test_learner1d.py
0 → 100644
adaptive/tests/test_learnernd.py
0 → 100644
adaptive/tests/test_skopt_learner.py
0 → 100644