On my home computer running linux, I have no problem with the OpenBeagle package. However, when I attemp to compile Beagle 3.0.1 on my work computer in Cygwin,...
Hi, Christian (Beagle's primary developer) seems to be away at the moment. I can't tell you much about Cygwin, but I can point you to the two Marc's (CC'd in...
Hi, It seems to me that Christian (Beagle's primary developer) is away at the moment. He would be the best person to answer your questions. But in the...
Hi! All I can say is that Beagle 3.0.1 uses an old implementation of the PACC::SignalHandler class which (indeed) had portability problems. It was completely...
Hi David, ... I was away in the last days, being on the move between Switzerland and Canada. I am now resettling slowly in Quebec City. Matthew gave you a...
... Well, I would think that the typedef fix that Marc proposed would work, but this should be tested. The in-development version of Beagle makes use of the...
Hello Christian, i am currently trying my luck on a STGP Problem. I noticed that the GP-MutationStandardConstrainedOP doesn't operate on my individuals. I ...
Hi David, The problem may be caused by this bug. It depends on the constrained GP settings (i.e. primitive set and typing) you are using, but it is possible...
Hi everyone, I am exploring the GP example symbreg which generate equations. Do anyone has an idea how i can make the equation has integer constants? Thanks a...
... For that, you should define your own type of ephemeral random constants that are real numbers with whole value. See the code of class GP::EphemeralDouble...
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 ...
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...
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...
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. ...
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...
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...