Hi Richard, Until version 1.0.1 (released in November 2002) Borland C++ Builder was the compiler I supported on Windows. I then switched to Visual Studio as ...
Chris and Andrew, Need the file that i'm using in the parameter "ec.init.seedsfile" a XML? in fact, I think to obtain a XML file like this: <?xml version="1.0"...
Hi Dan, ... In fact, the way seeding is implemented, you must provided complete individuals as seeds. The file format is a root XML node (tag) Beagle, with in...
Hello Like Richard (9th Jan) I'm also trying to get C++ Builder (version 6) to work with the latest Open Beagle framework…. This seems a bit of a dim...
... I am actually working on that. In fact I think I will add "non-officially supported" (this mean I will not test them for every release) Borland project...
Hello users, Version 2.1.1 of Open BEAGLE is out. The main focus of this release is bug fixes and some modifications to compile on Borland C++ Builder 5 and ...
Hi Richard, Doug, and other Builder users, With release 2.1.1, I added the Borland C++ Builder project files in the tarball (see directory BCB). Although I...
Hi All, I just moved my code for Beagle 2.1.0 (I know there is a new version out, I just haven't updated yet) to some new computers in the lab. The computer...
Hi Drew, ... When you compile optimized, the preprocessor flags in file beagle/include/beagle/config.hpp may change a little. For that reason, I think you...
I am using beagle-2.1.1. I modified the spambase example in the GP directory. I changed some of the cpp and hpp files and they compiled and ran fine. I the...
Hi, I'm not aware about Strongly Typed and I think this is a solution for a problem I'm facing. I am getting pretty good evaluated equations, but with some ...
... In fact, you can easily used STGP to specify that you use two types of data in your programs, times values and interest rate. Then you will need to specify...
... It seems that you are compiling not using libtool to link. Files .la are libtool archives that only refer to where the real static/shared library files...
... You should define new C++ classes derived from the standard one (i.e. GP::Add or GP::Subtract). In the derived classes, you overdefine the function...
... I did some consulting for a company interested in management of financial portfolio using GP. Of course, I used Open BEAGLE to develop the software. ...
I have a running prototype of a system using Open BEAGLE. I have one input data file that is used. This input file has 512 points in it. The output of my...
I spent a good few weeks trying to get the bootstrap command to work since I have never used automake/autoconf/libtools before. Also the current install of the...
I have created a new data type and put it in the begale/include/beagle directory. How do I get by program to recognise this new datatype exists, and therefore...
... The spirit of an object oriented framework is that you shouldn't modify or add classes in the core libraries. You rather create them in your personal ...
Christian, thanks for your help with the #include statement. I put the data type in my program's directory and used an #include and the file was picked up. ...
... This is possible, but this is very messy as you will need to do memory allocation on your own. Te risk of leak is about 100% as you don't control all the...
... For sure this is possible. You will need to define you datum type containing the vector of number. A typedef to a Beagle::WrapperT<std::vector<double> >...
... Well, having to restart from scratch, I would take a look to what boost.org libraries can provide to Open BEAGLE. There is lot of useful in that, like the...
Hi everyone, Last week I received the announcement of GECCO 2004 competitions. One of these is to build the tiniest possible GP system capable of doing ...
I'm having real problems posting messages in this forum, has anyone else experienced this? I have to post a message over 3 times before it finally works!...
I agree it would be better to use std::vector, in fact I started using that instead of an array of doubles, but thanks anyway! Since I'm only ever using vector...
That is really a marvelous work with 2 days' effort! I never thought beagle GP would be so small. -:) Jianjun Hu (George) Genetic Algorithm Research &...
Hu,Jianjun
hujianju@...
Feb 12, 2004 4:30 pm
415
Hello Beagle users, There is actually a pool on the genetic_programming mailing list about which GP engine is your favorite. If you are member of this list, or...