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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 294 - 323 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
294
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...
Christian Gagne
raspingoo
Offline Send Email
Aug 5, 2003
2:31 pm
295
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@...
Send Email
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...
Christian Gagne
raspingoo
Offline Send Email
Aug 6, 2003
5:24 pm
297
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...
drewmarek
Offline Send Email
Aug 7, 2003
3:53 am
298
... 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...
Christian Gagne
raspingoo
Offline Send Email
Aug 7, 2003
12:31 pm
299
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...
drewmarek
Offline Send Email
Aug 8, 2003
4:41 am
300
... 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...
Christian Gagne
raspingoo
Offline Send Email
Aug 8, 2003
6:33 pm
301
... 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...
Christian Gagne
raspingoo
Offline Send Email
Aug 18, 2003
11:16 pm
302
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...
Matthew Walker
mattgwwalker
Offline Send Email
Aug 21, 2003
11:39 pm
303
... 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...
Christian Gagne
raspingoo
Offline Send Email
Aug 22, 2003
3:33 pm
304
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@...
Send Email
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...
Christian Gagne
raspingoo
Offline Send Email
Aug 22, 2003
8:12 pm
306
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...
drewmarek
Offline Send Email
Aug 24, 2003
8:19 am
307
... 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',...
Christian Gagne
raspingoo
Offline Send Email
Aug 25, 2003
10:25 pm
308
... 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....
Christian Gagne
raspingoo
Offline Send Email
Aug 26, 2003
12:29 pm
309
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...
Dan Posternak
danpost2112
Offline Send Email
Sep 2, 2003
11:46 pm
310
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...
Christian Gagne
raspingoo
Offline Send Email
Sep 3, 2003
12:31 am
311
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 ...
graamonexxx
Offline Send Email
Sep 3, 2003
11:28 am
312
... 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?...
Christian Gagne
raspingoo
Offline Send Email
Sep 3, 2003
1:07 pm
313
... 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...
Christian Gagne
raspingoo
Offline Send Email
Sep 7, 2003
11:08 pm
314
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: ...
Christian Gagne
raspingoo
Offline Send Email
Sep 24, 2003
6:41 pm
315
Congratulations! To our authors and to our Beagle users! Jianjun Hu (George) Genetic Algorithm Research & Application Group (GARAGe) Department of Computer...
Hu,Jianjun
hujianju@...
Send Email
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...
Christian Gagne
raspingoo
Offline Send Email
Sep 24, 2003
7:34 pm
317
Hello all, Can open Beagle be used to implement the learnable evolution model? Any help would be greatly appreciated. Best Regards Jason H. Morris...
jhmorris3486
Offline Send Email
Sep 26, 2003
10:21 am
318
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...
Christian Gagne
raspingoo
Offline Send Email
Sep 26, 2003
5:01 pm
319
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...
Dan Posternak
danpost2112
Offline Send Email
Sep 26, 2003
7:25 pm
320
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...
Christian Gagne
raspingoo
Offline Send Email
Sep 27, 2003
4:34 pm
321
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...
Christian Gagne
raspingoo
Offline Send Email
Sep 27, 2003
6:30 pm
322
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...
graamone
Offline Send Email
Sep 28, 2003
4:55 pm
323
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...
drewmarek
Offline Send Email
Sep 29, 2003
6:08 am
Messages 294 - 323 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