• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1autodiff_library
2================ <\br>
3
4Automatic Differentiation Library <br>
51. Very easy access and light weight c++/c library <br>
62. Build computation graph as a DAG. <br>
73. Provide function evaluation, reverse gradient, reverse Hessian-vector, forward Hessian computation calls.<br>
84. State-of-the-art Object-Oriented Design and Implementation in C++ <br>
95. A modified version of this library is integrated into the Parallel Structured Model Generator(PSMG)--an algebraic modelling langauge for Mathematical Programming.
10See project wiki for more detail.
11