elfi-dev / elfi

ELFI - Engine for Likelihood-Free Inference
http://elfi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
267 stars 60 forks source link

BOLFI docs: Change acq_noise_var from list to dict #473

Closed bendudson closed 1 year ago

bendudson commented 1 year ago

Summary:

Fixes the RTD BOLFI example, by changing the value of acq_noise_var passed to elfi.BOLFI from a list to a dict.

Passing a list as the acq_noise_var argument of elfi.BOLFI in the RTD example results in an error:

ValueError: Either acquisition noise is a float or it is a dictionary of floats defining variance for each parameter dimension.