Closed mj023 closed 5 months ago
It turns out, that just jitting the function that get_lcm_function() returns increases the speed for one iteration, while simultaneously drastically increasing the speed if you want to solve the model multiple times with different parameters e.g. the parameter estimation use case. While precompiling is still faster for the first iteration, it is not possible to both precompile the functions inside the returned function and then jit everything. Therefore I will close this pull request.
Regarding the previous comment, see #77