Hi everyone, I'm actually working on the next version of Open BEAGLE. I want to improve a little tha statistics mechanism, and by the way I was wondering if...
An ideal version of the statistics mechanism in beagle should allow easy incorporation of new statistics by Beagle users. For example, I may be interested in...
Hu,Jianjun
hujianju@...
Aug 6, 2003 5:14 pm
296
... Yes, great idea. In fact, your let me think that the best way to proceed is to add a generic mecanism where statistics are added dynamically, without...
I've come across a problem with Beagle. It seems that the system, at least in initialization) cannot handle tree structures where an operator is defined to...
... This is not a bug, this is a feature! In fact, the "full" initialization algorithm (class InitFullOp) of Open BEAGLE is exactly the one described in Koza's...
I was just wondering if Beagle has support for "seeding" the population with an individual. Often times it can be good to insert an individual into the...
... There is no direct to seed a population, unless maybe by creating a fake milestone as start point, with manually generated individuals. In the future, I...
... There is no precise class that define precise parameters. The aim of the register is exactly to allow that! But for most cases, the parameters are defined...
I'm currently trying to understand why my program is crashing. To do this I'm using GDB. It seems that there is a problem with my restart milestone file, and...
... Well, I had this kind of problems lately, too. It cames when I create a "C++ terminal" project file in kdevelop, on Linux. It seems that this template is...
Hi, crhistian: Since you have mastered the autoconf/automake and know how to use it, maybe it's a good strategy you write (if you have the time -:) a simple ...
Hu,Jianjun
hujianju@...
Aug 22, 2003 4:15 pm
305
... Yes, this would be good for the users, and grown of the user base, to document autoconf/automake in the context of Open BEAGLE. But, for the moment I don't...
I was wondering about configure. I am following the compilation how to by typing ./configure, make clean, make. How come the beagle headers and libraries are...
... The 'make install' is a specific makefile target to install the libraries and C++ headers in the prefix path. By default, the prefix path is '/usr/local',...
... Ah, I took a look in Open BEAGLE autoconf setup, and I see that the -O value is not set by default. I would suggest you to use the -O3 optimization flag....
Hi, I know that it sounds stupid, but I'm trying to transform the LISP-LIKE result of a formula into an arithmetic way. I'm making lots of mistakes trying to...
Hi Dan, To everyone: at the end of the message there is a note that may interest several of you on version 2.0. ... This is (A-B). ... Well, the function...
Hi, Sorry if this turns out to be a complete no brainer, but I just can't get it work: When I try to compile the examples of OpenBEAGLE 1.1.1 on Windows 2000 ...
... At a first look, this seem rather to be a problem of installation of Visual Studio .NET. Is it the first program you try to compile with your installation?...
... Correction to the previous mail: the GP trees in the LISP-like strings are in the prefix notation (not the infix one), which is the operator followed by...
Hi everyone, After several months of hard works, I finally got version 2.0.0 of Open BEAGLE ready to walk out of my lab. Go and download your copy at: ...
Congratulations! To our authors and to our Beagle users! Jianjun Hu (George) Genetic Algorithm Research & Application Group (GARAGe) Department of Computer...
Hu,Jianjun
hujianju@...
Sep 24, 2003 6:55 pm
316
Hi again, With this new release, it is now time to put on paper what should be done on Open BEAGLE next. Here is my thoughts, comments are welcomed. - Generic...
Hi, ... When you talk about learnable evolution model, are talking about Learning Classifier Systems (LCS)? If so, I don't know all the variants of LCS, but I...
Hi Christian, This new XML way of showing trees is really cool!!! Things are easier now... Congratulations and thanks a lot!!! By the way... where can I get...
Hi Jason, I took a look to the GECCO 2002 Late-Breaking Paper of Cervone, Kaufman and Michalski on Learnable Evolution Model. At a first look, it seems to be...
Hi Dan, ... Thanks. ... Well, I will explain in details the breeding model, and all the other changes, in the updated user manual. Actually, I haven't start...
Hi, I wish to 'pull out' the best individual of a run and use it in an application. I am assuming that the best way to do this is to extract (from the .obm xml...
Hello, I was wondering if it's possible to compile version 2.0 with the -O3 option. I have been trying to do this by setting the CFLAGS and CXXFLAGS (with...