Commits on Source (15)
-
Joseph Weston authored
exponentially decay message frequency in live_info See merge request !108
-
Bas Nijholt authored
-
-
-
Bas Nijholt authored
Because it breaks the examples in the docs
-
Bas Nijholt authored
-
Joseph Weston authored
Make BaseRunner an abstract base class Closes #107 See merge request !111
-
Joseph Weston authored
Test that runners run at all (!), and that an async function can be used with the AsyncExecutor.
-
Joseph Weston authored
Previously we were wrapping the learner function and doing the timing there. This makes things more complicated in the case that we are learning an 'async def' function.
-
Bas Nijholt authored
save execution time on futures inside runners See merge request !130
-
Joseph Weston authored
-
Bas Nijholt authored
Because after closing the notebook and then opening it, the javascript is gone. Without this change, one could not load it again.
-
Bas Nijholt authored
Previously it reported 100% which is not a good estimate either.
-
Bas Nijholt authored
We were always dividing the total function execution time by the number of cores, however sometimes the user sets 'ntasks' so instead we should divide by '_get_max_tasks()'. Also the future start_time wasn't measured in the case where one uses a SequentialExecutor because the Future that is returned already contains the result.
-
Bas Nijholt authored
Showing
- adaptive/learner/learnerND.py 188 additions, 1 deletionadaptive/learner/learnerND.py
- adaptive/notebook_integration.py 1 addition, 0 deletionsadaptive/notebook_integration.py
- adaptive/runner.py 41 additions, 16 deletionsadaptive/runner.py
- adaptive/tests/test_runner.py 91 additions, 11 deletionsadaptive/tests/test_runner.py
- adaptive/utils.py 0 additions, 6 deletionsadaptive/utils.py
- docs/environment.yml 1 addition, 1 deletiondocs/environment.yml
- docs/source/tutorial/tutorial.BalancingLearner.rst 1 addition, 1 deletiondocs/source/tutorial/tutorial.BalancingLearner.rst
- docs/source/tutorial/tutorial.advanced-topics.rst 18 additions, 3 deletionsdocs/source/tutorial/tutorial.advanced-topics.rst
- test-requirements.txt 1 addition, 0 deletionstest-requirements.txt