Open GJBoth opened 4 years ago
Now we calculate the derivatives and polynomials and construct the library in the same function. If we decouple this we can more easily use the library function outside of deepmod, i.e. to compare to classical algorithms. Thoughts?
I like the idea, it will be easier to debug as well. As the problems become fancier, it might facilitate building custom libraries?
Now we calculate the derivatives and polynomials and construct the library in the same function. If we decouple this we can more easily use the library function outside of deepmod, i.e. to compare to classical algorithms. Thoughts?