Skip to content

IsmaelSabri/Algoritmo_genetico

Repository files navigation

Algoritmo_genetico

Genetic algorithm

Java implementation algorithm from page 16 of the book "Introduction to Genetic Algorithms and Genetic Programming" used to maximize or minimize a function in a given interval.

alt text

The algorithm receives as arguments an initial population and the configuration parameters where after the execution of all the generations, it shows the best one. Each single is represented as a chromosome with its genotype, a phenotype, and a fitness function. Chromosomes are bounded by three attributes: upper and lower bounds and the representation tolerance.

alt text

About

Algoritmo genético

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages