Skip to content

Thanadev/GeneticSentence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeneticSentence

A test for genetic algorithm

For the moment, only bases are implemented :

  • it will work only with uppercase letters
  • no spaces
  • no numbers

Roadmap :

  • better implementation with "gene" notion
  • more characters are to be implemented like lowercase, spaces, etc...