Search the web
Sign In
New User? Sign Up
openbeagle · Open BEAGLE
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 149 - 178 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
149
Hi, ... A termination based on maximum number of evaluation! This is a good thing to include in Beagle. I will do it for next release. ... I didn't intend to...
Christian Gagne
raspingoo
Offline Send Email
May 1, 2003
12:41 pm
150
I have one suggestion over the design of Operator Class: Currently, all operator has a initializer and operate function. What I suggest is to add one...
Jianjun Hu
hujianju@...
Send Email
May 1, 2003
9:09 pm
151
... Seems easily feasible. I'll think about it before the next release, but chances are high that I integrate something similar as what you propose. This is...
Christian Gagne
raspingoo
Offline Send Email
May 2, 2003
6:02 pm
152
... gcc using the autoconf is supposed to work. But I have some reports that the use dynamic libraries (with libtool) is buggy on OS X. You should try by...
Christian Gagne
raspingoo
Offline Send Email
May 7, 2003
7:47 pm
153
Hi Everyone! I was thinking in how could I write the "LISP like" interpretation of a Tree during the execution of the program (I don't want only to see at the...
danpost2112
Offline Send Email
May 10, 2003
6:05 am
154
... Ok, I will reformulate your question in order to be sure that I understand it. What you want to do is to simplify trees when some parts of it represent...
Christian Gagne
raspingoo
Offline Send Email
May 10, 2003
4:03 pm
155
Hi again Christian and all, In fact, I'm quite new to C++ programming and I have faced some dificulties to understand even with my Bjarne Stroustrup C++ book...
danpost2112
Offline Send Email
May 12, 2003
1:53 am
156
... Sorry for the delay, I was out of town during the last days. ... Uh, 3 trees. Maybe I made a typing error in a previous message. There is only one tree per...
Christian Gagne
raspingoo
Offline Send Email
May 15, 2003
2:12 pm
157
Hi, I am writing a thesis about the comparison of different EA frameworks/libraries. With BEAGLE I have trouble finding out which replacement strategies it...
coevol2000
Offline Send Email
May 15, 2003
6:57 pm
158
Hi, ... Open BEAGLE is not (yet) a completely mature, feature-bloated, EC framework. It actually includes tournament selection, basic GA operations (one-point...
Christian Gagne
raspingoo
Offline Send Email
May 15, 2003
7:48 pm
159
Hi, I am writing a thesis about the comparison of different EA frameworks/libraries. With BEAGLE I have trouble finding out which replacement strategies it...
Thomas.Schnattinger@...
coevol2000
Offline Send Email
May 15, 2003
8:39 pm
160
Hi, I have a question about using beagle with windows libraries. My program have to make connection to 3d application (with COM)when evolving GP trees. I have...
fklgp
Offline Send Email
May 19, 2003
11:50 am
161
... I don't have experience with developping apps other that console apps under Windows. But maybe the following advices may help you. Be sure to forge an...
Christian Gagne
raspingoo
Offline Send Email
May 19, 2003
12:45 pm
162
Hello, my problem connect libraries included to project using beagle. To test what is wrong I add to examle "symbreg" only one line: #include <afxdisp.h> - I...
fklgp
Offline Send Email
May 19, 2003
4:52 pm
163
Hello, my problem connect libraries included to project using beagle. To test what is wrong I add to examle "symbreg" only one line: #include <afxdisp.h> - I...
fklgp
Offline Send Email
May 19, 2003
9:17 pm
164
Hi, You haven't answer my question in the last mail: when you trace the execution of the program in the debugger, are the Beagle routines correctly executed? ...
Christian Gagne
raspingoo
Offline Send Email
May 19, 2003
10:34 pm
165
Hi, I'm trying to create an discrete approximation of a normal cumulative density function as a GP::Primitive and the code is: #include <cmath> #include...
danpost2112
Offline Send Email
May 19, 2003
10:38 pm
166
... Did you check also whether Beagle exceptions are throwed during execution? Do a try-catch of all your calls to the Beagle part of your program, and be sure...
Christian Gagne
raspingoo
Offline Send Email
May 19, 2003
11:38 pm
167
Hi Dan, ... You should not explicitly cast a Double into a double. The type Double got several overdefined arithmetics operator. If it is not possible, call...
Christian Gagne
raspingoo
Offline Send Email
May 20, 2003
12:19 am
168
Hi All, I've been playing around with OpenBeagle for a few days, and it's very nice. I do have a couple of questions / suggestions that I'm hoping someone can...
chrisbizon
Offline Send Email
May 20, 2003
3:03 pm
169
Hi, ... It depends on the Darwinian selection method used. The default selection method is k-participants tournament selection. This method doesn't rely on...
Christian Gagne
raspingoo
Offline Send Email
May 20, 2003
8:15 pm
170
... Although I'm nowhere near as knowledgeable as Christian, perhaps my answer might have some use. I think the direct answer to your question is: OpenBeagle...
mattgwwalker
Offline Send Email
May 23, 2003
11:33 pm
171
I am trying to add genealogical information (a history of an individual's parents) to Open BEAGLE. However, I've clearly missed something, because my program...
mattgwwalker
Offline Send Email
May 23, 2003
11:56 pm
172
... Maybe my answers was not enlighting as it was obvious for me that the Koza's normalized fitness is not normalized. Matt, you explain well the point. ...
Christian Gagne
raspingoo
Offline Send Email
May 24, 2003
12:01 am
173
... Excellent tip for debugging Open BEAGLE: To know exactly where the error is thrown, put a breakpoint in the source of the constructor of class...
Christian Gagne
raspingoo
Offline Send Email
May 24, 2003
3:19 am
174
Hi Friends, Does anybody had tried to evolve an assembly language program? Is it possible to be done using OpenBeagle? I was wondering... Assembly programs...
douglas_mota
douglas_mota@...
Send Email
May 24, 2003
11:30 pm
175
I was looking through the code of Beagle::GP::InitHalfOp and I noticed that the typedef for its Bag wasn't symeterical (line 67 of InitHalfOp.hpp). I don't...
mattgwwalker
Offline Send Email
May 25, 2003
6:36 am
176
Hi I've tried compiling Beagle with vc7.1 beta but it errors in various places. The error message is something like this ...
sashan
sashangovender
Offline Send Email
May 25, 2003
6:53 am
177
... There have been several works on the evolution of machine code with GP. The most noticeable is the work of Peter Nordin et al.: ...
Christian Gagne
raspingoo
Offline Send Email
May 25, 2003
6:58 pm
178
Hi Matthew, You are right, that was I mistake in the code of GP::InitHalfOp. In practice, this should cause problem to nobody. I made the correction, it will...
Christian Gagne
raspingoo
Offline Send Email
May 25, 2003
7:10 pm
Messages 149 - 178 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help