aurora-multiphysics / sledo

Sequential learning engineering design optimiser.
GNU Lesser General Public License v2.1
3 stars 0 forks source link

Visualisation functions #2

Open lukethehuman opened 8 months ago

lukethehuman commented 8 months ago

Implement plotting functions for visualising the optimisation.

- Model slice (contour plot probabilistic model prediction of an optimisation metric (or the prediction error) over a bounded space of two of the input parameters) - Optimisation trace (optimisation metric vs trial number, is there an equivalent for multi-objective?)

lukethehuman commented 4 months ago

https://pyvista.org/ may be useful to check out for this.