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 ...
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...
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...
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@...
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...
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@...
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...
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 ...
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...
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 ...
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...
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...
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...
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...
Hi Matthew, ... packages ... as a ... convert ... for ... find any ... at ... thought ... that ... from ... the ... custom ... can be ... the ... a ... program...
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...
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 ...
Hi Matthew, I tried it out and it worked fine. Many Thanks for your help. Regards Simon ... you ... individual. ... whatever) ... it on ... to ... shown ... ...
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...
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...
... 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...
... 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...
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...
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 ...
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...
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 ...
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...
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,...
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...