Thanks for your advice on the tokens in your last reply, I decided to use postInit() and cast to the GP System (which I'm sure I tried previously but couldn't...
... At a first look, this seem to be a very clever use of the Evolvers/Operators! I think this can work well. In my applications, when I have to use train/test...
I do not understand why the executable I create is larger than the one produced when I run make. If I compile the symbreg example using these commands: g++ -c...
Hi Matthew, nice to hear from you! ... You are touching here to some libtool magic. The explanation is pretty simple, the symbreg is not a program, but rather...
Hi Christian, I was debugging (gosh, I do a lot of that :o) again, and wrote this, expecting it to work: cout << inIndiviudal; It didn't work and so I wrote...
Hi! I'm using this conf to get the results to converge to 0 (ie get the error to 0) not sure if its right though, could anyone tell me if i've done it right? ...
... This will not do exactly what you wanted. This operator is only a stop criteria for the evolution. It will only stop the evolution if one or more...
Hi Christian, I have written a simple search function for XMLNode. This method was useful for me after I'd parsed an XML file and needed to action only a ...
Hi Matthew, This will certainly make its way into the basecode. I'll come back to you on that next. christian ... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~>...
Hi! My trees always seem to be shrinking to a size of 1 and staying at that size... any ideas on how I can fix this? I have tried removing the ShrinkOp and...
... This is a very strange phenomena. It is probably related to your application, more specifically your fitness measure or the kind of strong-typing you are...
Hello all, Apologies in advance if the answer to my question is RTFM. I'm new to GP and even newer to OpenBEAGLE. So, here goes: How do I set up a GP system...
Bill Ulrich
ulrich@...
Mar 25, 2004 11:13 pm
450
... Christian is the one who deserves the credit for answering our questions, and I've never seen him reply with anything like "read the manual" :o) I'd like...
... So what you want to do is to evolve simultaneously several tree, that is to have multi-tree individuals. Matthew's approach is correct, you can for sure...
... Excellent! I'd love to help. Just a few days ago, I wrote some code to help display Beagle 2 trees (the XML ones). The postscript code hasn't changed...
Hi Christian, I was trying to use a register file to set the value of a string to a blank, i.e. "", but I just can't get it to work! I've tried to understand...
First, let me say to Christian and Marc, Open BEAGLE looks like a great engine, very robust and extensible. The only thing it's lacking is parallel capability...
I didn't see a link on the website for applications using BEAGLE. Is there any apps out there I could try out? If there are, could we add those links to the...
Hi everyone, I made a new release of Open BEAGLE, version 2.1.3. There was a bug in a ES component of the GA framework, which disable the users from making ...
Hi everyone, We are experimenting big delays on yahoogroups. Messages appear on the group Web page but take several days to reach the mailboxes. For example, I...
Finally, it appears that the problem is caused by the spam filter of my local mail server. Yahoogroups is probably tagged as a spam relay. I am looking with my...
... I do several applications of EC in my PhD and, of course, all of them are based on Open BEAGLE. There is several other PhD students that I am aware that...
... Distributed BEAGLE is the module we planned for all the distribution concerns on LAN and clusters. ... Marc Dubreuil is doing its master here on...
Hello Open BEAGLE developers and users, As time is going, Open BEAGLE is maturing. Since a few months, the initial development storm has finished and we are...
Hi everyone did sombody try to compile Open Beagle 2.1.3 with Borland Builder 5. Release Open Beagle 2.1.2 compiled fine. When i compile Open Beagle 2.1.3 it...
Hi Christian, I tried this from the command line: -OBec.init.seedsfile="" but she aborts with the message: Beagle::RunTimeException: From file "Register.cpp",...
Hi... I am going to design and develop an application framework for Windows XP API function calls (something like wxWindow). Is it possible to use OpenBEAGLE ...