mclaughlin6464 / pearce

A (better structured) package that implements the calculation of mock cosmological observables and their emulation.
MIT License
0 stars 1 forks source link

Add SloppyJoes to emulator fitting #12

Closed mclaughlin6464 closed 6 years ago

mclaughlin6464 commented 7 years ago

SloppyJoes ( a 2nd optimizer I wrote in python for a class project) is way better at fitting then the shitty scipy functions. However, it requires a weird format to run. It doesn't take a likelihood, and instead takes the residuals which george won't hand over easily. However it'll probably save this issue we have of poor performance in that regard.

mclaughlin6464 commented 6 years ago

I've decided this is a poor idea. I don't want to have this many dependencies for pearce, especially for my own sloppy code (no pun intended).