FinancePy icon indicating copy to clipboard operation
FinancePy copied to clipboard

Numba specialist to Examine how to JIT Optimisers

Open domokane opened this issue 4 years ago • 0 comments

Scipy optimisers are used in a number of locations. However it is not been possible to Numba the objection functions. I have rewritten the optimisers in FinSolver but there are problems using njit The aim here is to

  1. Numba the optimisers
  2. Numba the objective function
  3. Amend all functions that use Scipy to use FinSolver to use the Numba versions

Overall aim is to make these functions as fast as possible.

domokane avatar Jan 10 '21 18:01 domokane