MathOptSymbolicAD.jl
MathOptSymbolicAD.jl copied to clipboard
Hi @odow, I've tried this backend with my optimal transport network models at https://github.com/SebKrantz/OptimalTransportNetworks.jl/tree/main/src/models, and it seems to work for none of them. For example, using [Example 1](https://github.com/SebKrantz/OptimalTransportNetworks.jl/blob/main/examples/example01.jl) which calls...
A lot of problems have the form: `sum_i f(x_i)`, for example machine learning problems where the sum is over observations in a dataset. We can improve the performance of this...
x-ref https://github.com/jump-dev/MathOptInterface.jl/issues/2533