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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 661 - 690 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
661
Hi, I'm new to OB, is there any way to get a comprehensive list of the register parameters? I'm only finding partial listings in the docs. Pablo...
pbeno57
Offline Send Email
Jul 19, 2005
8:58 am
662
Hi, Register parameters are not given in Open BEAGLE manual as they are application specific (each operator register its own parameters) and so can be...
Christian Gagne
raspingoo
Offline Send Email
Jul 19, 2005
9:18 am
663
Hello! I'm experimenting with weighted terminals, and I'd like to ask the following: is there a way to change the primitives' weights _during_ the run, other...
Domagoj Jakobovic
yetislav
Offline Send Email
Jul 27, 2005
4:49 pm
664
Hi, I started using Open Beagle and I am very enthusiastic to do some tests. I would like to get the trees (formula) for the best individuals in each...
ob_user_2005
Offline Send Email
Jul 28, 2005
7:48 am
665
Hi there, ... Individuals in the hall-of-fame are simply copies of the best individuals so far. They are not used in the evolution in the sense that the...
Christian Gagne
raspingoo
Offline Send Email
Jul 28, 2005
8:12 am
666
Hi Domagoj, ... No, in its actual form, the primitive set doesn't allow to change the weights of the primitives. But the primitive set class can be changed ...
Christian Gagne
raspingoo
Offline Send Email
Jul 28, 2005
9:44 am
667
Hi Christian, Thank you for your reply. But I still would like to know how can I get (from the code) the best Individuals of each run. And also how can I...
ob_user_2005
Offline Send Email
Jul 28, 2005
11:59 am
668
Hi again, ... There is several hall-of-fames in Beagle, one for the vivarium (the whole population) and one for each deme (the sub-populations). Unless special...
Christian Gagne
raspingoo
Offline Send Email
Jul 28, 2005
12:52 pm
669
Hello again! I'm afraid I need some more help... ... Hm, my OO foundations aren't that strong, so I ran into some problems. I derived a new class from...
Domagoj Jakobovic
yetislav
Offline Send Email
Jul 29, 2005
10:52 am
670
Hello! OK, I solved the first problem with derived terminal set (seems I declared the nested PointerT typedef with the wrong base class name, khm, khm...). And...
Domagoj Jakobovic
yetislav
Offline Send Email
Jul 29, 2005
5:26 pm
671
... Yes, you should use object cast to convert your object references to the good types. christian ... -- Christian Gagné http://vision.gel.ulaval.ca/~cgagne...
Christian Gagne
raspingoo
Offline Send Email
Aug 1, 2005
11:00 am
672
Dear All and Mr.Cristiane, Thank you very much for your efforts in developing and supporting OpenBeagle. I'm using Beagle version 2.2.0 with VC++.NET 2003. I...
NERMEN
nermey3
Offline Send Email
Aug 14, 2005
11:02 am
673
Dear All and Mr.Cristiane, Thank you very much for your efforts in developing and supporting OpenBeagle. I'm using Beagle version 2.2.0 with VC++.NET 2003. I...
NERMEN
nermey3
Offline Send Email
Aug 14, 2005
11:05 am
674
Hi Nermeen, Your problem seems to come from the dependencies between the different beagle libs. More precisely, the beagle-ga and beagle-gp libs depends on ...
Christian Gagne
raspingoo
Offline Send Email
Aug 14, 2005
12:24 pm
675
Hi beaglers I need to get my head around the autotools in order to compile my code with beagle on the target platform. Is there an example of how to change the...
matt studley
hamsterchutney
Offline Send Email
Aug 17, 2005
3:19 pm
676
Hi Matt, Using the IDE KDevelop, available on most UNIX flavors, it can be quite simple de create a program that uses Beagle. You just have to follow the ...
Christian Gagne
raspingoo
Offline Send Email
Aug 17, 2005
3:58 pm
677
Does anyone have a reasonable configuration file for the parity example that actually converges on the solution? I have run it 5 or 6 times with both supplied...
Nic Watson
j_nicolas_wa...
Offline Send Email
Aug 19, 2005
4:02 am
678
Hi Nic (and other Beagle users), You will find at the end of this message the configuration file verbatim I used to get good results on the parity example. The...
Christian Gagne
raspingoo
Offline Send Email
Aug 19, 2005
12:26 pm
679
Excellent! You may want to consider shipping the file with the example. It is a good example. Thank you. Nic ... of 1.0....
Nic Watson
j_nicolas_wa...
Offline Send Email
Aug 19, 2005
2:29 pm
680
In the Distributed Beagle documentation, it states: "evolver configuration file Note: With Distributed Beagle and DAGS, nothing can stop you from using...
Nic Watson
j_nicolas_wa...
Offline Send Email
Aug 21, 2005
2:05 am
681
Dear Mr.Christian, I have one more question if you please. I need a genome of type "Directed Graph". Can I customize the Tree genome in open BEAGLE to do this...
NERMEN
nermey3
Offline Send Email
Aug 21, 2005
11:20 am
682
... Hi Nermen, Your question is quite interesting. I think the immediate answer is "not really"---although Christian might have a different perspective. The...
Matthew Walker
mattgwwalker
Offline Send Email
Aug 22, 2005
12:05 am
683
Hi Nic, ... No. Multiple evolvers means that 2 or more demes can be evolved at the same time (applying genetic operators and Darwinian selection). These ...
Marc Dubreuil
mdubreuilus
Offline Send Email
Aug 22, 2005
12:43 am
684
Thank you very much sir for your wise reply . I'll let you be informed with the latest news. BR, Nermeen Matthew Walker <m.g.walker@...> wrote: ... Hi...
NERMEN
nermey3
Offline Send Email
Aug 22, 2005
8:26 am
685
Hello again! I was wondering is it possible to change evolution parameters (e.g. tournament size, mutation probabilities and the like) during the run? And how...
Domagoj Jakobovic
yetislav
Offline Send Email
Sep 20, 2005
8:42 pm
686
Hi Domagoj, For sure you can change the value some parameters during a run. To do so, you must get a reference to the parameters you want to change through the...
Christian Gagne
raspingoo
Offline Send Email
Sep 21, 2005
12:03 pm
687
Hi Graham, ... Are you making use of ephemeral random constants (in a GP context) in your program? If so, this is very probably the cause of the phenomenon you...
Christian Gagne
raspingoo
Offline Send Email
Sep 22, 2005
8:21 pm
688
I do not use ERC anywhere in my code. My system is quite large, the original consumes ~700M, the run from the milestone >1.5G. I tried to recreate a simple...
Graham Thomson
graamone
Offline Send Email
Sep 22, 2005
10:27 pm
689
Hi Graham, I executed the symbreg example with milestone reloading into valgrind (www.valgrind.org), which is a wonderful debugger to spot out memory leaks and...
Christian Gagne
raspingoo
Offline Send Email
Sep 23, 2005
3:05 pm
690
I managed to solve the problem for the test program. Adding the following line successfully reclaims the reserved capacity memory: cout << "Unallocating the...
Graham Thomson
graamone
Offline Send Email
Sep 23, 2005
9:52 pm
Messages 661 - 690 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