Metaprogramming can be defined as the art of programming programs which can read, manipulate or write other programs. A typical example are interpreters....
Tom, The Push project and the PushGP genetic programming system provide some points of contact to these ideas. The Push programming language allows for ...
Lee Spector
lspector@...
Mar 2, 2003 5:09 pm
1422
Is anyone aware of work on GP language recognition? For example, given a CFG G and a string s in L(G), use GP to generate a parse tree for s. (Obviously...
Any attempt to dismantle Normative Standard English is fraught with problems because confusion and confounding are built into the language. Instead of taking a...
Party of Citizens
citizens@...
Mar 2, 2003 8:38 pm
1424
... This is quite an accurate statement about meta-programming, however the comment about interpreters is not really true. For some languages and some...
Mariusz Nowostawski
mariusz@...
Mar 2, 2003 10:00 pm
1425
Mariusz Nowostawski wrote: ps. One should keep in mind two different meanings of the term "reflection". The more formal meaning of this term is different from...
Lee Spector
lspector@...
Mar 3, 2003 3:42 am
1426
Lee Spector wrote: [...] ... The best description, together with semi-definitions about object oriented reflection (meta-programming in object-oriented...
Mariusz Nowostawski
mariusz@...
Mar 3, 2003 4:38 am
1427
Hallo list! I've tried to find an answer to this question in FAQs without luck... Can you give me up-to-date pointers on finding resources to quickly test GP...
Hi all, I am a senior recruiter with Hollister in Boston. I have been recruiting here for over 8 years, and am working on two new searches for one of my...
From: "pmerrickc <pclaughton@...>" <pclaughton@...> Date: 2003/03/03 Mon AM 10:01:37 EST To: genetic_programming@yahoogroups.com ...
rntjustice@...
Mar 3, 2003 3:44 pm
1430
Hellow! I,m from Brazil, and I looking for some papers abou uses of genetic algorithm in otimization of thermal plants desing, or cogeneration. Do you know...
I am MCA student of dept. of computer science, Pondicherry University. India. I am doing my final sem project in Genetic Programming. I need of Tree Generation...
A search on the GP Bibliography (http://liinwww.ira.uka.de/bibliography/Ai/genetic.programming.html) with keywords ``tree generation'' yields the following...
... Iba's algorithm is good, but there's a better one if you're looking for absolute uniformity (which is what he was trying for). Bohm, Walter and Andreas...
... C++ code can be found at ftp://cs.ucl.ac.uk/genetic/gp-code/rand_tree.cc or via my home page Bill W. B. Langdon, Phone +44 20 7679...
Bill LANGDON
W.Langdon@...
Mar 4, 2003 7:16 pm
1435
i m trying to write a GA program that outputs intelligent rules to play board games. can anyone help me with sample codes or techniques thank you in advance ...
I`ve got a problem and i wonder if it can be solved by GA ... here is the problem : "n" people are in a queue and each of them has a papar in his hand that a...
What you have here is a priority queue. Your problem can be solved very efficiently using a heap. Look in a standard undergraduate text on data structures for...
Peter Smith
peters@...
Mar 5, 2003 10:29 am
1438
Hi All, In a few days the deadline for submitting papers to the graduate workshop is reached. Remember: - this workshop is entirely distinct from submitting to...
hi thanks for your attention ... well as i confessed before, i dont know much about genetic algotrithms and its tools, just a little about what its concept...
Heap is not related to GAs, it is a data structure... Just look at any book on DS. This problem may be eaily solved without GAs by just using HEAPS. Regards ...
But you don't always want to take the lowest numbered item out of the list. If you do that, it'll take 4 moves to sort his example list. Instead, if you first...
Martin's solutions sounds like a good one, but that doesn't mean that a GA or GP can't find it. It seems like a fairly straightforward search problem: find...
Dear Group I'm new to GP and I would like to apply a GP to solve a QSAR (Quantitative Structural Activity Relationship) problem, where the structure of the...
What lanuage do you want to use? Do you want to compile it in with lilgp or do you want lilgp to fork a process and do the regression externally and read in...
Nachbar, Robert B
nachbar@...
Mar 7, 2003 5:32 pm
1446
Hi Bob Thanks for the prompt reply, I plan to use C, as this is the language I use the most, though I have some experience in Java. I'm looking to compile the...
Then I would recommend any stats software that is scriptable and runs on your platform. R would be a good choice (and it's free), as would be S-plus or...
Nachbar, Robert B
nachbar@...
Mar 7, 2003 6:11 pm
1448
Hi I am writing some GP codes on Borland C++. When I run these codes which involve a lot of arithmetic calculation such as exponential and power, there always...
Hi, Has anyone ever worked on a project of finding an algorithm to limit the tree growth( code bloat) in GP. I am actually working on this project and i am...