Skip to content

blegat/ArrayDiff.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArrayDiff

Build Status
Build Status Codecov branch

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

About

Experimental addition of array support to MOI.Nonlinear.ReverseAD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages