- Nov 22, 2018
-
-
-
-
-
Bas Nijholt authored
This abstracts the attribute 'nn_neighbors' away and makes it easier for the user, because one can now just set the 'loss_per_interval' and the 'nn_neighbors' will be set be default.
-
Bas Nijholt authored
-
Bas Nijholt authored
Because data is now in the 'BaseLearner'
-
Bas Nijholt authored
This makes the code work with any number of neighbors. Now the new triangle loss even works with nn_neigbors=0. I also added that we pass the neighbors in all loss_per_interval functions.
-
-
- Nov 14, 2018
-
-
Joseph Weston authored
Resolve "(LearnerND) allow any convex hull as domain" Closes #114 See merge request !127
-
- Nov 07, 2018
-
-
- Nov 05, 2018
-
-
Bas Nijholt authored
-
- Nov 02, 2018
-
-
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
Previously it reported 100% which is not a good estimate either.
-
- Oct 30, 2018
-
-
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.
-
- Oct 25, 2018
-
-
Joseph Weston authored
-
Bas Nijholt authored
save execution time on futures inside runners See merge request !130
-
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.
-
Joseph Weston authored
Test that runners run at all (!), and that an async function can be used with the AsyncExecutor.
-
Joseph Weston authored
Make BaseRunner an abstract base class Closes #107 See merge request !111
-
Bas Nijholt authored
-
Bas Nijholt authored
Because it breaks the examples in the docs
-
-
-
Bas Nijholt authored
-
- Oct 22, 2018
-
-
Joseph Weston authored
exponentially decay message frequency in live_info See merge request !108
-
Bas Nijholt authored
-
-
Bas Nijholt authored
Closes #118
-
- Oct 21, 2018
-
-
Bas Nijholt authored
-
- Oct 20, 2018
-
-
Bas Nijholt authored
The code is posed on https://github.com/python-adaptive/adaptive/issues/1
-
Bas Nijholt authored
See https://stackoverflow.com/a/24946631/3447047
-
Bas Nijholt authored
See http://help.zenodo.org/#versioning for more information.
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
Bas Nijholt authored
-
- Oct 19, 2018
-
-
Bas Nijholt authored
and remove the code to find the complete author list from git because our CI job will ensure that all the contributors will be included in that file.
-
Bas Nijholt authored
-