ACEsuit / Polynomials4ML.jl

Polynomials for ML: fast evaluation, batching, differentiation
MIT License
12 stars 5 forks source link

WIP: Alternative AA evaluator #51

Closed cortner closed 1 year ago

cortner commented 1 year ago

This PR implements the standard AA evaluator. The reason for this is that it will be much easier to implement the double-pullback, and maybe also easier to multi-thread it.

cortner commented 1 year ago

Once PR #50 is done, this needs to be cleaned up a bit and can then also be merged. Basically we need to fix the behaviour of SparseSymmProdDAG