You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Numba the optimisers
Numba the objective function
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.
The text was updated successfully, but these errors were encountered:
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
Overall aim is to make these functions as fast as possible.
The text was updated successfully, but these errors were encountered: