adaptive icon indicating copy to clipboard operation
adaptive copied to clipboard

:chart_with_upwards_trend: Adaptive: parallel active learning of mathematical functions

Results 106 adaptive issues
Sort by recently updated
recently updated
newest added

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...

enhancement
BalancingLearner
AverageLearner

## ([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...

enhancement
priority: low
Runner

I am using `dask` where the number of cores is adaptively scaled, `overhead` now reports a negative number, which is definitely wrong. ![image](https://user-images.githubusercontent.com/6897215/56615711-80cc8200-65d0-11e9-9c28-d2aab978f823.png)

bug

This issue is like a "to-do list" and these are suggestions people made. * [Ruppert's algorithm](https://en.wikipedia.org/wiki/Ruppert%27s_algorithm) as suggested [here](https://www.reddit.com/r/dataisbeautiful/comments/b8vv2p/i_wrote_a_python_package_to_do_adaptive_sampling/ek0qrfl/?context=3) * [Wavelet compression](https://www.youtube.com/watch?v=txk-VO1hzBY&feature=youtu.be) as suggested [here](https://www.reddit.com/r/dataisbeautiful/comments/b8vv2p/i_wrote_a_python_package_to_do_adaptive_sampling/ek0rl02/?context=3) * compare performance with hyperopt...

Many people have asked me how to do this. I've recommended them to use the following loss function: ```python @adaptive.learner.learner1D.uses_nth_neighbors(0) def abs_min_log_loss(xs, ys): from adaptive.learner.learner1D import default_loss ys = [np.log(np.abs(y).min())...

Learner1D
Documentation

- [ ] [documentation of stable is broken](https://adaptive.readthedocs.io/en/stable/tutorial/tutorial.BalancingLearner.html) - [ ] the page loads very slowly, see https://github.com/rtfd/readthedocs.org/issues/5515 - [ ] we need to be able to display the documentation...

Documentation

## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/123)) _opened by Jorn Hoofwijk ([@Jorn](https://gitlab.kwant-project.org/Jorn)) at 2018-11-19T10:33:48.135Z_ Instead of having the loss function deal with scaling, we may pass the scaled points into the loss...

## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/67)) _opened by Anton Akhmerov ([@anton-akhmerov](https://gitlab.kwant-project.org/anton-akhmerov)) at 2018-07-02T14:11:30.824Z_ I'm not actually sure how to do it, but for instance I could imagine studying how things depend...

enhancement
priority: low

## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/6)) _opened by Joseph Weston ([@jbweston](https://gitlab.kwant-project.org/jbweston)) at 2017-07-25T15:52:41.859Z_ Add a learner that can learn a function that returns a random variable. This is like the 1D...

enhancement

## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/130)) _opened by Bas Nijholt ([@basnijholt](https://gitlab.kwant-project.org/basnijholt)) at 2018-12-07T19:57:55.908Z_ I closed a bunch of issues that I think could be closed, however, there are some more that...