Skip to content

claby2/imt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

imt

Simple genetic algorithm to explore the infinite monkey theorem. This demonstration evolves a population to generate a target string.

Implementation details

Running

cargo run --release

Example output

$ cargo run --release
0.11, (01QNRPI2b)
0.22, (HaEfQY1jP)
0.33, (Ta969p19O)
...
0.78, (TargDt1B3)
0.78, (TKrget1F3)
1.00, (Target123)
Iterations: 1179

About

๐Ÿ’ Simple genetic algorithm implementation (Infinite Monkey Theorem)

Topics

Resources

License

Stars

Watchers

Forks

Languages