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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1071 - 1100 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1080
... Thanks for the explaination Christian!...
wanengineer
Offline Send Email
Aug 3, 2007
5:24 am
1081
... Oops! That was my mistake; they're newly added primitives. I've corrected it in the CVS. Thanks Peter. Good spotting. Matthew...
Matthew Walker
mattgwwalker
Offline Send Email
Aug 3, 2007
6:39 am
1082
Hi Peter, First, note that I CCed this mail to both the yahoogroups and developers lists. Please, send any further messages of the current thread to the ...
Christian Gagne
raspingoo
Offline Send Email
Aug 3, 2007
2:15 pm
1083
I am trying to create a new genotype and initialization method. I can't find any examples in the documentation that use anything but the standard...
grunt005
Offline Send Email
Aug 22, 2007
2:25 pm
1084
Hi, First, be sure that in the code of your custom initialization operator, you named your new operator correctly (i.e. "InitIntVecVecOp"). Then, you should...
Christian Gagne
raspingoo
Offline Send Email
Aug 22, 2007
2:33 pm
1085
Hello, thank you for getting back to me so quickly. It's still saying it cant find it. Ive got the following structure in the main() file: System::Handle...
grunt005
Offline Send Email
Aug 22, 2007
3:13 pm
1086
Hi again, ... operator properly. The name given to your operator is not the same given in your configuration file ("InitIntVecVecOp"). Be sure that your ...
Christian Gagne
raspingoo
Offline Send Email
Aug 22, 2007
3:22 pm
1087
That is what I had in the InitIntVecVecOp.cpp file. InitIntVecVecOp::InitIntVecVecOp() : Beagle::InitializationOp("InitIntVecVecOp") { } Just to clarify a few...
grunt005
Offline Send Email
Aug 22, 2007
4:11 pm
1088
... It seems that your configuration is correct. ... No, it should work correctly. I don't see what is going wrong. There is maybe something special you are...
Christian Gagne
raspingoo
Offline Send Email
Aug 22, 2007
5:32 pm
1089
Oh, I now see what is going wrong. It is with the signature of the constructor of the Beagle::Initialization operator, which is: InitializationOp(std::string...
Christian Gagne
raspingoo
Offline Send Email
Aug 22, 2007
5:54 pm
1090
I have a GA running successfully and would like to run a number (30) of trials (not generations, complete runs of the GA) in order to find the best and average...
thepohl
Offline Send Email
Aug 27, 2007
12:46 pm
1091
Hi Adam, Parameters can be changed either from the configuration file (XML format is easy to edit) or directly from the command-line, using the syntax for ...
Christian Gagne
raspingoo
Offline Send Email
Aug 27, 2007
2:04 pm
1092
Hi Adam, In my experiments with OpenBeagle I have simply used a PHP script that does this for me. I would recommend you to use a similar strategy. You...
Arjan Gijsberts
narotic_net
Offline Send Email
Aug 27, 2007
2:11 pm
1093
Are there any plans or current developments for a SPEA2 algorithm for Open Beagle? I just wanted to ask before I started working on one. Thank you. Adam...
thepohl
Offline Send Email
Aug 27, 2007
11:30 pm
1094
Hi Adam, Implementing SPEA2 for Open BEAGLE is the next thing on my TODO list regarding multi-objective optimization. But given I am not too much into this...
Christian Gagne
raspingoo
Offline Send Email
Aug 28, 2007
1:04 pm
1095
Thanks, I'll be sure to post the code for what I develop. Adam...
thepohl
Offline Send Email
Aug 28, 2007
2:57 pm
1096
Hi all, (sorry, if this should be a dupiclate ... I found searching yahoo difficult.) I saw on the wiki (Blackboard:What_goes_on), there is on-going work...
Mathis Ahrens
mathis.ahrens
Offline Send Email
Aug 28, 2007
4:51 pm
1097
Hello Mathis, ... I am aware of the "other" Beagle, and of the name clash it causes on Gentoo. Few months ago, I mentionned the problem to developers list, but...
Christian Gagne
raspingoo
Offline Send Email
Aug 28, 2007
6:07 pm
1098
... Hi Christian, ... Ok, this is what I have been unable to find... :-) ... Nice! ... Oh, sorry, I have not been aware of this. This probably means separate...
Mathis Ahrens
mathis.ahrens
Offline Send Email
Aug 29, 2007
11:40 am
1099
Hello Mathis, ... Yes, PACC will no more be distributed in Open BEAGLE tarballs starting with release 3.1.0. There will probably be a companion tarball of PACC...
Christian Gagne
raspingoo
Offline Send Email
Aug 29, 2007
1:06 pm
1100
Hi all, I am doing experiment with GP symbreg example. One of the problems I've encountered is that after several generations, the equations became very...
Bai Linge
bai_linge
Offline Send Email
Sep 5, 2007
10:23 pm
Messages 1071 - 1100 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