I have run my evolutionary system for a while now and have lots of milestone files. I would like to take one of these files and extract the hall-of-fame...
Hi Matthew, ... Actually, that's the simplest way. In the future, I plan to develop a web interface to "browse" the milestone file. That will simplify even...
Hi BEAGLE friends, This is my very first time in this list, I'm from Brazil, Rio de Janeiro. As a BEAGLE fan, I would like to know deeper this tool in order to...
Hi, As I develop everything on Linux, and port from time to time to VC++ the Open BEAGLE code, I cannot confidently answer your question. Maybe other users ...
Hi, Dan: I have been able to debug Beagle under visualC++.net . the first thing you have to check is that you compiled the beagle.lib and other lib with debug ...
Jianjun Hu
hujianju@...
Feb 11, 2003 2:06 am
60
Hi Jianjun, In fact, I'm trying to enabling the options in the Debug Menu "Start", "Start without debugging", "Step Into" and "Step Over". The beagle.lib was...
Hi, I'm facing a problem to build a new project. I wrote some code similar to symbreg example, but the linker is not finding the files GP.hpp and beagle.hpp. I...
Well... I tried to copy the specific path of the example symbreg in the solution properties and changed the path of the include files and library files path...
Hi, Be sure to set correctly the paths in Project->Properties->C/C++->General->Additional Include Directories Add the directories "include" of the Beagle...
... Cristian, I did it and the problem remains the same: c:\beagle-1.0.1\beagle\GP\include\beagle\GP.hpp(42): fatal error C1083: Cannot open include file:...
... Cristian, The news are not so bad... My project found the includes, but, there are lots of bad linking messages... Is there any other tip? I just wnat to...
Hi again, You must be sure to set the path to all three include directory of Beagle, seperated by ; , without spaces. In the case of symbolic regression, the ...
Cristian, Finnaly I have created the EXE file...but the execution told me that: C:\Dan\RegSymb\Debug>regsymb.exe Standard exception catched: Access violation -...
You have to set the Real-time Type option in the project/language/.... I have this problem too before ... From: danpost2112 <dposternak@...> ...
Jianjun Hu
hujianju@...
Feb 14, 2003 7:08 pm
72
Thanks a lot Jianjun, Finnaly I can see the application working... now I can customize the code in order to resolve my GPs problems. Thanks also to Cristian...
Hi everyone, Yes, RTTI must be enabled in your project. You can also disable RTTI in beagle by editing the file beagle/include/beagle/config.hpp and set the...
Christian, I appreciatte very much your efforts to make easier the use of Open BEAGLE. It's very important for me and my study in GP. It's really good to use a...
Hi, Christian: During my development of new GA/GPs with Beagle, I have succeeded to abstract the following classes such that the new algorithm can be applied...
Jianjun Hu
hujianju@...
Feb 17, 2003 10:20 pm
76
Hi Jianjun, ... I understand what you mean. I thought about it sometime ago, and I conclude that it was then unnecessary. But I will rethink about it and see...
Hi again, During the execution of my symbolic regression, I can see sometimes, something like "1.#INF" and "-1.#IND" respectively to Average and StdError at...
Hi, I'm not sure of what it is, but it is probably erroneous floating-point numbers that are outputed like this (Infinity or Undetermined). You should take a...
I have one suggestion for the Selection operator class of beagle: In many GA design, the selection process for a pair of individuals or more individuals( such...
Jianjun Hu
hujianju@...
Feb 24, 2003 8:41 pm
80
After I've changed the code of symbreg example, the variable Hits in the execution does not show good results. I am initializing two variables ("r" and "d"...
Hi, ... It can't see what your problem is exactly. You may send me a copy of the outputed statistics, to help me seeing what is the problem. But if there is...
Hi Jianjun, For the next release, I will rewrite the whole steady-state part of Open BEAGLE in order to make it more generic. I will certainly implement such a...
Hi Cristian,
I just said "4.0399999" because I can't make my program show me a single result bigger than "1".
At least you said my code appear not to have...