adaptive
adaptive copied to clipboard
Speed up LearnerND
(original issue on GitLab)
opened by Jorn Hoofwijk (@Jorn) at 2018-07-08T17:31:01.760Z
To make the code run faster
- cython
- numba
To implement a new algorithm for better performance:
- the _ask function makes a new heap every time it is called, that is wasted time (resolved in gitlab:!88)
- the _ask function recomputes the loss in subtriangulated simplices everytime, should not be needed (resolved in gitlab:!88)