tensor4all / TensorCrossInterpolation.jl

https://tensor4all.github.io/TensorCrossInterpolation.jl/
MIT License
13 stars 0 forks source link

More intuitive interface for batch computation #16

Open shinaoka opened 2 months ago

shinaoka commented 2 months ago

Based on feedback from my students, the current interface based on inheritance is not intuitive. How about adding a new keyword parameter batchedfunc to optimize! and crossinterpolate and so on? This is similar to scipy optimizer interface, where we can pass a function computing derivative, with jac.

@rittermarc What do you think?