almeida91 / Splice

A genetic algorithm library for use with the Java platform, it aims the ease of use while retaining a good performance.
MIT License
12 stars 3 forks source link

Ranking Selection #2

Closed almeida91 closed 10 years ago

radutoev commented 11 years ago

Hello,

I saw the mail that I received from Triage. Sorry for responding this late, but I was away with work and didn't have any time to do anything. I will checkout the code and setup the environment this week.

Until then, any recommended literature on the topic, or genetic algorithms in general that you found useful?

Thanks

angeris commented 11 years ago

If you wish to learn about the general genetic algorithm case, there's plenty around Google as e-books.

https://www.google.com/search?hl=en&as_q=mathematical+introduction+to+genetic+algorithms&as_epq=&as_oq=&as_eq=&as_nlo=&as_nhi=&lr=&cr=&as_qdr=all&as_sitesearch=&as_occt=any&safe=images&tbs=&as_filetype=pdf&as_rights=

almeida91 commented 11 years ago

Introduction to Genetic Algorithms from Springer is a good introduction to the theme.