Skip to content

OptimTemplates v1.3.2

Compare
Choose a tag to compare
@ToKiNoBug ToKiNoBug released this 04 Feb 16:51
· 307 commits to main since this release

Updates:

  • Fresher API : replace std::tuple<Args...> with single custom type.
  • Replace otherOptFun with virtual function virtual void customOptAfterEachGeneration().
  • Testing version of NSGA3.

Bugs fixed:

  • Fixed the bug that MatrixDynamicSize failed to compile in debug mode -- static member are now encapsulated in static function.

Changes:

  • When no other parameters provided, Args_t won't appear in initialize and fitness functions