Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 542 Bytes

PhraseFinderGA

Simple Genetic Algorithm to find phrases.

Users are able to specify:

  1. Pool size (advised under 1000)
  2. Mutation rate (0-100, advised 1-5)
  3. Percentage of population to keep (0-100, advised < 15)

Each generation the best candidate is printed as well as the fitness value which generation it currently is. After finding a match the program exits.

alt text

alt text

alt text