Hi everyone! I just released version 2.1.5 of Open BEAGLE. This new version comes with some small improvements and several bug fixes compared to previous ...
Hi Christian, I'm having a problem with some evolutionary runs and would like to know some per-generation statistics on the use of each primitive. In each run...
Hello, Is it possible to add range constraints to real valued parameters? I have two parameters (x, y), which have the constraints 0 <= x <= 90 10 <= y <= 90 ...
Hello all, I'm experiencing uneven load balancing with dbeagle 0.8. I'm using a GA to generate parameters which control a geometrical model, the evaluation of...
Hi David, The questions you ask will surely help making a better manual. ... I'm not sure if I understand clearly. Tell me if that's what you think is ...
Marc, ... It's somehow nice to know that my knowledge gaps are helping someone ;) [snip] ... while ... lies ... My problem setup: pe-evolver.conf (all other...
Hi, sorry for the late answer, I'm quite in a rush right now. [snip] ... One of the cruncher should get ALL available jobs, since only 6 jobs needs to be...
Hi Daniel, Which gcc version are you using? What is exactly your Linux distro/version? christian ... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~> Christian...
Hello Christian, I am using a derivative of Knoppix that is Debian based. My gcc version is 3.3.4. Thanks! Daniel. ... What is exactly your Linux ... ...
... This is quite strange, it compiles well on my Linux box (gcc 3.3.2 - Fedora Core 1). It seems not to find the header for std::random_shuffle. Try adding ...
... Hi Christian, I took a diferent route to your suggestion, and went through each node of every tree of every individual. I thought this would allow me to ...
... Yes that sound good. I would name the method "haveValue" instead, as I think it is better to use the infinitive form of verbs in method naming. Otherwize...
Hello everyone, The Open BEAGLE team is proud to announce the joint release of Distributed BEAGLE 0.9 and BEAGLE Visualizer 0.2. ... Distributed BEAGLE is an...
... You can seed your population with individuals. To do so, you must craft a XML file with the list of individuals in the tags "Seeds", like in the following:...
... Yes, it is possible. To do so, you need to use an explicit generational evolver configuration. For an exemple of this, see file 'symbreg-generational.conf'...
... First, please send your e-mails directly to the list (openbeagle@yahoogroups.com), not to the list owners (openbeagle-owner@yahoogroups.com) as you did....
Hi Christian, Previously I worked on an extension to the Beagle::GP::Individual class that stored genealogical information. I'm thinking about updating that ...
Hi Matthew, There is no such scripts actually available. Up to now, the way I proceed to test the read method is to read back several milestones from different...
Hi Binesh, ... You are making good observations here. A principle in the evaluation operator is that we don't re-evaluate individuals that haven't been ...
Hello, everyone, I am new in using Open Beagle. I have a question about how to record the best individual after running GA. When I run one of the GA examples,...
Hello everyone, The Open BEAGLE developers are proud to announce the release of Distributed BEAGLE 0.91. This release is mostly bug fixes and some suggestions...
... Take a look to the milestone file written a the end of the run, by default file 'beagle.obm.gz' (gzipped XML on Linux) or 'beagle.obm' (plain XML on...
... I would also recommend, if you often want to extract the best indiviudal, that you consider the software xmlstarlet (http://xmlstar.sourceforge.net/)....
... I implemented the functionality to have a min/max range per parameter and the capability to define intervals of valid values for each parameter resulting...
Hi Binesh, There was some problems with your configuration files, expecially in the definition of generational breeder. I did some corrections (attached), it...
Dear Group I tried to make a small application in Open Beagle which compares values in an array containing floating point numbers. Using the primitive set from...