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 965 - 995 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
988
Thanks for the info Christian! This clears things up a lot. Jeffrey Cameron...
jeffcameronnrc
Offline Send Email
May 14, 2007
5:12 pm
989
Hello, I am having trouble with the performance of the Open Beagle library. I am looking for some tips from more experienced Beaglers to help me get better...
jeffcameronnrc
Offline Send Email
May 14, 2007
5:43 pm
990
Hi Jeff, I got very good results with symbolic regression using GP with several different equations. I also used GP for binary classification, with a ...
Christian Gagne
raspingoo
Offline Send Email
May 14, 2007
6:01 pm
991
Hello Christian, Thank you for the reply. In order to reproduce the poor performance that I described, simply modify the "symbreg" example so that it tries to...
jeffcameronnrc
Offline Send Email
May 14, 2007
8:42 pm
992
Jeff, Further to Chrisitan's answer you might like to turn on a higher log level (by running your program with the command line parameter '-OBlg.file.level=7'...
Matthew Walker
mattgwwalker
Offline Send Email
May 15, 2007
12:20 am
993
I am programming GP system which deals with time series data, Beagle 3.0.1. During the evaluation of an individual the evaluation operator traverse the whole...
Milon Krejca
milon432
Offline Send Email
May 15, 2007
1:47 pm
994
Great idea I agree. The next obvious thing is: How to get a user login for Wiki pages ?? There doesn't seem to be any page where you can register and create an...
Milon Krejca
milon432
Offline Send Email
May 15, 2007
1:58 pm
995
... Well, to avoid being vandalized or spammed, I blocked editing and user account creation from anonymous users. The procedure is to send me an e-mail, so...
Christian Gagne
raspingoo
Offline Send Email
May 15, 2007
2:25 pm
Messages 965 - 995 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