FriesischScott / UncertaintyQuantification.jl

Uncertainty Quantification in Julia
MIT License
28 stars 7 forks source link

Improve Subset efficiency #65

Closed FriesischScott closed 2 years ago

FriesischScott commented 2 years ago

Currently the performance of samples that are rejected is evaluated again instead of reused from the previous step. By returning accepted from candidatesamples we can split the dataframe and avoid repeated evaluations.