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

## Description Allows to get started with developing adaptive by simply hitting "." in the repo on GitHub. ## Checklist - [ ] Fixed style issues using `pre-commit run --all`...

## Description Please include a summary of the change and which (if so) issue is fixed. Fixes #(ISSUE_NUMBER_HERE) ## Checklist - [ ] Fixed style issues using `pre-commit run --all`...

## Description Removes the `SKOptLearner`. This continuously causes problems (e.g., https://readthedocs.org/projects/adaptive/builds/19128846/ and https://github.com/python-adaptive/adaptive/pull/333), mostly because https://scikit-optimize.github.io/stable/ is no longer maintained https://github.com/scikit-optimize/scikit-optimize. It's not compatible with NumPy 1.24 which removed the...

## Description Please include a summary of the change and which (if so) issue is fixed. Fixes #(ISSUE_NUMBER_HERE) ## Checklist - [ ] Fixed style issues using `pre-commit run --all`...

## Description Please include a summary of the change and which (if so) issue is fixed. Fixes #(ISSUE_NUMBER_HERE) ## Checklist - [ ] Fixed style issues using `pre-commit run --all`...

## Description cc @tlaeven This allows to add periodic callbacks to the `Runner` and adds a way to cancel points that are currently being calculated. ```python import adaptive adaptive.notebook_extension() def...

## Description Please include a summary of the change and which (if so) issue is fixed. Fixes #(ISSUE_NUMBER_HERE) ## Checklist - [ ] Fixed style issues using `pre-commit run --all`...

## Description Please include a summary of the change and which (if so) issue is fixed. Fixes #(ISSUE_NUMBER_HERE) ## Checklist - [ ] Fixed style issues using `pre-commit run --all`...

## Description Please include a summary of the change and which (if so) issue is fixed. Fixes #(ISSUE_NUMBER_HERE) ## Checklist - [ ] Fixed style issues using `pre-commit run --all`...

Bumps [idna](https://github.com/kjd/idna) from 3.5 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...