start prev index next end Slide 17 of 18.


Genetic algorithms can maximize or minimize. These are some of the ways to convert from one to the other.

If you are using GAlib, just do ga.maximize() or ga.minimize() (you do not to make any transformations to your objective function)

Return to Matthew's Portfolio