Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 852 Bytes

File metadata and controls

31 lines (25 loc) · 852 Bytes

Tutorial Adaptive

Adaptive is a package for adaptively sampling functions with support for parallel evaluation.

This is an introductory notebook that shows some basic use cases.

We recommend to start with the :ref:`Tutorial `~adaptive.Learner1D``.

Note

Because this documentation consists of static html, the live_plot and live_info widget is not live. Download the notebooks in order to see the real behaviour.

.. toctree::
    :hidden:

    tutorial.Learner1D
    tutorial.Learner2D
    tutorial.custom_loss
    tutorial.AverageLearner
    tutorial.BalancingLearner
    tutorial.DataSaver
    tutorial.IntegratorLearner
    tutorial.LearnerND
    tutorial.SequenceLearner
    tutorial.SKOptLearner
    tutorial.parallelism
    tutorial.advanced-topics