evolve.h private
C++26 / evolutionary search / bandits / Schur(6)
Header-only C++26 evolutionary algorithm framework. UCB1-bandit mutation selection, multi-island topology with migration, currently pointed at Schur(6).
evolve::engine<schur6> e(config); e.run(); // bandit selects mutations, islands exchange migrants