Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
..
ActNode.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
ActNode.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
BinaryOPNode.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
BinaryOPNode.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
Edge.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
Edge.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
EdgeSet.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
EdgeSet.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
LICENSE 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
Node.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
Node.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
OPNode.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
OPNode.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
PNode.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
PNode.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
README.md 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
Stack.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
Stack.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
Tape.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
Tape.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
UaryOPNode.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
UaryOPNode.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
VNode.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
VNode.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
auto_diff_types.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
autodiff.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu
autodiff.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 lat temu

README.md

autodiff_library ================ <\br>

Automatic Differentiation Library

  1. Very easy access and light weight c++/c library
  2. Build computation graph as a DAG.
  3. Provide function evaluation, reverse gradient, reverse Hessian-vector, forward Hessian computation calls.
  4. State-of-the-art Object-Oriented Design and Implementation in C++
  5. A modified version of this library is integrated into the Parallel Structured Model Generator(PSMG)--an algebraic modelling langauge for Mathematical Programming. See project wiki for more detail.