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

有帮助吗?

解决方案

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

其他提示

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/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top