PyCon 2011: Genetic Programming in Python
I would like to share the video of the Eric Floehr (from ForecastWatch / Intellovations) presentation at PyCon 2011:
by Christian S. Perone
I would like to share the video of the Eric Floehr (from ForecastWatch / Intellovations) presentation at PyCon 2011:
Congrats Christian! Great seeing folks from PoA influencing the world.
Great thanks man !
Hi Christian,
I’m just just found your page here on sourceforge. I’m new here and not a programmer by any means. However, I was led to you page by seeing some of your comments and contribution over a YEAR ago on youtube video on some Google Analytics on “Data Retrieval”. I’m not sure if you can help me here but at least you might be able to lead me in the right direction.
I’m an aspiring animator and work lots with Bioviso Hierarchy (bvh) files. Therefore, I have a fair large directory of such such file with text data. Is there any program or customizable software you can recommend that can retrieve data by query-by-example? I will be happy discussing with a programmer who is will to create on for a certain fee. This could be a standalone or plug-in to some 3d third party software. Secondly, the accuracy of the search engine is negotiable as the volume of data I’m talking about is not more than 5,000 text files. So, time is not necessarily expensive either.
Once again, If you or anyone you can recommend is willing to provide such a service please let me know. Or if you can advice on any other way to achieve my goal here it will be appreciated.
btw thnx for bringing Eric FLoehr @ PyCon 2011 to my attention;)
Many Thanks.
r/
Arinze
(p.s. Reference documents that I’ve been looking at in this regard include articles by Meinard Muller on Data Retrieval; M. Khourd 2010- Probabilistic Inference on 3D Human Motion. Others include Okan Arikan’s Animate-me using Principle Component Analysis and Self Organizing Mapping; Python programs like Py-evolve and pySTEP genetic programming.)
Thanks for sharing this.
I am trying to use Pyevolve for airfoil optimization. I have my chromosomes as a list of 11 airfoil parameters. Each of these parameters has there bounds. I thought to use G1DList as chromosomes but problem is I am not able to set range separately for each parameters using setParams. In all the examples setParams is used to give range for whole chromosomes not for each gene. Please suggest how to tackle this issue.
Thanks
Hello Abhishek, you’ll need to use GAlleles feature of Pyevolve, see the documentation [1] e the example [2].
[1] http://pyevolve.sourceforge.net/0_6rc1/module_allele.html
[2] http://pyevolve.sourceforge.net/0_6rc1/examples.html#example-11-the-use-of-alleles
Great ,I leran a lot