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 943 - 973 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
943
Hi Having evolved a population to solve a problem on a set of data, I would now like to test the Hall Of Fame individual on another data set. I am loading in...
kierandonaldson
Offline Send Email
Mar 7, 2007
2:26 pm
944
Hi Kieran, Milestones files given in parameter 'ms.restart.file' are read only by the MilestoneReadOp operator in the boostrap operator set. As you don't ...
Christian Gagne
raspingoo
Offline Send Email
Mar 7, 2007
3:36 pm
945
Hi Kieran, Further to Christian's suggestion, there is "example" code in the CVS that you might like to look at. It is in the ...
Matthew Walker
mattgwwalker
Offline Send Email
Mar 7, 2007
11:54 pm
946
Oh, and if you wish to automate the extraction of specific individuals from Beagle's milestone files, you might like to look at the XML processing software...
Matthew Walker
mattgwwalker
Offline Send Email
Mar 8, 2007
1:20 am
947
Hi, I have some problems with the compilation of the latest CVS version of open Beagle. I have downloaded the 3.0.1 version and I had no problems in the ...
Alberto Orlandi
al000gm
Offline Send Email
Mar 20, 2007
1:08 pm
948
Hi Just joined this group - been looking for a good GP library to use for a new project. I did some GP using Java when I was at uni (a few years ago now!) and...
elemental
adz32
Offline Send Email
Mar 20, 2007
1:10 pm
949
Hi, There are several ways to do what you wanted. It can be done with tree-based GP, linear GP and surely with several other representations. In Open BEAGLE,...
Christian Gagne
raspingoo
Offline Send Email
Mar 20, 2007
1:47 pm
950
Thanks for that. I was looking at the outDatum variable in the GP Primitive execute method - and was thinking that perhaps the datum type for the drawing...
Adam
adz32
Offline Send Email
Mar 20, 2007
2:19 pm
951
Hi Alberto, This is the kind of problems you should expect with the CVS version. We are actually doing several important changes to the code. Everything was ...
Christian Gagne
raspingoo
Offline Send Email
Mar 20, 2007
2:29 pm
952
... It is possible to have different type of datum in a tree, through strongly-typed GP (STGP). I would advice you to avoid it if possible, as it complicates...
Christian Gagne
raspingoo
Offline Send Email
Mar 20, 2007
2:41 pm
953
Hi, Yes, now it work. To tell the truth,it gives me two other errors, but I fix them with some little modification of code. Thanks! Alberto "What fun is life...
Alberto Orlandi
al000gm
Offline Send Email
Mar 20, 2007
3:10 pm
954
Hello Beaglers, I was wondering if someone has written some code that will convert a GP tree into a string containing a formula in normal notation, such as ...
jeffcameronnrc
Offline Send Email
Mar 23, 2007
12:38 am
955
... I have solved the above problem. I will post some code that converts a Beagle::GP::Individual to a string in infix notation. The function looks like...
jeffcameronnrc
Offline Send Email
Mar 23, 2007
1:54 am
956
Hi Jeffrey, ... Yes. Such code exists. It even exists in Beagle. Unfortunately, it's in the CVS and the CVS may or may not be in a completely compilable ...
Matthew Walker
mattgwwalker
Offline Send Email
Mar 23, 2007
2:03 am
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
Messages 943 - 973 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