On Sat, Jun 6, 2009 at 11:10 PM, maxsu<max.su...@gmail.com> wrote:
>
> Hi, i'd like to write some AI in clojure.
>
> Reading Russel & Norvig's AI: A Modern Approach, which focuses heavily
> on autonomous intelligence agents.
>
> Has anyone worked with these or other AI in clojure? Any libraries/git
> repos out there?

Genetic programming comes up from time to time.  I haven't
looked at anybody's work on the subject, but there's been
relevant discussions in this Google group.

> Can/should we use clojure agents to encapsulate separate interacting
> autonomous logical/rational agents?
>
> Finally, in which way should we organize an asynchronous simulation of
> a neural network using clojure concurrency? Are agents a good design
> idea here as well?

This sounds to me like it have many concepts in common with
"cells" implementations, which have been discussed in the
group several times.  I think there are a couple different
implementations that may have useful ideas for you.

--Chouser

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to