Hi! I'm a novice Open BEAGLE user and like it very much for its elegant architecture. But I have some questions about the examples that are shipped with ...
Hi Chris, I made some investigations and the problem you are reporting is caused by a bug in method read() of class Beagle::Matrix. Indeed, the read method was...
Hi Christian, thank you for your quick response, it works perfectly now :-) Now some additional feedback: It would be very helpful if the both example programs...
Hi Chris, I think your comments on documentation are great. From a user's perspective you are in the uncommon position of still being able to remember what...
Hi Open Beaglers. I tried to set a dbeagle framework in windows using dbeagle 0.9.2 (sqlite 2.8.17) along with beagle 2.2.0. This time I worked in windows...
Hi Amaury, ... It is true that dbeagle is in the process of being integrated in beagle. But, I think that the problem you are reporting is not caused by the a ...
Hi Christian, Thanks for your quick reply. the spambase example is working. Indeed there where the two problems you mentionned: - I used a new db file for...
Hi again Amaury, ... That's right that an evolver dump for GP will generate a configuration file with non-constrained operators. In next version, this issue...
Hi Beaglers, I have configured Open Beagle 3.0.1 for an application and it is working OK. Fitness evaluation is taking quite a lot of time, so I want to put...
Hi, ... In fact, the master-slave stuffs should work as usual. If you have an application done with Open BEAGLE 3.0.1, I would advice you to try compiling it...
Hi Christian, Thank you for your answer. I still have a more basic question. How can I compile the existing Master-Slave and Island models using the current...
Hi Matthew and Christian, Thank you for your instructions.I followed them and everything went OK until an error was found when compiling the libraries ("make" ...
Oh dear. You have MPI installed. Having MPI means that "make" will try to compile my ultra-dysfunctional CommunicationsMPI classes. These classes are NOT...
Ooops! I forgot to commit the change! I've just done so now. That means that if you're part way through the compilation process, please cancel it and start...
Hi Matthew, Thanks for your quick reply. I am just doing it. ... ./bootstrap - libtoolize You should add the contents of `/usr/share/aclocal/libtool.m4' to ...
Ah... so that didn't work. I think we'll have to ask Christian. I have one other suggestion. I've re-enabled the MPI detection, so type this: cvs update...
Hi, I made an update to the CVS, commenting the ACX_MPI m4 macro in file configure.ac (but I keep uncommented macro AM_CONDITIONAL call related to MPI). I...
Hello there! I have a problem while developing and evolution using a strongly modified example. The maximum generation computated can't exceed 50, even if the...
Hi there, I'm still experimenting GP with beagle (and still the maximum generation remains 50, despite my efforts). Is possible to set a maximum depth and...
Hi Henry, I have two suggestions regarding the maximum generation issue: #1 Let's say you're using Linux and your executable is called "myprog". (If you're...
Hi Henry, Yes, it is possible to set the maximum depth of a GP tree. I am not sure if it is possible to set a maximum number of nodes. If you have an...
Hi Matthew, thanks a lot for your answer :) I need to set the maximum size for a tree... it's important in my experiment to get small trees instead of giant...
Hello Henry, ... For this specific point this is not what exactly will happen. The file "myprog.conf" is first read, followed by file "myconf.conf". So if a ...
Hi Christian and Matthew, I was able to install the CVS version of beagle.Thank you for your help on it. I would like to run the fitness calculation in a...
Hello. I am getting some errors while compiling distributed Beagle. I am using gcc (g++) on UNIX. I have compiled and installed Beagle 2.2.0, as well as...
Hi, I think we need to clarify two terms: "island-model" and "master-slave". Both techniques have an implementation in Beagle. With a "master-slave" approach,...
Hi Matthew, I am very grateful with your replies. I knew that the question was quite bizarre but you got it. For part (a) (from your reply): ... 2) How do I...
Ok. Well this is an interesting discussion. I has however gone beyond the realm of users and into the development of Beagle. I think we should continue this...
Hi, Has anyone successfully installed Open Beagle on an IBM AIX system? I am trying with Open Beagle version 3.0.1. I run configure. I type make. It fails very...