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

Reward-based selection #3

Open almeida91 opened 12 years ago

angeris commented 11 years ago

If you're still working on this, I would like to know what you mean to contribute; perhaps a short description would be nice.

almeida91 commented 11 years ago

Hello thanks for the interest. This is a technique that you take into consideration not only the fitness of the newly generated chromosomes but also their parents'. From what I know, it is used in multiobjective optimizations that apply game theory methods like Pareto. Unfortunately I have not studied this subject in depth.

angeris commented 11 years ago

All right. I'm going to start checking out the source, and, although I might not be much help this week (as I'm busy for quite some time), next week should be much better in terms of how much I may be able to do. If possible, could you update the descriptions on the issues? At least, to make it slightly easier for me/possible others to work with.

Thanks, mate, looking forward to helping out.