Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 809 Bytes

TODO.md

File metadata and controls

14 lines (14 loc) · 809 Bytes

TODO

  • Implement the simplex method #12.
  • Embed cached evolution in Evolution class and remove CachedEvolution.
  • Introduce a namespace for Sapo.
  • Improve code documentation.
  • Produce a release.
  • Build a Conda/Conan/Brew packages.
  • Remove BaseConverter class and turn its methods in proper functions.
  • Review all the code.
  • Rewrite symbolic computation module and represent formulae as a DAG.
  • Use a proper class in place of std::vector<std::vector > for matrices and std::vector for vectors (Eigen?).
  • Parallel computation for Bundle::{transform} (OpenMP? Cuda?).
  • Add documentation/examples on using Sapo C++ classes/functions.
  • Add continuous dynamic support.