Bas Nijholt
Bas Nijholt
## ([original merge request on GitLab](https://gitlab.kwant-project.org/qt/adaptive/merge_requests/90)) _opened by Jorn Hoofwijk ([@Jorn](https://gitlab.kwant-project.org/Jorn)) at 2018-07-25T11:37:55.550Z_ Closes [gitlab:#74](https://gitlab.kwant-project.org/qt/adaptive/issues/74) Depends on [gitlab:!86](https://gitlab.kwant-project.org/qt/adaptive/merge_requests/86) and [gitlab:#80](https://gitlab.kwant-project.org/qt/adaptive/issues/80) and therefore it has the corresponding branches included as well...
When a `SequenceLearner` that has unhashable entries in sequence (e.g., `List[dict]`) fails, the `Runner` breaks. This happens because of the `dict[x]` in https://github.com/python-adaptive/adaptive/blob/0f85d3abd1cb0eddf195dec0deabd6d0dd97d268/adaptive/runner.py#L204-L210 Reproduce with: ```python import adaptive import numpy...
Running the following script in Python 3.8 ```python #!/usr/bin/env python3 # ipcluster start --n=10 --profile=test --cluster-id='' # python run_learner.py --n=10 --profile=test from adaptive_scheduler.utils import connect_to_ipyparallel from adaptive import Runner, Learner1D...
This is annoying when one uses a shared file system, where all other files that are written (with default settings) will be readable by other users but files that are...
using `hv.output(fps=...)` or `%output fps=...`.
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/83)) _opened by Joseph Weston ([@jbweston](https://gitlab.kwant-project.org/jbweston)) at 2018-07-09T14:51:40.135Z_ Once LearnerND becomes good enough we should remove Learner2D, as it will no longer be needed.
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/117)) _opened by Bas Nijholt ([@basnijholt](https://gitlab.kwant-project.org/basnijholt)) at 2018-10-20T12:51:05.772Z_ We should add the following "real world usage" code to the tutorial as an "Advanced example" once we...
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/37)) _opened by Rafal Skolasinski ([@r-j-skolasinski](https://gitlab.kwant-project.org/r-j-skolasinski)) at 2017-12-08T13:13:46.873Z_ typical (problematic) behaviour in such simulations can be mimic with ```python def levels(x): return np.array([x**2 % 1.5, (x**2...
In a `BalancingLearner` where one of the learners returns `contant+-eps` (where eps < 1e-15) the points are not correctly balanced over the learners. The one that returns 0 (or a...
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/70)) _opened by Jorn Hoofwijk ([@Jorn](https://gitlab.kwant-project.org/Jorn)) at 2018-07-05T17:59:49.217Z_ I often run adaptive in a terminal, and to me it seems very useful to print a status...