Hi Jean-Francois, ... Looks like an interesting approach. I am considering reforming the bootstrap/mainloop mechanisms of the evolver for something more...
I have worked with Lua, It is very compact powerfull, small, very flexible and much better performance wise compared to many other scripting languages...
Hey I'm trying to understand the ADF part of your library, but i'm a bit stuck. Looking at the even-6 parity example it seems you've implemented some sort of...
Hi, ... Yes. Matthew Walker and I re-implemented a very generic support for ADFs, with variable number of functions and variable number of arguments. We even ...
Thanks, that answered some of my questions. However a few new arose when I tried to run the symbreg example with the symbreg-adfs.conf. This config file...
Hi, I am a beginning programmer and am interested in using Open Beagle. I am looking to hire a consultant to help me set up dev environment (windows xp) and...
Hi, I looked at your problems. First, you were right that GP::PackageConstrained should be added to the System in the main() routine. I corrected the source...
Hi Thanks for the answer. I sort of figured out most of it myself, just forgot to reply to my own post. As for the changes you've made to the CVS i'll check it...
Hi, ... I know there have been some issues with the Timer class in the past, especially when hardware counter was used on laptops where CPU throttling was...
As i said in my last post i didn't have time to do much testing. However, I might be able to check it out in a week or so, and I'll reply to this thread if I...
Hi I am trying to get Open Beagle to work with my existing codes. I got them to compile using Visual Studio 2008. They use MFC shared and Multithread DLL. I...
Hi George, The general rule is to compile *all libraries* used with the same runtime libraries setting (single threaded/multi-thread, debug/release), including...
Hi ! First all of all, thanks and congrat for this great piece of software ... of great stuff has been added. I would like to start playing with it but don't...
Hi Christophe, I can't give strong commitments on that, but I think that a release before the end of the summer (before beginning of September) is a reasonable...
When I include stdafx.h, I get linking errors. Does anyone know how to fix? Working on windows xp and Visual Studio 2008. I found page on MSDN and wasted a lot...
Hi George, Looking on the Web, I found the following explanations very interesting. http://support.microsoft.com/kb/148652 Of what I know of your problem, I...
Hi, First of all thanks for providing a great software system. I've been using it to experiment with coevolving GP populations, and I was wondering if the...
Hi Henki, ... Looking at all this, solutions provided does not seems simple for me. Hardware timer is somewhat messy, so I think that the best solution for now...
Hi Stig, A simple approach for that would be to modify the logic of the current multi-threading co-evolution programs, by some semaphore to allow execution to ...
... I finally had some time to try this out, and I've now got the two threads evolving one at a time in turn, using a static PACC::Threading::Condition. So far...
Hi Stig, Yes, it is somehow important to get a Context for each population that is evolving, when doing joint fitness evaluation. That is not the Context...
Primitives depending on additional data I'm working on a project that has some primitives depending on additional data.eg. AVG (Average of some data in a...
Hi Aleksandar, You should not rely on the "persistence" of values in the Context from one fitness evaluation to another. It can stay the same as you observed, ...
Hello! I'm using OpenBeagle 3.0.3 and applying it to symbolic regression. It's just awesome software!, however few things are not clear to me. I have a quad...
Hi Sergiy, Fitness evaluation in Open BEAGLE is not designed for parallel execution on multi-core computers. I agree that it would be very interesting for ...