Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oli8/genetic-algorithm

My implementation of a genetic algorithm to find a secret string
https://github.com/oli8/genetic-algorithm

Last synced: 13 days ago
JSON representation

My implementation of a genetic algorithm to find a secret string

Awesome Lists containing this project

README

        

# Genetic Algorithm

My implementation of a genetic algorithm to find a secret string.

## Usage

```
Usage: ruby main.rb [options] solution
-p, --population SIZE Set the population size to SIZE.
-m, --max_time SECONDS Stop the process after SECONDS number of seconds set.
-h, --help Display help.
```

Inspired by [Sablier's tutorial](https://tech.io/playgrounds/334/genetic-algorithms/content/algorithm).