Skip to content

A genetic algorithm for finding the minimum of a function in the least number of generations

Notifications You must be signed in to change notification settings

EmilianoGarciaLopez/genetic-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Single-Objective Optimization: Genetic Algorithms

Install Required Packages

git clone https://github.com/EmilianoGarciaLopez/genetic-algorithm
cd genetic-algorithms
pip install -r requirements.txt

Run Project

note: functions are defined in the test_functions.py file

  • Go to the file titled ga_example.py under the folder test_files
  • Change the values near the top of the file to your liking. file
  • Run the main method

Contributions

Contributions, Issues, and Forks are welcome!