Search the web
Sign In
New User? Sign Up
openbeagle · Open BEAGLE
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 438 - 467 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
438
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...
iancoll_imperial
iancoll_impe...
Offline Send Email
Mar 2, 2004
1:09 am
439
... 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...
Christian Gagne
raspingoo
Offline Send Email
Mar 5, 2004
10:00 pm
440
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...
Matthew Walker
mattgwwalker
Offline Send Email
Mar 15, 2004
10:27 pm
441
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...
Christian Gagne
raspingoo
Offline Send Email
Mar 16, 2004
6:44 pm
442
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...
Matthew Walker
mattgwwalker
Offline Send Email
Mar 17, 2004
12:07 pm
443
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? ...
suwashi
Offline Send Email
Mar 20, 2004
4:13 pm
444
... 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...
Christian Gagne
raspingoo
Offline Send Email
Mar 20, 2004
5:30 pm
445
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 ...
Matthew Walker
mattgwwalker
Offline Send Email
Mar 21, 2004
7:43 am
446
Hi Matthew, This will certainly make its way into the basecode. I'll come back to you on that next. christian ... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~>...
Christian Gagne
raspingoo
Offline Send Email
Mar 21, 2004
8:21 pm
447
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...
suwashi
Offline Send Email
Mar 21, 2004
11:08 pm
448
... 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...
Christian Gagne
raspingoo
Offline Send Email
Mar 22, 2004
9:09 pm
449
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@...
Send Email
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...
Matthew Walker
mattgwwalker
Offline Send Email
Mar 26, 2004
12:20 am
451
... 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...
Christian Gagne
raspingoo
Offline Send Email
Mar 27, 2004
4:10 pm
452
... 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...
Matthew Walker
mattgwwalker
Offline Send Email
Mar 29, 2004
3:34 am
453
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...
Matthew Walker
mattgwwalker
Offline Send Email
Apr 5, 2004
10:11 am
454
... I think that you put the finger on an interesting bug! The strings in the register are wrapped into Beagle::WrapperT<std::string> (synonym of...
Christian Gagne
raspingoo
Offline Send Email
Apr 5, 2004
4:40 pm
455
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...
sandiamike
Offline Send Email
Apr 7, 2004
9:30 pm
456
Hi, I've just released Open BEAGLE version 2.1.2! As usually you can get your copy on the Web site. http://www.gel.ulaval.ca/~beagle or ...
Christian Gagne
raspingoo
Offline Send Email
Apr 8, 2004
7:15 pm
457
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...
daveydave1234
Offline Send Email
Apr 9, 2004
4:12 am
458
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 ...
Christian Gagne
raspingoo
Offline Send Email
Apr 13, 2004
4:02 pm
459
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...
Christian Gagne
raspingoo
Offline Send Email
Apr 13, 2004
4:15 pm
460
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...
Christian Gagné
raspingoo
Offline Send Email
Apr 14, 2004
1:19 pm
461
... 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...
Christian Gagné
raspingoo
Offline Send Email
Apr 14, 2004
1:29 pm
462
... Distributed BEAGLE is the module we planned for all the distribution concerns on LAN and clusters. ... Marc Dubreuil is doing its master here on...
Christian Gagné
raspingoo
Offline Send Email
Apr 14, 2004
1:33 pm
463
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...
Christian Gagne
raspingoo
Offline Send Email
Apr 15, 2004
4:20 pm
464
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...
BaerwurzSepp
Offline Send Email
Apr 15, 2004
8:49 pm
465
... I think that this suggestion is something that would make Beagle infinitely more user-friendly---it's a very valuable idea. Matthew....
Matthew Walker
mattgwwalker
Offline Send Email
Apr 15, 2004
11:51 pm
466
Hi Christian, I tried this from the command line: -OBec.init.seedsfile="" but she aborts with the message: Beagle::RunTimeException: From file "Register.cpp",...
Matthew Walker
mattgwwalker
Offline Send Email
Apr 16, 2004
5:50 am
467
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 ...
Mohammed Iqbal
mohammedderh...
Offline Send Email
Apr 16, 2004
2:32 pm
Messages 438 - 467 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help