optimagic is a Python package for numerical optimization. It is a unified interface to optimizers from SciPy, NlOpt and other packages. optimagic's minimize function works just like SciPy's, so you don't have to adjust your code. You simply get more optimizers for free. On top you get diagnostic tools, parallel numerical derivatives and more.
Bug description
Small bug in
get_moments_cov
wherebootstrap_kwargs
does not correspond exactly to current bootstrap kwargs.To Reproduce
Expected behavior
cluster_by
should be an allowable keywordScreenshots/Error messages
System