UNPKG

@adrianperea/genie.js

Version:

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

13 lines (11 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "Simulation", { enumerable: true, get: function get() { return _simulation.Simulation; } }); var _simulation = require("./simulation");