summaryrefslogtreecommitdiff
path: root/README.md
blob: cb12d7ec843425a0e8c92acea5b0d2d5e3c67988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# NameGeneratorEvolve
Creates names, asks you to rate them, and slowly learns which names are good.

NameGeneratorEvolve uses [StringLearn](https://github.com/pommicket/StringLearn) look at the n-grams you like, to determine which names you like.

Executables can be found in the build directory, but if you want to compile the source code, just run `make` in the src directory.

**The names evolve *very* slowly. They start out completely random.**

**Windows**  
Just run NameGeneratorEvolve.exe

**GNU/Linux**
```bash
./NameGeneratorEvolve
```

Mac OS X is not supported.