UNPKG

tycho-solver

Version:

Evolutionary computation and optimization library

6 lines (5 loc) 108 B
/** * Algorithm implementations for Tycho Solver */ export * from './genetic'; export * from './memetic';