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 829 - 858 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
829
Hi Beaglers, I have configured Open Beagle 3.0.1 for an application and it is working OK. Fitness evaluation is taking quite a lot of time, so I want to put...
ob_user_2005
Offline Send Email
Sep 6, 2006
12:29 am
830
Hi, ... In fact, the master-slave stuffs should work as usual. If you have an application done with Open BEAGLE 3.0.1, I would advice you to try compiling it...
Christian Gagné
raspingoo
Offline Send Email
Sep 6, 2006
11:11 am
831
Hi Christian, Thank you for your answer. I still have a more basic question. How can I compile the existing Master-Slave and Island models using the current...
ob_user_2005
Offline Send Email
Sep 6, 2006
4:10 pm
832
Hi, I think I might be able to help you here. First, you need to get a copy of the code from the CVS. This website gives you instructions...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 7, 2006
3:34 am
833
Hi Matthew and Christian, Thank you for your instructions.I followed them and everything went OK until an error was found when compiling the libraries ("make" ...
ob_user_2005
Offline Send Email
Sep 7, 2006
9:32 pm
834
Oh dear. You have MPI installed. Having MPI means that "make" will try to compile my ultra-dysfunctional CommunicationsMPI classes. These classes are NOT...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 8, 2006
1:30 am
835
Ooops! I forgot to commit the change! I've just done so now. That means that if you're part way through the compilation process, please cancel it and start...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 8, 2006
1:53 am
836
Hi Matthew, Thanks for your quick reply. I am just doing it. ... ./bootstrap - libtoolize You should add the contents of `/usr/share/aclocal/libtool.m4' to ...
ob_user_2005
Offline Send Email
Sep 8, 2006
2:41 am
837
Ah... so that didn't work. I think we'll have to ask Christian. I have one other suggestion. I've re-enabled the MPI detection, so type this: cvs update...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 8, 2006
3:21 am
838
Hi, I made an update to the CVS, commenting the ACX_MPI m4 macro in file configure.ac (but I keep uncommented macro AM_CONDITIONAL call related to MPI). I...
Christian Gagné
raspingoo
Offline Send Email
Sep 8, 2006
8:21 am
839
Hello there! I have a problem while developing and evolution using a strongly modified example. The maximum generation computated can't exceed 50, even if the...
Henry Butchard
henrybutchard
Offline Send Email
Sep 11, 2006
9:36 am
840
Hi there, I'm still experimenting GP with beagle (and still the maximum generation remains 50, despite my efforts). Is possible to set a maximum depth and...
Henry Butchard
henrybutchard
Offline Send Email
Sep 13, 2006
3:46 pm
841
Hi Henry, I have two suggestions regarding the maximum generation issue: #1 Let's say you're using Linux and your executable is called "myprog". (If you're...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 14, 2006
1:29 am
842
Hi Henry, Yes, it is possible to set the maximum depth of a GP tree. I am not sure if it is possible to set a maximum number of nodes. If you have an...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 14, 2006
1:30 am
843
Hi Matthew, thanks a lot for your answer :) I need to set the maximum size for a tree... it's important in my experiment to get small trees instead of giant...
Henry Butchard
henrybutchard
Offline Send Email
Sep 14, 2006
9:02 am
844
Hello Henry, ... For this specific point this is not what exactly will happen. The file "myprog.conf" is first read, followed by file "myconf.conf". So if a ...
Christian Gagné
raspingoo
Offline Send Email
Sep 19, 2006
1:40 pm
845
Hi Christian and Matthew, I was able to install the CVS version of beagle.Thank you for your help on it. I would like to run the fitness calculation in a...
ob_user_2005
Offline Send Email
Sep 19, 2006
6:03 pm
846
Hello. I am getting some errors while compiling distributed Beagle. I am using gcc (g++) on UNIX. I have compiled and installed Beagle 2.2.0, as well as...
jeffcameronnrc
Offline Send Email
Sep 19, 2006
6:50 pm
847
Hi, I think we need to clarify two terms: "island-model" and "master-slave". Both techniques have an implementation in Beagle. With a "master-slave" approach,...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 19, 2006
11:31 pm
848
Hi Matthew, I am very grateful with your replies. I knew that the question was quite bizarre but you got it. For part (a) (from your reply): ... 2) How do I...
ob_user_2005
Offline Send Email
Sep 20, 2006
1:54 am
849
Ok. Well this is an interesting discussion. I has however gone beyond the realm of users and into the development of Beagle. I think we should continue this...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 20, 2006
4:21 am
850
Hi, Has anyone successfully installed Open Beagle on an IBM AIX system? I am trying with Open Beagle version 3.0.1. I run configure. I type make. It fails very...
Mike Ashworth
mikeashworth...
Offline Send Email
Sep 20, 2006
12:08 pm
851
Hi Jeff, I took a look into the code, and I don't see the cause of the error you are reporting. The method isSelf is present in class PACC::Threading::Thread,...
Christian Gagné
raspingoo
Offline Send Email
Sep 20, 2006
1:43 pm
852
Hi Mike, Your problem on AIX seems quite strange to me. The code of the class PACC::SignalHandler should be portable on Unix (POSIX) and Windows and compliant...
Christian Gagné
raspingoo
Offline Send Email
Sep 20, 2006
4:37 pm
853
Thank you for the reply, Christian. I also looked at the code, and realized that the method isSelf is present. That is why the error confuses me. I first...
jeffcameronnrc
Offline Send Email
Sep 20, 2006
5:34 pm
854
Hi, ... Removing content from lib and include folders is enough the clean-up an installation of Open BEAGLE. I think that I found the problem. There is in fact...
Christian Gagné
raspingoo
Offline Send Email
Sep 20, 2006
7:57 pm
855
Hi Beaglers its funny this should come up now! Well, we had v 2.2.0 installed. When I tried to execute the symbreg example it segfaulted on startup....
matt studley
hamsterchutney
Offline Send Email
Sep 20, 2006
10:49 pm
856
hi everybody, I am a beginner in genetic programming. I want to use openbeagle to generate polynomial. I am using vs.net 2003. After I install and compile the...
Bai Linge
bai_linge
Offline Send Email
Sep 21, 2006
8:08 am
857
Hi, ... Can you please be more precise. I don't understand what you mean by "[...] implement the virtual function initialize by initializing 5 individuals of...
Christian Gagné
raspingoo
Offline Send Email
Sep 21, 2006
8:58 am
858
hello, after thinking for a while, i think what i need is just formula, so i will just use the GP example symbolic regression. how can i let the example output...
Bai Linge
bai_linge
Offline Send Email
Sep 21, 2006
8:10 pm
Messages 829 - 858 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