Skip to content

CristianVerdes/Genetic-Algorithms-Homework-0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Genetic-Algorithms-Homework-0

The idea to this project is to try to maximize (finding 0) 4 functions (rast_function, griew_function, rosen_function, six_function) using a simple random function. We set an interval (a,b) and a number of parameters. Then we fill a list with random numbers in (a,b) and then execute one function with the list as a parameter. The point of this homework was to show us how fast a Genetic Algorithm is and how close he can get to our solution. (See next G.A. Homeworks)

Status

  • Finished

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages