free download - breve 2.7.2 : a 3D Simulation Environment for Multi-Agent Simulations and Artificial Life

2009-01-22 Thread Nick
www.filecub.com What is breve? breve is a free, open-source software package which makes it easy to build 3D simulations of multi-agent systems and artificial life. Using Python, or using a simple scripting language called steve, you can define the behaviors of agents in a 3D world and observe how

Re: 3d simulation

2006-07-25 Thread alimoe
placid wrote: > is this a real robot or a computer simulation? Just a sim, but the more I think about it, the more realism it seems like I need. Carl Banks wrote about PyODE. I thnk Soya or PySoy is integrating this soon, so I will be looking into that. thx -- http://mail.python.org/mailman/

Re: 3d simulation

2006-07-13 Thread Carl Banks
Edmond Dantes wrote: > I would tend to think that Lisp is more suited for Genetic Programming than > Python is. However, it is possible to do. Heck, I even had the crazy idea > of doing Genetic Programming in C++ once, however ugly that would've > been! > > Actually, there is an AI project that

Re: 3d simulation

2006-07-13 Thread placid
Edmond Dantes wrote: > placid wrote: > > > > > alimoe wrote: > >> > Genetic Programming or Genetic Algorithms? > >> > >> whats the difference? > > > > > > Genetic Programming: > > is an automated methodology inspired by biological evolution to find > > computer programs that best perform a user-de

Re: 3d simulation

2006-07-13 Thread Edmond Dantes
placid wrote: > > alimoe wrote: >> > Genetic Programming or Genetic Algorithms? >> >> whats the difference? > > > Genetic Programming: > is an automated methodology inspired by biological evolution to find > computer programs that best perform a user-defined task. > > http://en.wikipedia.org/w

Re: 3d simulation

2006-07-10 Thread placid
Erik Max Francis wrote: > alimoe wrote: > > >> Genetic Programming or Genetic Algorithms? > > > > whats the difference? > > Genetic algorithms usually involve the manipulation of bit strings. Where bit strings is the the "dna" and each bit in the string represents some value -- http://mail.pyth

Re: 3d simulation

2006-07-10 Thread Erik Max Francis
alimoe wrote: >> Genetic Programming or Genetic Algorithms? > > whats the difference? Genetic algorithms usually involve the manipulation of bit strings. Genetic programming usually involves more program-like constructs, such as Lisp s-expressions. -- Erik Max Francis && [EMAIL PROTECTED] &&

Re: 3d simulation

2006-07-10 Thread Carl Banks
alimoe wrote: > I am interested in coding an app which uses physics and 3d and neural > nets and genetics. Any pointers? PyODE for the physics part. Carl Banks -- http://mail.python.org/mailman/listinfo/python-list

Re: 3d simulation

2006-07-10 Thread placid
alimoe wrote: > I will create a "robot" that crawls over terrain that looks like the > picture here: > > http://pygp.sourceforge.net/index.php3?name=runs is this a real robot or a computer simulation? -- http://mail.python.org/mailman/listinfo/python-list

Re: 3d simulation

2006-07-10 Thread placid
alimoe wrote: > > Genetic Programming or Genetic Algorithms? > > whats the difference? Genetic Programming: is an automated methodology inspired by biological evolution to find computer programs that best perform a user-defined task. http://en.wikipedia.org/wiki/Genetic_Programming Genetic Alg

Re: 3d simulation

2006-07-10 Thread alimoe
I will create a "robot" that crawls over terrain that looks like the picture here: http://pygp.sourceforge.net/index.php3?name=runs -- http://mail.python.org/mailman/listinfo/python-list

Re: 3d simulation

2006-07-10 Thread alimoe
> Genetic Programming or Genetic Algorithms? whats the difference? -- http://mail.python.org/mailman/listinfo/python-list

Re: 3d simulation

2006-07-10 Thread placid
alimoe wrote: > I am interested in coding an app which uses physics and 3d and neural > nets and genetics. Any pointers? Open GL Python programming http://www.google.com/search?hl=en&rls=GGGL,GGGL:2006-22,GGGL:en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=opengl+python&spell=1 http://pyopengl.sour

3d simulation

2006-07-10 Thread alimoe
I am interested in coding an app which uses physics and 3d and neural nets and genetics. Any pointers? -- http://mail.python.org/mailman/listinfo/python-list