Active learning (AL), also called sequential training, is the iterative choice of additional training samples after the initial training of a surrogate model.
Active learning (AL), also called sequential training, is the iterative choice of additional training samples after the initial training of a surrogate model.
The new samples can be chosen in an explorative manner or by exploiting available data and properties of the surrogate.
The new samples can be chosen in an explorative manner or by exploiting available data and properties of the surrogate.
The relevant functions are contained in the class :any:`bayesvalidrox.surrogate_models.sequential_design.SequentialDesign` and :any:`bayesvalidrox.surrogate_models.exploration.Exploration`.
.. warning::
.. warning::
The active learning methods are currently being reworked.
Exploration with 'voronoi' is disabled for release v1.1.0!
This should not change the function call ``Engine.train_sequential()``, but will change the associated class structures.