Skip to content

totorotoby/Genetic-Keyboard

Repository files navigation

Genetic Keyboard (genBoard)

A Genetic Algorithm for Finding the Optimal Keyboard for Typing Speed

Final Project for CS241, Systems Programming

Running the Program

Clone the Genetic-Keyboard repository

git clone https://github.com/totorotoby/Genetic-Keyboard.git

Compiling

Compile the program using our Makefile

make genMain

Running the tests

We provided test files in the current directory

./genMain <filename>

If you would like to run your own tests, follow the following steps to get the files ready to be used

chmod +x editfile.sh

run the editfile shell script on the test file

./editfile.sh <testfile>

then run the genMain program with the following command

./genMain <testfile.filtered>

Authors

  • Dorian Levine
  • Marouane Abra
  • Toby Harvey
  • Steven Abreu

About

CS241 final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages