I have recently started using pyBrain to conduct some machine learning research. I am interested in GAs as well as ANNs - however despit the fact that the pyBrain homepage lists GA as one of the features of the library, there does not seem to be anything in the pyBrain documentation on GA programming (e.g. chromosome selection, fitness functions etc), and there are no examples involving GA on the PyBrain site (AFAIK).
Also, equally suprising is that all my searches to find GA examples using PyBrain have also, yielded nothing. Does anyone have a link to code that shows a GA example using pyBrain?