Implement numba'd conjugate gradient minimiser #59
Labels
Content-Length: 238057 | pFad | http://github.com/domokane/FinancePy/issues/59
5AFetched URL: http://github.com/domokane/FinancePy/issues/59
Alternative Proxies:
The conjugate gradient descent algorithm in scipy is slow and prevents the calling function from being jitted by numba. Idea is to find a python version of the CG minimiser that can be jitted to give faster minimisations.
The text was updated successfully, but these errors were encountered: