Oliver Schulz

Results 665 comments of Oliver Schulz

Which options would the user set, typically (since BAT will also set some, we need to ensure they don't clash)?

> I was mostly thinking about things like: Iterations and the values for determining convergence, like x_tol, f_tol etc. Hm, since those are pretty fundamental, maybe we should offer (some...

> I understand that we currently always require Optim.Options(store_trace = true, extended_trace=true), but we could just enforce this by setting these two options explicitly. No, BAT will need control over...

> reinventing what Optimization.jl is already offering To certain degree, yes. Optimization.jl used to be an extremely heavy dependency, but it's load time has gone down recently. I would still...

Sorry for the delay - that approach looks good to me!

Let's merge it. :-) Can you just fix the Docs build failure?

Yes, we'd like to offer a few "standard models", like BAT-C++ did. Since we can be more modular in Julia, this wouldn't necessarily have to be part of BAT.jl itself,...

> Will using HMC be possible when using such a multi-template fitter? Yes, absolutely (since it'll be auto-differentiable). All samplers, including nested sampling, will work with it.