Question

Where can I find an implementation of Human Based Genetic algorithm (HBGA) ?
I did search but there were not any good results

Était-ce utile?

La solution

You are asking for something really specific. HBGA is just a concept: delegating decisions to a human. There are several GA frameworks out there, and I guess you could implement a GA for your specific problem and then override the desired operators to accept human input.

You can try: http://pyevolve.sourceforge.net/0_6rc1

Autres conseils

Actually if I understand you correctly, you want Human Input in place of the computer for selection? In that case this may be of interest:

http://endlessforms.com/

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top