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

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.