]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/yap/example/autodiff_library/README.md
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / yap / example / autodiff_library / README.md
1 autodiff_library
2 ================ <\br>
3
4 Automatic Differentiation Library <br>
5 1. Very easy access and light weight c++/c library <br>
6 2. Build computation graph as a DAG. <br>
7 3. Provide function evaluation, reverse gradient, reverse Hessian-vector, forward Hessian computation calls.<br>
8 4. State-of-the-art Object-Oriented Design and Implementation in C++ <br>
9 5. A modified version of this library is integrated into the Parallel Structured Model Generator(PSMG)--an algebraic modelling langauge for Mathematical Programming.
10 See project wiki for more detail.