I've dabbled in genetic programming as well.  My approach to crossover
is simply to return a seq of indices to the node.  Then you can just
use nth repeatedly, or if your trees are nested vecs, you can use
assoc-in directly.  Then I just eval'd a fn and map-reduce'd it across
my test data.
--~--~---------~--~----~------------~-------~--~----~
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