/evolve.js

Evolutionary Computing in JavaScript

Primary LanguageJavaScript

Introduction

evolve.js is a Genetic Algorithm implementation for the Web.

Currently there is some implementations of GA in JavaScript (see Related Projects) but I'm interested in a generic lib, something similar of the awesome PyEvolve, which this project is strongly based.

Related Projects