문제

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