Hi all, firstly, thanks again for the help you've given me so far, this has really been useful! I have another daft question. From the SymbReg example (snippet...
... A little bit more... :o) If you look at the main() function of the symbolic regression example there is some code that is commented out. It is: ...
... ============ Thanks, Matthew. My usage scenario looks something like this: There is a population of GP Individuals. There is a dataset consisting of many...
Hi Matthew, I can't tell where lie your problem exactly. I advice run your program in multithread-friendly debugger such the DDD or directly in GDB if you are...
... Hi Christian and Marc, Marc: Thank you for your efforts to add autoconf/automake to PACC. In the end I followed your first suggestion which was to copy...
Hi Charlie, ... [...] Here, you didn't configured your KDevelop properly in order to get the GP headers properly. You probably didn't installed beagle in a...
Hi, here is the attachementto the previous message sent. File config.log. Thank you, Carlose ... Discover Yahoo! Get on-the-go sports scores, stock quotes,...
Hi, I attempted to install Open Beagle version 2.2.0 in a Linux platform but receved some errors (in file config.log) attached. Last errors after running...
Hi, This mail is related to the previous ones about installation errors. At this time, installation was done by using KDevelop. The error shown in the screen...
Hi, Please disregard the three (related) mails about "Installation error and Installation error using KDevelop", from today. This was an error generated...
Hi Christian, Followed your notes and problem was fixed. Thak you for your answer. Chain ... contain ... is "WriteIndv". ... different ... arith - ... check- ...
Hi Christian, I have played around a bit with Beagle::DecimateOp. Can you tell me a little more about how it is expected to be used? If I start with a deme...
Hello Matthew, ... You should use DecimateOp little brother operator, OversizeOp, which will allow you to re-grow demes. OversizeOp is a replacement strategy ...
Hi, Register parameters are not given in Open BEAGLE manual as they are application specific (each operator register its own parameters) and so can be...
Hello! I'm experimenting with weighted terminals, and I'd like to ask the following: is there a way to change the primitives' weights _during_ the run, other...
Hi, I started using Open Beagle and I am very enthusiastic to do some tests. I would like to get the trees (formula) for the best individuals in each...
Hi there, ... Individuals in the hall-of-fame are simply copies of the best individuals so far. They are not used in the evolution in the sense that the...
Hi Domagoj, ... No, in its actual form, the primitive set doesn't allow to change the weights of the primitives. But the primitive set class can be changed ...
Hi Christian, Thank you for your reply. But I still would like to know how can I get (from the code) the best Individuals of each run. And also how can I...
Hi again, ... There is several hall-of-fames in Beagle, one for the vivarium (the whole population) and one for each deme (the sub-populations). Unless special...
Hello again! I'm afraid I need some more help... ... Hm, my OO foundations aren't that strong, so I ran into some problems. I derived a new class from...
Hello! OK, I solved the first problem with derived terminal set (seems I declared the nested PointerT typedef with the wrong base class name, khm, khm...). And...
... Yes, you should use object cast to convert your object references to the good types. christian ... -- Christian Gagné http://vision.gel.ulaval.ca/~cgagne...
Dear All and Mr.Cristiane, Thank you very much for your efforts in developing and supporting OpenBeagle. I'm using Beagle version 2.2.0 with VC++.NET 2003. I...
Dear All and Mr.Cristiane, Thank you very much for your efforts in developing and supporting OpenBeagle. I'm using Beagle version 2.2.0 with VC++.NET 2003. I...
Hi Nermeen, Your problem seems to come from the dependencies between the different beagle libs. More precisely, the beagle-ga and beagle-gp libs depends on ...
Hi beaglers I need to get my head around the autotools in order to compile my code with beagle on the target platform. Is there an example of how to change the...