Skip to content

raulgonzalezcz/Evolutive-Computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evolutive Computing: Examples

Examples of expert systems in Python:

  1. Genetic algorithms: This folder contains examples of genetic algorithms optimization using different representations and selection methods. We analyze functions such as Rosenbrock, Ackley, Eggholder, TSP problem and the 8-Queen problem.

  2. Multiobjective optimization: This folder contains examples of multiobjective optimization using DEAP. We analyze the Viennet function.

  3. Final proyect: This folder contains a simple program that solves a 3x3 Sudoku using genetic algorithms. We also test the results obtained in 5 iterations and plot a graph with the results.

Just try with python and the filename.

Thanks to https://github.com/lagodiuk, which projects inspired some ideas for my works.

Programming language

// Python 3

Author

Raúl González Cruz

Master in Computer Science and Engineering, UNAM

About

GA, PA and another methods

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages