[SciPy-User] Parallel Differential Evolution

Yosef Meller yosefmel at post.tau.ac.il
Thu Feb 25 03:51:00 EST 2010


On יום חמישי 25 פברואר 2010 01:02:45 Debabrata Midya wrote:
> Hi SciPy-Users,
> 
> Thanks in advance.
> 
> I am Deb, Statistician at NSW Department of Services, Technology and
>  Administration, Sydney, Australia.
> 
> I am new to this user group as well as to Python and Parallel Python.
> 
> I am interested to use Differential Evolution (DE) using Parallel Python on
>  Windows XP. I have some experience in DE using GNU GCC compiler.
> 
> Is there any software for it? If yes, anyone can assist me what are the
>  softwares I need to install and their locations please.
> 
> Once again, thank you very much for the time you have given.
> 
> I am looking forward for your reply.
> 
> Regards,
> 
> Deb
> 

I once wrote thhis implementation of the epsilon-moea algorithm for 
evolutionary multiobjective optimization, in Python and Matlab:

http://github.com/yosefm/eps-moea

Could give you some hints if you need, and if you already know Matlab you can 
compare.



More information about the SciPy-User mailing list