BAMresearch / probeye

A general framework for setting up parameter estimation problems.
MIT License
5 stars 5 forks source link

Solver classes #31

Closed aklawonn closed 3 years ago

aklawonn commented 3 years ago

I restructured the solver routines to methods of corresponding solver classes (EmceeSolver, PyroSolver). I also added a ScipySolver class which provides a maximum likelihood solver and is the base class for the EmceeSolver. When merged, this fixes #20.

aklawonn commented 3 years ago

Thank you Thomas for your feedback! As usual, I found it very helpful!