About register the parameters. I am still exploring the GP example of symbreg. for example, I modified the configuration file symbreg-hfc.conf by changing...
... Well, that's a pretty vague question. Can you be more precise on what you did? Regards, Christian ... -- Christian Gagné http://cgagne.googlepages.com...
Thanks! I solved it just now. :-) ... Well, that's a pretty vague question. Can you be more precise on what you did? Regards, Christian ... -- Christian...
Hi Christian, I am trying to deeply understand the steady-state selection procedure and its differences against generational method to apply it to a genetic...
Hi Carlos, ... Yes, steady-state replacement strategy consists in generating individuals one-by-one and to insert them in the population immediately after they...
Hi Nikos, Well, version 3.1.0 is not yet ready, but we're working on that. I hope to be able to make this release before the end of my postdoc, that is in less...
Hi all, I am still studying the genetic programming part. Can anybody tell me how I can get access to the fitness value of a particular individual? For...
Hi Linge, Methods Beagle::Individual::getFitness and Beagle::Individual::setFitness allow you to respectively obtain and change the fitness value of an...
Hello, i am currently trying to set the bias parameter for the primitives in my current GP project. I use 4 different datum types and about 15 different...
Hello, i am currently doing some GP with OpenBeagle 3.01. I have a PrimitiveSet containing about 15 diffrent Primitives of different types. The evolution is...
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...