MathOptInterface.jl icon indicating copy to clipboard operation
MathOptInterface.jl copied to clipboard

Optional forward mode for jac/jac-vec products

Open mlubin opened this issue 1 year ago • 1 comments

@amontoison observed that we could use forward mode for the jacobian and jacobian-vector products when the number of variables is less than the number of rows to get better performance than the current approach that uses reverse mode always.

mlubin avatar Jul 21 '24 16:07 mlubin

This could be best implemented as a new AD backend. It shouldn't be too complicated.

odow avatar Sep 18 '24 23:09 odow