darwins-challenge / levenshtein-mutator

Showing the power of mutation-search when the fitness function is monotonic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

levenshtein-mutator

Showing the power of mutation-search when the fitness function is monotonic

Getting started

Node

This project uses [node][] to retrieve [Elm][elm] and automate certain tasks. Execute the following command to get all the dependencies.

npm install

Elm

Dependencies

Elm can use packages as well. In order to retrieve does run

npm run install

Reactor

To aid development Elm supports a rapid development cycle, [Elm Reactor][elm-reactor]. Elm Reactor is a

Interactive development tool that makes it easier to develop Elm programs. Key features include:

Automatically compile any Elm program Compatible with any editor

This means you can get a great development experience whether you are using Sublime Text, Emacs, vim, or whatever else to edit Elm code.

To start it run

npm run reactor

and open http://localhost:8000/src/Main.elm

Make

To create a compiled version of all the Elm files run

npm run make

About

Showing the power of mutation-search when the fitness function is monotonic

License:MIT License


Languages

Language:Elm 100.0%