gEconpy
gEconpy copied to clipboard
Implement `csminwel` solver for maximum likelihood estimation
The gEcon package uses the csminwel solver (http://sims.princeton.edu/yftp/optimize/) to do maximum likelihood estimation. This is (evidently) more robust than ordinary BFGS, and should be ported over to Python.