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 your group to be featured on the Yahoo! Groups website? 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 1050 - 1079 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1050
Hi all, I am doing experiments with GP symbreg example. I did some change to the way the original program selects parents because in my opinion it did not...
Bai Linge
bai_linge
Offline Send Email
Jul 1, 2007
10:18 pm
1051
Hi Linge, ... 354: Beagle_AssertM(&ioTree1 != &ioTree2); ... Apparently you select two identical trees that are used for crossover, which raises this...
Arjan Gijsberts
narotic_net
Offline Send Email
Jul 1, 2007
11:02 pm
1052
Hi Linge, I think you should be careful with this change. I suspect that you do not understand how selection works. Beagle is designed to use a selection...
Matthew Walker
mattgwwalker
Offline Send Email
Jul 1, 2007
11:22 pm
1053
Hi Everyone There is a question bothering me. It's claimed that users can implement their own ES with less code-change and effort in the mannual. However,In...
jclucas_liu
Offline Send Email
Jul 11, 2007
11:16 am
1054
Hi, In fact the manual in that case is completely outdated. ES is already implemented in Open BEAGLE, coming in three flavours in Beagle 3.0.1. * Non-isotropic...
Christian Gagné
raspingoo
Offline Send Email
Jul 11, 2007
4:09 pm
1055
Hi jcLucas, The source package does contain an example using ES: beagle-3.0.1\examples\GA\maxfctes This example has helped me to succesfully use ES for an...
Arjan Gijsberts
narotic_net
Offline Send Email
Jul 11, 2007
4:20 pm
1056
Hi all, I've been doing some experimens of symbreg-steadystate.conf. I noticed that in the using steadystate, I am able to specify the size of elites, which i...
Bai Linge
bai_linge
Offline Send Email
Jul 14, 2007
5:53 am
1057
I'm not sure what the answer is, and you might have to wait till Monday for Christian's reply. However, I'm pretty sure you could find out yourself by making...
Matthew Walker
mattgwwalker
Offline Send Email
Jul 14, 2007
10:21 pm
1058
Linge, The answer to your question is yes: the elite individuals also participate in the steadystate breeding process. You can think of the elite individuals...
Vinod K. Valsalam
valsalam
Offline Send Email
Jul 15, 2007
1:37 am
1059
Hi Linge, Here is an almost-pseudo-code description of elitism, as done by the GenerationalOp and SteadyStateOp replacement strategy operators (used in a...
Christian Gagne
raspingoo
Offline Send Email
Jul 16, 2007
6:21 pm
1060
Hi, is there any way that I can set my params inside main function without .conf file? I tried this, but with no effect: lEvolver->initialize(lSystem, argc,...
marcingnat
Offline Send Email
Jul 24, 2007
5:19 pm
1061
Hi, ... Method Beagle::Register::modifyEntry is there to replace the object registered by another. Using it will not change the reference by external objects...
Christian Gagne
raspingoo
Offline Send Email
Jul 24, 2007
5:41 pm
1062
Hi, Have you tried to reverse the order? Like: lSystem->getRegister().addEntry("ec.pop.size", new UIntArray(10), "* Description *"); ...
Arjan Gijsberts
narotic_net
Offline Send Email
Jul 24, 2007
5:44 pm
1063
Hi everyone, I am evaluating GP packages and have notices large variations in their mutation implementation. I was hoping Beagle would be easily modifiable to...
wanengineer
Offline Send Email
Jul 30, 2007
1:09 pm
1064
Hi Peter, ... Yes, what you describe corresponds exactly to what Beagle::GP::MutationStandardOp operator is doing. ... Again, it fits with what...
Christian Gagne
raspingoo
Offline Send Email
Jul 30, 2007
2:43 pm
1065
Hi Peter, I just wanted to clarify a point that Christian made. The mutation operators do have a bug in them in release 3.0.0 and 3.0.1, but what might not...
Matthew Walker
mattgwwalker
Offline Send Email
Jul 30, 2007
11:11 pm
1066
Good morning, I wanna adapt the coevolution on open beagle but I dont understand very well the funtion evaluatesets of the class CoSymEvalOp: void...
lfpnf
Offline Send Email
Jul 31, 2007
2:02 pm
1067
Hi Christian, thanks so much for the response! As an initial exercise, I have utilised Beagle Puppy and have completed the construction of my new mutation...
wanengineer
Offline Send Email
Jul 31, 2007
4:43 pm
1068
Hi Matthew, thanks for clarification. I will look at the CVS version now! Cheers, Peter ... but ... His ... would...
wanengineer
Offline Send Email
Jul 31, 2007
4:48 pm
1069
Hi, What is specific with coevolution in Open BEAGLE is that fitness evaluation is done with a group of individuals from different species. How the groups are...
Christian Gagne
raspingoo
Offline Send Email
Jul 31, 2007
6:29 pm
1070
Hi Peter, ... No, Beagle Puppy implementation should be ok. The problem with version 3.0.0 and 3.0.1 comes from an important change to the code organisation, ...
Christian Gagne
raspingoo
Offline Send Email
Jul 31, 2007
6:54 pm
1071
Hi Matthew, I was hoping you could help me with some compilation issues using the CVS version. I have used TortoiseCVS to checkout(export) beagle. I am having...
wanengineer
Offline Send Email
Aug 1, 2007
11:22 am
1072
Hi Peter, ... When compiling from the CVS, you should first call the autotools (autoconf, automake, libtool, pkgconfig) to generate the makefiles and the...
Christian Gagne
raspingoo
Offline Send Email
Aug 1, 2007
1:53 pm
1073
... Or better yet, give Linux a go! (For a no-commitment-necessary look at Linux on your machine try downloading Knoppix (knoppix.org). All that's required is...
Matthew Walker
mattgwwalker
Offline Send Email
Aug 2, 2007
12:15 am
1074
Thanks for all the suggestions Matthew and Christian! I originally tried to install CVS and 3.0.1 on the sunOS shell account I have at uni, but I was...
wanengineer
Offline Send Email
Aug 2, 2007
6:07 pm
1075
Hi Peter, ... It is attained when the evolution is terminated by a "signal" from a termination operation, stating that the evolution is successful and should...
Christian Gagne
raspingoo
Offline Send Email
Aug 2, 2007
6:22 pm
1076
Hi again :) Yes I am determined to get CVS running under VC++ 2005. I noticed a few things go wrong within the build: 1) There were 4 references which had ...
wanengineer
Offline Send Email
Aug 2, 2007
6:25 pm
1077
Hi again Peter, ... Right, this is a error. In added the parenthesis to the different places in the code where they where missing. I will commit that to the...
Christian Gagne
raspingoo
Offline Send Email
Aug 2, 2007
6:51 pm
1078
... Oh, that's quite a good point. Given that symbreg is an example, and that it may well be the first that new users turn too, perhaps we should add a call...
Matthew Walker
mattgwwalker
Offline Send Email
Aug 3, 2007
1:07 am
1079
Hi Christian, Thanks for the clarification! ... Some further resolutions: a) I also came across the following not being included in the VC++ project files as a...
wanengineer
Offline Send Email
Aug 3, 2007
5:15 am
Messages 1050 - 1079 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