Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #39546 > unrolled thread

FYI: AI-programmer

Started byGisle Vanem <gvanem@broadpark.no>
First post2013-02-22 11:11 +0100
Last post2013-02-22 11:36 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  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

#39546 — FYI: AI-programmer

FromGisle Vanem <gvanem@broadpark.no>
Date2013-02-22 11:11 +0100
SubjectFYI: AI-programmer
Message-ID<mailman.2253.1361531495.2939.python-list@python.org>
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?

--gv 

[toc] | [next] | [standalone]


#39548

FromDuncan Booth <duncan.booth@invalid.invalid>
Date2013-02-22 11:36 +0000
Message-ID<XnsA16F75A3A4289duncanbooth@127.0.0.1>
In reply to#39546
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web