adaptive
adaptive copied to clipboard
:chart_with_upwards_trend: Adaptive: parallel active learning of mathematical functions
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/86)) _opened by Joseph Weston ([@jbweston](https://gitlab.kwant-project.org/jbweston)) at 2018-07-10T15:35:28.517Z_ Currently we test against the standard simplex. We could improve matters by applying a random affine transform to...
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/87)) _opened by tlaeven ([@tlaeven](https://gitlab.kwant-project.org/tlaeven)) at 2018-07-12T15:41:39.141Z_
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/89)) _opened by Anton Akhmerov ([@anton-akhmerov](https://gitlab.kwant-project.org/anton-akhmerov)) at 2018-07-23T19:06:55.212Z_ A loss function is a significant part of the interface of each learner. It provides the users with...
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/120)) _opened by Jorn Hoofwijk ([@Jorn](https://gitlab.kwant-project.org/Jorn)) at 2018-10-26T17:15:51.777Z_ same as [gitlab:#119](https://gitlab.kwant-project.org/qt/adaptive/issues/119) but now for $`R^N \to R^N`$
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/124)) _opened by Joseph Weston ([@jbweston](https://gitlab.kwant-project.org/jbweston)) at 2018-11-19T14:19:24.632Z_ The default implementation is: ``` with suppress(FileNotFoundError, EOFError): data = load(fname, compress) self._set_data(data) ``` This means that if...
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/129)) _opened by Bas Nijholt ([@basnijholt](https://gitlab.kwant-project.org/basnijholt)) at 2018-12-07T19:37:06.533Z_ * add cross-section plot (from [gitlab:#81](https://gitlab.kwant-project.org/qt/adaptive/issues/81)) An example:  [source](https://github.com/matplotlib/matplotlib/issues/3919) It could be implemented using https://github.com/K3D-tools/K3D-jupyter * make...
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/131)) _opened by Joseph Weston ([@jbweston](https://gitlab.kwant-project.org/jbweston)) at 2018-12-12T10:57:01.525Z_ ``` jbw@broadway adaptive-evaluation ((HEAD detached at v0.7.0)) $ python Python 3.6.5 | packaged by conda-forge | (default, Apr...
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/133)) _opened by Bas Nijholt ([@basnijholt](https://gitlab.kwant-project.org/basnijholt)) at 2018-12-17T14:27:32.116Z_ See https://gitlab.kwant-project.org/qt/adaptive/merge_requests/141#note_21902
I just learnt about the Journal of Open Source Software(http://joss.theoj.org/about), an academic journal where you can publish research software projects. Seems like this software deserves a publication there.
## Description This is now possible after https://github.com/nbQA-dev/nbQA/pull/745 which solved this issue (https://github.com/nbQA-dev/nbQA/issues/668) I opened a year ago. ## Checklist - [ ] Fixed style issues using `pre-commit run --all`...