Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39548
| From | Duncan Booth <duncan.booth@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: FYI: AI-programmer |
| Date | 2013-02-22 11:36 +0000 |
| Message-ID | <XnsA16F75A3A4289duncanbooth@127.0.0.1> (permalink) |
| References | <mailman.2253.1361531495.2939.python-list@python.org> |
Gisle Vanem <gvanem@broadpark.no> wrote: > Here is something interesting that you pythonistas might be > interested in: > http://www.primaryobjects.com/CMS/Article149.aspx > > """This article describes an experiment to produce an AI program, > capable of > developing its own programs, using a genetic algorithm > implementation with self-modifying and self-improving code. """ > > The above experimental BrainF** language was written using C#. So who > will be the first to make an AI-language in Python that generates it's > own program? > We already have a Python interpreter written in Python that (in most cases) runs faster than the original, which is pretty much the same thing. All it needs is a bit of AI stuck on to critique the code and complain about the weather and you're done. -- Duncan Booth
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
FYI: AI-programmer Gisle Vanem <gvanem@broadpark.no> - 2013-02-22 11:11 +0100 Re: FYI: AI-programmer Duncan Booth <duncan.booth@invalid.invalid> - 2013-02-22 11:36 +0000
csiph-web