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 894 - 923 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
894
About register the parameters. I am still exploring the GP example of symbreg. for example, I modified the configuration file symbreg-hfc.conf by changing...
Bai Linge
bai_linge
Offline Send Email
Nov 3, 2006
5:30 pm
895
... Well, that's a pretty vague question. Can you be more precise on what you did? Regards, Christian ... -- Christian Gagné http://cgagne.googlepages.com...
Christian Gagné
raspingoo
Offline Send Email
Nov 3, 2006
7:36 pm
896
Thanks! I solved it just now. :-) ... Well, that's a pretty vague question. Can you be more precise on what you did? Regards, Christian ... -- Christian...
Bai Linge
bai_linge
Offline Send Email
Nov 3, 2006
7:44 pm
897
Hi Christian, I am trying to deeply understand the steady-state selection procedure and its differences against generational method to apply it to a genetic...
ob_user_2005
Offline Send Email
Nov 5, 2006
10:20 pm
898
Hi Carlos, ... Yes, steady-state replacement strategy consists in generating individuals one-by-one and to insert them in the population immediately after they...
Christian Gagné
raspingoo
Offline Send Email
Nov 6, 2006
8:19 am
899
Hello to all, I wanted to know if version 3.1.0 of Distributed Beagle is available. Want to try it. Thanks, Nikos...
bitoulas
Online Now Send Email
Nov 14, 2006
8:44 am
900
Hi Nikos, Well, version 3.1.0 is not yet ready, but we're working on that. I hope to be able to make this release before the end of my postdoc, that is in less...
Christian Gagné
raspingoo
Offline Send Email
Nov 14, 2006
9:29 am
901
Hi all, I am still studying the genetic programming part. Can anybody tell me how I can get access to the fitness value of a particular individual? For...
Bai Linge
bai_linge
Offline Send Email
Nov 17, 2006
1:26 am
902
Hi Linge, Methods Beagle::Individual::getFitness and Beagle::Individual::setFitness allow you to respectively obtain and change the fitness value of an...
Christian Gagné
raspingoo
Offline Send Email
Nov 17, 2006
9:05 am
903
Hello, i am currently trying to set the bias parameter for the primitives in my current GP project. I use 4 different datum types and about 15 different...
davidherbipolis
Offline Send Email
Dec 1, 2006
2:45 am
904
Hello, i am currently doing some GP with OpenBeagle 3.01. I have a PrimitiveSet containing about 15 diffrent Primitives of different types. The evolution is...
davidherbipolis
Offline Send Email
Dec 1, 2006
2:53 am
905
On my home computer running linux, I have no problem with the OpenBeagle package. However, when I attemp to compile Beagle 3.0.1 on my work computer in Cygwin,...
uisqebaugh
Offline Send Email
Dec 4, 2006
7:02 pm
906
Hi, Christian (Beagle's primary developer) seems to be away at the moment. I can't tell you much about Cygwin, but I can point you to the two Marc's (CC'd in...
Matthew Walker
mattgwwalker
Offline Send Email
Dec 4, 2006
9:04 pm
907
Hi, It seems to me that Christian (Beagle's primary developer) is away at the moment. He would be the best person to answer your questions. But in the...
Matthew Walker
mattgwwalker
Offline Send Email
Dec 4, 2006
10:18 pm
908
Hi! All I can say is that Beagle 3.0.1 uses an old implementation of the PACC::SignalHandler class which (indeed) had portability problems. It was completely...
Marc Parizeau
marcparizeau
Offline Send Email
Dec 7, 2006
3:59 am
909
Hi David, ... I was away in the last days, being on the move between Switzerland and Canada. I am now resettling slowly in Quebec City. Matthew gave you a...
Christian Gagné
raspingoo
Offline Send Email
Dec 8, 2006
12:25 am
910
... Well, I would think that the typedef fix that Marc proposed would work, but this should be tested. The in-development version of Beagle makes use of the...
Christian Gagné
raspingoo
Offline Send Email
Dec 8, 2006
12:44 am
911
Hello Christian, i am currently trying my luck on a STGP Problem. I noticed that the GP-MutationStandardConstrainedOP doesn't operate on my individuals. I ...
davidherbipolis
Offline Send Email
Dec 14, 2006
1:18 pm
912
Hi David, The problem may be caused by this bug. It depends on the constrained GP settings (i.e. primitive set and typing) you are using, but it is possible...
Christian Gagné
raspingoo
Offline Send Email
Dec 14, 2006
1:35 pm
913
Hi everyone, I am exploring the GP example symbreg which generate equations. Do anyone has an idea how i can make the equation has integer constants? Thanks a...
Bai Linge
bai_linge
Offline Send Email
Dec 17, 2006
1:28 am
914
... For that, you should define your own type of ephemeral random constants that are real numbers with whole value. See the code of class GP::EphemeralDouble...
Christian Gagné
raspingoo
Offline Send Email
Dec 17, 2006
4:38 pm
915
Hello, i'm currently trying to get a picture on how several things inside beagle work. 1.) How does the GP standard mutation (constrained) select the node ...
davidherbipolis
Offline Send Email
Jan 5, 2007
5:30 pm
916
Hello, i have another Question to add: I am currently trying to expand my individuals to have multiple trees (i'm still doing STGP). I defined multiple...
davidherbipolis
Offline Send Email
Jan 8, 2007
4:20 pm
917
Hi David ... You seem to have a correct understanding of the code. Don't forget, as I mentioned earlier in a message to the list, there is a major bug with...
Christian Gagné
raspingoo
Offline Send Email
Jan 9, 2007
11:23 pm
918
Hi again David, ... Well, this need some manipulations, but it is not really hard. Here follows a simplified version of the GP::Individual::run method. ...
Christian Gagné
raspingoo
Offline Send Email
Jan 9, 2007
11:27 pm
919
Hi everybody, I have a couple of questions 1) I am interested in backporting the CVS Mutation Operator to beagle 3.0.1, so I checked out the .cpp and .hpp from...
hazan amaury
tinoucaillou
Offline Send Email
Jan 18, 2007
2:24 pm
920
Hello, you have to check the updates labeled with "Bug fix for STGP standard mutation operators.". I found that label in the following files. ...
davidherbipolis
Offline Send Email
Jan 25, 2007
9:48 am
921
Hello Beaglers, It's been more than a year since version 3.0.1 of Open BEAGLE has been released. The development of a new version including several important ...
Christian Gagne
raspingoo
Offline Send Email
Feb 7, 2007
10:55 pm
922
Hi Christian, ... I think this is a great idea! It also allows for a much better testing phase if the more enthusiastic user is prepared to submit crash/error...
Matthew Walker
mattgwwalker
Offline Send Email
Feb 8, 2007
12:53 am
923
Hi Matthew, ... Yes, I think we'll go with odd-numbered minor version for the development trunk, while even-numbered version will be for stable releases. Given...
Christian Gagne
raspingoo
Offline Send Email
Feb 8, 2007
1:39 pm
Messages 894 - 923 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