Skip to content

rtp4jc/Genetic_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Genetic_Algorithm

First attempt at solving a genetic problem and optimizing runtime.

This is a program that takes in a target value and an expression length then finds an expression of the given length that evaluates to the target value. Current benchmarks will be recorded on commits, but this project is also to learn more about python, its modules, and IO -- not solely how fast the program can run.

Required Packages:

  • numpy
  • pandas
  • cython (only for optimizing by converting gen_alg_module.py into a C module)

About

First attempt at solving a genetic problem and optimizing runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages