CUQI-DTU / CUQIpy

https://cuqi-dtu.github.io/CUQIpy/
Apache License 2.0
48 stars 9 forks source link

Add prefix to sampling progress #516

Closed amal-ghamdi closed 2 months ago

amal-ghamdi commented 2 months ago

Description:

Add prefix for warmup and sampling to samplers to more easily see what is going on with sampling. That is:

Warmup: [Progressbar]
Sample: [Progressbar]

More options could also be added in the future like acceptance rate etc. That requires a callback type thing to be handled. The prefix is easy and provides a lot of clarity

Definition of done:

nabriis commented 2 months ago

@jakobsj DOD

jakobsj commented 2 months ago

DoD approved.