Skip to content

HeuristicFlow v1.6.0

Compare
Choose a tag to compare
@ToKiNoBug ToKiNoBug released this 24 Jun 13:35
· 83 commits to main since this release
5ea9497

Updates :

  • New module : Atomic Orbit Search (AOS) and a new algorithm of the same name
  • 19 template test functions for single-objective solvers (4 scalable and 15 nonscalable) in module EAGlobal
    • You can call them like heu::testFunctions<Eigen::Array2d,double>::eggHolder.
  • heu::array_traits<class T> : New metafunction that are able to tell attributes of a general vector class like type, compile-time-size, element-type and whether a Eigen class or not.
  • Box constraints have new member fuction applyConstraint(...) now.

Changes :

  • Depends on C++17 now.