Skip to content

nikola-m/practical-genetic-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

practical-genetic-algorithm

This is a "ordinary" Fortran rewrite of the HPF code from Appendix III of Haupt&Haupt "Practical Genetic Algorithms" book.

Program searches for the minimum of the given function.

The HPF sorting functions are changed with quicksort algorithm that returns sorted array but also the sorted array of indexes from the original array.

One can change the parameters, and more importantly the cost functions. All the functions from Appendix I of the book are tested. New cost functions are defined in 'funct' module.

Have fun!

About

Fortran version of the genetic algorithm test code from Appendix III of Haupt and Haupt - "Practical Genetic Algorithms", 2nd e.d., 2004.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published