Skip to content

Commit

Permalink
LOLA: Add experimental warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jan 13, 2025
1 parent 356a4fe commit 7a14f6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/src/LOLAVoronoi_doc.i.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
%feature("docstring") OT::LOLAVoronoi
"LOLA-Voronoi sequential design algorithm.

.. warning::
This class is experimental and likely to be modified in future releases.
To use it, import the ``openturns.experimental`` submodule.

This class implements the design of experiments algorithm described in [crombecq2011]_ which allows one
to sequentially generate new input samples according to the input measure and model output.
It combines an exploration criterion based on Voronoi tesselation to identify
Expand Down

0 comments on commit 7a14f6a

Please sign in to comment.