UNPKG

@adrianperea/genie.js

Version:

A highly flexible, data-agnostic, and UI-independent Genetic Algorithm Library

7 lines (5 loc) 174 B
export { Chromosome } from './chromosomes'; export { Individual } from './individual'; export { Simulation } from './simulation'; import * as ga from './ga'; export { ga };