Skip to content

Genetic algorithms written in Javascript following the book "Genetic Algorithms with Python" by Clinton Sheppard

Notifications You must be signed in to change notification settings

EladioRocha/genetic-algorithms-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithms using Javascript

This is a repository that contains genetic algorithms written in javascript using typescript. The written algorithms are based on the book called "Genetic Algorithms with Python" by Clinton Sheppard.

The intention of create it with javascript is to see the execution directly in the browser.

Installation

For the installation is necessary to have the following tools:

You can install TypeScript using Node.js

  1. Install typescript
npm install -g typescript
  1. Clone the repository
https://github.com/EladioRocha/genetic-algorithms-js.git
  1. Access the project path
cd genetic-algorithms-js
  1. Compile .ts files to .js
tsc

Usage

Once installed the necessary tools, at this step you should be able to run the algorithms, to do this, we open the file index.html

Releases

No releases published

Packages

No packages published