UncertaintyQuantification.jl icon indicating copy to clipboard operation
UncertaintyQuantification.jl copied to clipboard

Interval Propagation Method

Open Tarocca opened this issue 1 year ago • 1 comments

A lonely TODO wait for his programmer savior within slicingmodel.jl It seems to be about adding interval propagation.

On the same file, there seems to be a performance issue with the optimisation method "evaluate!" as it may be a bit slow. It could be replaced by Bayesian optimisation but that needs Gaussian Processes to be implemented first.

Tarocca avatar Sep 24 '24 14:09 Tarocca

Ultimately, we will allow the user to specify the interval propagation method to use. Currently all we have is global optimization which is very inefficient.

FriesischScott avatar Sep 24 '24 15:09 FriesischScott