We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Proposal for a unified interface
optimise(model, MAP(), ...) optimise(model, MLE(), ...) optimise(model, VI(variational_distribution=q, ...), ...)
This resembles the sample(model, sampler, ...) interface for Monte Carlo sampling-based inference algorithms.
sample(model, sampler, ...)