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

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.