Speed up state space creation
Closed this issue · 1 comments
segsell commented
Currently, the creation of large state spaces is very slow.
To-Do:
- Separate
create_state_space
fromget_solve_function
so that the state space can be created outside ofjax
. E.g. withnumba
- If we want to use
numba
, we need to switch from the optionsdict
tonamedtuple
MaxBlesch commented
Done with moving away from the old per period creation.