Hello, I'm using GP::FitnessKoza (<GP-StatsCalcFitnessKozaOp/>) in my application and I think that there is something strange about number of hits. In my log...
Hi, ... The max hit item, like all other max measure values for Koza's fitness, is the number of hits of the single best Koza's fitness measure. The best...
Hello, Another application which I found useful to display XML data is kxmleditor, on Linux. You can find it at http://sourceforge.net/projects/kxmleditor but...
Hi, I am evolving individuals of java byte code and am attempting to output them to a file after mutation/crossover. They are then hopefully executed and...
Thanks for your quick reply to my previous question :) I just wanted to ask now has anyone ever used OpenBEAGLE with Condor (or with Globus)? Specifically, the...
... I don't knowledge of anyone using Beagle with Condor or Globus or any other grid computing system. But take not that we are about to release Distributed...
Dear Beagler I am new to Open Beagle although I have suggested many people around me to try it :) I have a question. I need to do some experiments on Royal...
... You need to define a primitive class much like you should do for other problems. In this case you need only define one, with an arity that is fixed only at...
Dear Open BEAGLE users, The Open BEAGLE team is pleased to inform you about the availability of the first public release of Distributed BEAGLE. Distributed...
I was really far into debt. Like Most I was in Financial dispair. I could not seem to get ahead no matter how hard I tried. Untill I found this place. ...
Well, this is a special kind of spam. The people behind it took the time to register to the group to be able to send it. On my side, I will take the time to...
i'm a c++ newbie so bear with me. it looks to me like OpenBeagle lets me define functions, like "Addition" and its up to me then to implement that function. Is...
... You are problably about primitives used in GP. Each primitive in the primitives set is defined in a C++ class. You can pretty easily define your own...
Hello, I'm trying to make an operator which takes a GP Tree and deletes a node with its subtrees. For a tree: <Fun1> <Fun2> <Fun1> <Fun3><term1/></Fun3> ...
... This is correct but incomplete. After subtree deletion, you will need to update the subtree size value of the nodes upward, the subtree size value of the...
Hello, I have a problem. I used my own primitives in GP and I'd like to get access to Node structure in method: execute(GP::Datum& outResult, GP::Context&...
... I am not sure what you are looking for here. But if you want to access to the primitive associated to a node, you are almost there, you need to get the...
Hello, Wednesday, June 16, 2004, 6:28:30 PM, you wrote: ... CG> I am not sure what you are looking for here. But if you want to access CG> to the primitive...
... With GP::Context::getCallStackTop() you will get access to the node index in tree of the actual primitives executed. This is what you are looking for, as I...
Is the following possible: class d_boolvec { public: std::vector<bool> val; std::vector<bool> def; } typedef Beagle::WrapperT< d_boolvec > TriBoolVec; I tried...
Hi! I don't see what can be the problem here. I tried you code in an example and I was able to compile on VS.Net 2003 without any problem (though after adding...
I had really high interest rates on my home loan. I saved thousands of dollars on home payments. And you can too. Interest rates are as low as can be, And Yes...
Yahoo and Yahoogroups administrators: The following e-mail is clearly a act of spam of a yahoo user against a yahoogroups mailing list. Please proceed...
Hello everyone, I changed the settings of the mailing list so that the first message of a new member will need to be approved by me before being sent to ...
Thanks Christian, Since you'll be the only one taking the spam. I always get so excited when I see a post on this group it's a let down when it's just spam....
Hi! I've just released version 2.1.4 of Open BEAGLE. this version is mainly a minor features addition, with support for weighted GP primitives sets, HFC...
Hello all, Since the release of Distributed BEAGLE 0.8 one month ago, more than 50 persons downloaded it. We hope you are enjoying Distributed BEAGLE. We are...