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

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.