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 957 - 987 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
957
Hello, I would like to use in GP evolution predefined subtrees build with primitives chosen to generate new trees and primitives only used in predefined...
detlef2
gpbeagle
Offline Send Email
Apr 9, 2007
11:38 pm
958
Hi Ania, Ok, tell me if I understand well your problem. You would like to use GP primitives that are in fact defined as subtrees given in XML files. These...
Christian Gagne
raspingoo
Offline Send Email
Apr 10, 2007
3:22 pm
959
Hi Christian, You understood my problem perfectly. I will try "Evolutionary Module Acquisition". Thanks, Ania...
detlef2
gpbeagle
Offline Send Email
Apr 10, 2007
8:19 pm
960
Hi guys, I tried to install beagle-3.0.1, but after ./configure, I tried make clean. Then I got errors as follows: missing --run aclocal-1.9 autom4te: unknown...
Bai Linge
bai_linge
Offline Send Email
Apr 23, 2007
5:08 pm
961
Hi, Try to regenerate the build system by executing the bootstrap script before the configure script. ./bootstrap ./configure make This should regenerate the...
Christian Gagne
raspingoo
Offline Send Email
Apr 23, 2007
5:42 pm
962
Hi, I'm sure someone on this mailing list (openbeagle@yahoogroups.com) can help you out. However, we will need a lot more information than "I have an error"....
Matthew Walker
mattgwwalker
Offline Send Email
Apr 26, 2007
8:48 pm
963
Hi Jinchao, Parsing of XML is handled by PACC::XML. At the moment, PACC doesn't handle any document encoding -- it just ignores the value of the encoding...
Christian Gagne
raspingoo
Offline Send Email
Apr 30, 2007
7:23 pm
964
Hi Jinchao, Following Christian's reply to you I modified the Beagle's manual as you recommended. This paragraph should now help out other people who might ...
Matthew Walker
mattgwwalker
Offline Send Email
Apr 30, 2007
10:45 pm
965
Hi! I am a Ph.D. student at UT Austin, and have been using OpenBeagle in my work since January. First, I would like to thank Christian, Marc and other...
Vinod
valsalam
Offline Send Email
May 7, 2007
2:24 am
966
Hi Vinod, Nice to see that some peoples at UT Austin are using Open BEAGLE! To answer your question, the first parent in the history for the crossover is the...
Christian Gagne
raspingoo
Offline Send Email
May 7, 2007
1:44 pm
967
Hi Christian, Thanks for your response. That makes sense, and I see that in both breed() and operate() methods of MutationOp, no parents are listed. However,...
Vinod K. Valsalam
valsalam
Offline Send Email
May 8, 2007
6:26 am
969
Hello Vinod, The case of functions breed() is different from the case of functions operate() regarding the History mechanism. Indeed, the breeding pipeline ...
Christian Gagne
raspingoo
Offline Send Email
May 9, 2007
1:58 pm
970
Hello Beaglers, I am compiling the Open Beagle libraries on Windows using Microsoft Visual Studio 2005. So far, there are no errors. However, it has been...
jeffcameronnrc
Offline Send Email
May 9, 2007
3:17 pm
971
Hi Jeffrey, I don't see what can precisely be the cause of your problem. It is quite a strange behaviour. I suspect a problem with your VC++ installation. Or ...
Christian Gagne
raspingoo
Offline Send Email
May 9, 2007
5:49 pm
972
Here is an update on the situation: The compilation finished after a few hours. I was left with 11 errors during the compilation of the 'beagle-GP' library...
jeffcameronnrc
Offline Send Email
May 9, 2007
5:53 pm
973
Thanks for the advice, Christian. It is interesting that I can compile the libraries on Cygwin using Mingw. My favourite development environment is Dev-C++,...
jeffcameronnrc
Offline Send Email
May 9, 2007
5:58 pm
974
... Cygwin is exactly what you need. It provides you a bash shell with all standard Unix commands, gcc and gcc/mingw, autoconf, automake, libtool, etc. And all...
Christian Gagne
raspingoo
Offline Send Email
May 9, 2007
6:06 pm
975
Thank you so much for this advice, Christian. For some reason, I had never thought to try compiling the libraries in Cygwin and using them with Dev-C++. When...
jeffcameronnrc
Offline Send Email
May 9, 2007
6:36 pm
976
... I don't see why the .a files generated by Cygwin/MinGW would not be compatible with MinGW/Windows. In fact, I would not be surprized that they would be...
Christian Gagne
raspingoo
Offline Send Email
May 9, 2007
7:01 pm
977
Hi Jeffrey, The original problem you were having with compiling using Visual Studio is easily solved. The latest version of the VS C++ compiler considers a lot...
Graham Thomson
graamone
Offline Send Email
May 9, 2007
7:44 pm
978
... Studio is ... `safe' ... Hi Graham, Thanks for the tip. Problem solved! Jeffrey Cameron...
jeffcameronnrc
Offline Send Email
May 11, 2007
5:30 pm
979
Hello, How do I run a GP Individual if I don't have a Context object to run it with? Once the evolution is done, I want to be able to run the best individual...
jeffcameronnrc
Offline Send Email
May 11, 2007
5:45 pm
980
Hi Jeff, The GP::Context object is necessary because there are several important variables and data structures in it to allow GP tree execution. For example,...
Christian Gagne
raspingoo
Offline Send Email
May 11, 2007
5:54 pm
981
... Hello Christian, Perhaps the run() command can be invoked by the user with the context parameter equal to NULL, like this: model.run(lResult, NULL); If the...
jeffcameronnrc
Offline Send Email
May 11, 2007
6:10 pm
982
Hi again Jeff, The solution of passing a NULL Context to the run() method is not possible. Indeed, you need the System and the Individual to correctly set-up...
Christian Gagne
raspingoo
Offline Send Email
May 11, 2007
6:35 pm
983
Hi all, I want to know how GP does the parent selection. I looked through the configuration file and I figured out it's using tournament selection. Does that...
Bai Linge
bai_linge
Offline Send Email
May 14, 2007
2:13 am
984
Hello Beaglers, I am having trouble while creating configuration files using the -OBec.conf.dump command-line option. In my program, I create a primitive set...
jeffcameronnrc
Offline Send Email
May 14, 2007
1:56 pm
985
Hi Linge and other users, ... Well, it depends on the context. Tournament selection simply proceed by selecting randomly k individuals (equiprobable selection...
Christian Gagne
raspingoo
Offline Send Email
May 14, 2007
2:19 pm
986
Hello users, Following Linge's questions, I started to document in more details the breeder model. There might be some missing documentation on that stuff. It...
Christian Gagne
raspingoo
Offline Send Email
May 14, 2007
3:09 pm
987
Hi Jeff, I suspect that you have a .conf file of the same name of your program in you current directory, which file is read automatically before doing the ...
Christian Gagne
raspingoo
Offline Send Email
May 14, 2007
3:28 pm
Messages 957 - 987 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