a new book about the molecular technologies and developments up to 2015 and the molecular industry.... pls see http://www.hkc22.com/molecularindustry.html for...
No, not the journal. The GMU Evolutionary Computation Laboratory have released version 10 of ECJ, an evolutionary computation library in Java. ECJ has a very...
Dear Friends, I need to evolve codes in C or machine code, what's impossible by using tree genomes. Then I'm looking for a linear genome implementation. Does...
Douglas, Eu tenho a tese do aluno da coppe com referencias de sistema de PG baseados em gramatica. Venha dar uma olhada. ma douglas_mota wrote: Dear Friends, I...
if you say so... ;) ... From: Marco Aurelio C. Pacheco To: genetic_programming@yahoogroups.com Sent: Tuesday, June 03, 2003 9:55 PM Subject: Re: [GP] Linear...
Research Studentships in Evolutionary Computing or AI Applications are invited for a 3 year EPSRC research studentship at the School of Informatics, City...
Peter Smith
peters@...
Jun 5, 2003 1:43 pm
1642
If you want to evolve machine code, check out work by Peter Nordin. To evolve C or other high-level languages, check out Grammatical Evolution (principally...
Norman Paterson
norman@...
Jun 6, 2003 7:47 am
1643
... by ... Impossible? A tree based representation can be subsequently compiled into C or machine code (C compilers do it all the time)....
I think what he is having trouble with here (Douglas, please correct me if I'm wrong) is a simple method for mapping procedural code to a tree. I had trouble...
Thanks for replying me. I can't find your thesis: "Genetic programming with context- sensitive grammars" in your home page. Where can I find it? Could you...
Dave, Thanks for replying me. Yes, you really understood my trouble! I'm very new in GP (a couple of weeks) and I couldn´t understand your approach to this...
Hi All, on the subject of linear genomes and context-sensitive constraints, I'm taking the opportunity to plug my own work. I have dabbled a bit with a system...
Hi all, I am working on data mining problem and using ECJ to build classifier for data of 7000 records having 55 attributes each.There are four functions all...
Just to follow up on the procedural code from tree-representation thread: my open source system http://perlgp.org does this too. In PerlGP, the tree genome...
... Maybe your objective function needs work? Are you using something like ArrayList() or a similiar builtin class to store your data points? If so, convert...
Hi Mike, I am not using Arraylist to hold data. Instead i am using simple two dimensional array which is 100*55 big and is filled repeatedly from data file to...
... If you're using the primitive type, the array and not ArrayList, then it's not what I was thinking. Still this should run really quick. In the terminal ...
... Sorry to storm in like this, but reloading the data from disk everytime you evaluate an individual is quite surely going to affect your run time. Your ...
Dear all, Matthew Sottile from the Advanced Computing Laboratory of Los Alamos National Laboratory released into the open source community at Sourceforge...
Candida Ferreira
candidaf@...
Jun 9, 2003 8:47 pm
1655
In the paper "Turing Completeness in the Language of Genetic Programming with Indexed Memory" (reference below) Teller shows that traditional GP is not Turing...
John R W Woodward
J.R.Woodward@...
Jun 10, 2003 2:53 pm
1656
John, The value of modularity (e.g. ADFs) is mostly independent of Turing completeness. Modularity can provide benefits with respect to code reuse and...
Lee Spector
lspector@...
Jun 10, 2003 3:52 pm
1657
Hi, The machine i am using is Sun-Fire-880 having 4 processors and 8 GB of RAM. Tree representation is fairly simple.NonTerminals are simply mathematical ...
Actually data is loaded only once in setup of my classifier code. /* Just to fill the array from the dataset */ public void slurp(final File f,final ...
Hi, I am using primitive array which is two dimensional to load values from datafile and loading those values to terminals from that array part of code for one...
Dear Jegdeep Singh, Maybe this paper can help you: http://www.cs.auc.dk/~gekko/sem8.html (preliminary work: http://www.cs.auc.dk/~gekko/sem7.html). In this...
I program on a Windows 2000/XP system and am looking for any all resources (source code) on Genetic Programming in C and C++. I would like to be able to...
... Hi, There is a very good GP basis within the EO (Evolving Objects) library. http://eodev.sourceforge.net/ I hope this helps Marc -- Marc Schoenauer Projet...