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 915 - 944 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
915
Hello, i'm currently trying to get a picture on how several things inside beagle work. 1.) How does the GP standard mutation (constrained) select the node ...
davidherbipolis
Offline Send Email
Jan 5, 2007
5:30 pm
916
Hello, i have another Question to add: I am currently trying to expand my individuals to have multiple trees (i'm still doing STGP). I defined multiple...
davidherbipolis
Offline Send Email
Jan 8, 2007
4:20 pm
917
Hi David ... You seem to have a correct understanding of the code. Don't forget, as I mentioned earlier in a message to the list, there is a major bug with...
Christian Gagné
raspingoo
Offline Send Email
Jan 9, 2007
11:23 pm
918
Hi again David, ... Well, this need some manipulations, but it is not really hard. Here follows a simplified version of the GP::Individual::run method. ...
Christian Gagné
raspingoo
Offline Send Email
Jan 9, 2007
11:27 pm
919
Hi everybody, I have a couple of questions 1) I am interested in backporting the CVS Mutation Operator to beagle 3.0.1, so I checked out the .cpp and .hpp from...
hazan amaury
tinoucaillou
Offline Send Email
Jan 18, 2007
2:24 pm
920
Hello, you have to check the updates labeled with "Bug fix for STGP standard mutation operators.". I found that label in the following files. ...
davidherbipolis
Offline Send Email
Jan 25, 2007
9:48 am
921
Hello Beaglers, It's been more than a year since version 3.0.1 of Open BEAGLE has been released. The development of a new version including several important ...
Christian Gagne
raspingoo
Offline Send Email
Feb 7, 2007
10:55 pm
922
Hi Christian, ... I think this is a great idea! It also allows for a much better testing phase if the more enthusiastic user is prepared to submit crash/error...
Matthew Walker
mattgwwalker
Offline Send Email
Feb 8, 2007
12:53 am
923
Hi Matthew, ... Yes, I think we'll go with odd-numbered minor version for the development trunk, while even-numbered version will be for stable releases. Given...
Christian Gagne
raspingoo
Offline Send Email
Feb 8, 2007
1:39 pm
924
hello, I downloaded Open Beagle 3, worked in a newly created directory and followed the instructions given for compiling under Unix (linux), namely: configure ...
Valdes, Julio
Julio.Valdes@...
Send Email
Feb 8, 2007
2:08 pm
925
Hi Julio, I suppose that you are compiling version 3.0.1 on Linux. What are exactly the error messages your encounter? This may be very helpful for me to help...
Christian Gagne
raspingoo
Offline Send Email
Feb 8, 2007
2:13 pm
926
Dear Dr. Gagne: Concerning the compilation of Open Beagle, I am reproducing here the steps that I made, including the results that I got (under Linux). As I...
Valdes, Julio
Julio.Valdes@...
Send Email
Feb 8, 2007
5:16 pm
927
Hi everybody, I think the idea of splitting the releases into dev/stable is a good idea. I had the idea of building beagle and its associated projects SCONS (a...
hazan amaury
tinoucaillou
Offline Send Email
Feb 13, 2007
11:00 am
928
Hi Amaury, ... Well, I agree that the autotools learning curve may be quite steep, but once you got it, it is a really nice tool that can do lot of magic for ...
Christian Gagné
raspingoo
Offline Send Email
Feb 14, 2007
1:57 pm
929
First of all i would like to congratulate Christian (and those who helped) for the Open Beagle software. It is one of the best packages around for genetic...
simonbonanno
Offline Send Email
Feb 15, 2007
2:20 pm
930
Hi Simon, ... Unless some user have done something on their own, there is nothing at the moment to convert the GP individual into C source file. I thought ...
Christian Gagne
raspingoo
Offline Send Email
Feb 15, 2007
3:31 pm
931
Hi Simon, Christian, ... I was thinking about this compilation possibility too and just this week! The idea of a bridge to libGE is interesting. But while we...
Matthew Walker
mattgwwalker
Offline Send Email
Feb 16, 2007
4:45 am
932
Hi Matthew, That's really nice! That's probably the most general we can go for the convertion of GP individuals as C functions. Asking for the users to define...
Christian Gagne
raspingoo
Offline Send Email
Feb 16, 2007
2:01 pm
933
Hi Christian, Thanks for your reply. The implementation of such a module seems very interesting. I would be glad to help or do the development for it. (I use...
simonbonanno
Offline Send Email
Feb 16, 2007
5:46 pm
934
Hi Matthew, Thanks for your reply. I will try your solution and let you know how it goes. Although I think it will take me sometime since i have only been...
simonbonanno
Offline Send Email
Feb 16, 2007
5:52 pm
935
Hi Matthew, ... packages ... as a ... convert ... for ... find any ... at ... thought ... that ... from ... the ... custom ... can be ... the ... a ... program...
simonbonanno
Offline Send Email
Feb 18, 2007
10:41 am
936
Hi Simon, In fact Matthew implemented a method Beagle::GP::Individual::deparse that return a std::string of the C code corresponding to the individual. You...
Christian Gagné
raspingoo
Offline Send Email
Feb 19, 2007
12:14 am
937
Hi Simon, To produce the examples I showed, I modified one of the test examples. If you look in the directory beagle/tests/GP/WriteRandomGPIndividual you ...
Matthew Walker
mattgwwalker
Offline Send Email
Feb 19, 2007
10:28 pm
938
Hi Matthew, I tried it out and it worked fine. Many Thanks for your help. Regards Simon ... you ... individual. ... whatever) ... it on ... to ... shown ... ...
simonbonanno
Offline Send Email
Feb 21, 2007
5:40 am
939
Hello, First of all, thanks for all the hard work that went into OpenBeagle. I used EO on a previous project and I really appreciate how easy it was to get a...
Matt Hortman
matthortman
Offline Send Email
Feb 28, 2007
2:15 am
940
Hi Matt, I talked to someone at a GECCO conference a few years ago about exactly this issue. I don't remember who the person was, but I do remember their...
Matthew Walker
mattgwwalker
Offline Send Email
Feb 28, 2007
2:50 am
941
... Simple but ingenious. I like it. I'll give that a try. In the longer term, I want to be able to run my simulation on distributed computers running...
Matt Hortman
matthortman
Offline Send Email
Feb 28, 2007
12:00 pm
942
... For this distribution task, have you looked at the Island-model code in the CVS? Currently, a TCP/IP implementation exists that should function correctly...
Matthew Walker
mattgwwalker
Offline Send Email
Feb 28, 2007
8:40 pm
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
Messages 915 - 944 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