Build Status |
---|
Experimental addition of array support to MOI.Nonlinear.ReverseAD
Warning
This code is still very much experimental
You need to use the following branch of MathOptInterface
Pkg.add(PackageSpec(name="MathOptInterface", rev="bl/arraydiff"))
Supported operators:
-
vect
, e.g,[1, 2]
. -
dot
-
row
, e.g.[1 2; 3 4]
-
hcat
-
vcat
-
norm
- Matrix-Vector product
- Matrix-Matrix product
- Broadcasting scalar operator
Supported levels of AD:
- 0-th order
- 1-st order
- 2-nd order