Hello, I have been having trouble at the configuration stage of compiling Distributed Beagle 0.9.2. I'm running gcc 3.4.2 on Fedora Core 3 on a Intel P4 and a...
Hello, if you did not have problem configuring and compiling Open BEAGLE 2.2.0 (latest version), you probably don't need " template qualified base class ...
... "template qualified base class support" is a somewhat a weird C++ thing. You can take a look to the autoconf macro used to test it to understand what it...
Hi Christian, I have been thinking about how to implement Angeline and Pollack's Evolutionary Module Acquisition (http://demo.cs.brandeis.edu/papers/ep93.pdf)....
Hi everybody....I'm a new member of openbeagle yahoo group...... Currently, I was assigned by my lecturer to run a test to define the differences between the...
Hi, The best advice I can give you: start by reading the Open BEAGLE manual (available on the Web site). christian ... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
Hello Matthew, ... I would implement this feature rather differently. I would do so by adding a new operator and a new primitive, without altering others ...
Hello, buddies: I post this message because of two days of struggling with effort to exploit matlab for fast implementation of fitness functions with matlab...
Hi, Do anyone know any interesting application that I can use to test the performance of Genetic Algorithm, Evolutionary Strategies and Evolutionary...
I found matlab 7.0 linux has many bugs and fail to make it work. so I switch back to matlab6.5 and succeed in making it work with openbeagle. Matlab6.5...
... the performance of Genetic Algorithm, Evolutionary Strategies and Evolutionary Programming? ... today! Download Messenger Now ... you can evolve...
I am porting a program written in Visual Studio VC6 to .Net2003 platform. The program uses Object Store database also. Earlier its version was 5.1 and now we...
Hi, I am puzzled by how to obtain the name of the child node (rather than only the return value) when defining execute() function? For example, in the...
Hi, I compiled with gcc 3.3.2 and Visual Studio .NET 2003 without a problem. I did not tought that a gcc 3.x would have problems compiling, but I guess I was...
Hi, Open BEAGLE does not support grammatical evolution. It is something I would like to add, although I didn't find the time yet. I'm still hoping to be less...
Hello! I seem to be unable to make a batch GP job (several consecutive jobs) with DBEAGLE, so I was wondering if You could help me in this matter. I tried with...
Hello, The db.restart options means that the evolver will create a new deme (if equal to 0) or use the only already in the server's database (if equal to 1)....
First af all, thanks for such a quick response. :) ... deme (if > equal to 0) or use the only already in the server's database (if Rgr that. ... Well, yes,...
Hello! I have been trying to run a steady-state distributed GP, but I was unsuccessful. I tried replacing the contents of a MainLoopSet with a SteadyStateOp...
Hello, Steady-state does not make any sense in a distributed environment (master-slave) because fitness evaluation would be made one individual at a time... ...
... environment ... individual ... I'm sorry, we have been working on a parallel GA several years ago and I just forgot that it needs additional parameters to...
... Distributed BEAGLE can work with multiple evolvers, but only on a deme level (evolution of demes, not the whole population)... so I guess you could make...
Hi Thomas, ... The correct answer is (2), only modified individuals are re-evaluated. ... You should invalidate a fitness in order to force re-evaluation. To...
Hello! I'm experimenting with multiple evolvers in DBEAGLE, so I would like to check if I understood the mechanisms correctly: - if I start 1 server and 2...
Hi, ... No, DBEAGLE is connection less. Clients (fitness evaluation or evolution) connect to the server and ask for individuals that are ready to be evaluated...
... not the ... greatly ... degree: 1 ... found out ... with ... sure ... Well, here's an example: a single deme population of 1000, average tree size about...