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 542 - 571 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
542
Dear Group I tried to make a small application in Open Beagle which compares values in an array containing floating point numbers. Using the primitive set from...
BaerwurzSepp
Offline Send Email
Oct 1, 2004
8:52 am
543
Hi Helmut, ... The problem here seems to be caused by the fact that you don't use the strongly typed initialization / crossover / mutation operators. Spambase ...
Christian Gagne
raspingoo
Offline Send Email
Oct 1, 2004
9:32 pm
544
Dear Christian Thank you so much for your help and fast reply. The ".conf-file" was the trick. God bless you Helmut...
BaerwurzSepp
Offline Send Email
Oct 2, 2004
6:36 am
545
I am trying to perform a multi-objective minimization using the NPGA2 operator. Looking through the source in NPGA2Op.cpp, I noticed that the Fitness objects...
Jim Shepherd
jimshep123
Offline Send Email
Oct 7, 2004
9:06 am
546
Hi Jim, ... Yes. FitnessMultiObjMin inherits from FitnessMultiObj and overloads the method isDominated for minimization (isDominated is virtual). NPGA2Op will...
Christian Gagne
raspingoo
Offline Send Email
Oct 7, 2004
1:18 pm
547
Hi Mauricio, ... Well, here you will need to work directly on the structure of the individuals for your fitness evaluation, by-passing the calls to the tree...
Christian Gagne
raspingoo
Offline Send Email
Oct 7, 2004
7:02 pm
548
Hi, I'm trying to get the best-of-run individual after each generation. In order to achieve it, I wrote the following code: Beagle::Individual::Handle...
Dan Posternak
danpost2112
Offline Send Email
Oct 7, 2004
7:46 pm
549
Hi Dan, ... First, be sure that you set parameter 'ec.hof.demesize' to a value >=1, in order to have an deme's hall-of-fame with a least one individual. It ...
Christian Gagne
raspingoo
Offline Send Email
Oct 7, 2004
7:52 pm
550
It worked fine. I put the demesize = 1 in order to take the HallOfFame[0] as the best of run Member. Thanks a lot, Dan. ... Outgoing mail is certified Virus...
Dan Posternak
danpost2112
Offline Send Email
Oct 7, 2004
9:25 pm
551
... Hash: SHA1 Hi, I'm trying to approximate the answer to a function for which I can numerically integrate, but, I want something that will compute faster......
Binesh Bannerjee
BineshB
Offline Send Email
Oct 12, 2004
5:13 am
552
Hi Binesh, ... Just one note here, I am skeptic that using GP will perform faster that any deterministic approach. If it is only a question of quick ...
Christian Gagne
raspingoo
Offline Send Email
Oct 12, 2004
2:08 pm
553
... Hash: SHA1 ... Hi Christian, I suppose what I mean by quicker, is the way numerically integrating Integrate[slope X + intercept, {X, from, to}] breaking it...
Binesh Bannerjee
BineshB
Offline Send Email
Oct 13, 2004
1:14 am
554
Hello Binesh, ... Definitely not. GP is a brute force blind search paradigm that needs huge computation time compared to most classical deterministic numeric ...
Christian Gagne
raspingoo
Offline Send Email
Oct 13, 2004
1:44 pm
555
Hi everyone, The following is about symbolic regression. I've used this example http://beagle.gel.ulaval.ca/refmanual/a00871.html#a0. I know that my equation...
mcpepito
Offline Send Email
Oct 13, 2004
5:12 pm
556
Hi J-P, Your question appears pretty much related to the homework 3 of the course "Algorithms for the Engineer II". I advice you to ask your question to a...
Christian Gagne
raspingoo
Offline Send Email
Oct 15, 2004
5:11 pm
557
Hello Open BEAGLE users! There is actually a contest organized by IBM to port open source applications on LinuxPPC64 architectures. http://www.linuxonpower.com...
Christian Gagne
raspingoo
Offline Send Email
Oct 20, 2004
1:50 pm
558
Unfortunately, IBM are being restrictive: From the FAQ: "Why are only US contestants elligible? Regretfully, because of time constraints for obtaining legal...
David Stocks
dgstox
Offline Send Email
Oct 21, 2004
9:30 am
559
I downloaded beagle-2.1.5 to be compiled on redhat 9.0 with gcc-3.4.2. I can't find anything about this particular problem on the archive. Any idea ? Thanks ...
thuan tran
Offline Send Email
Oct 27, 2004
6:47 pm
560
Hi Tran, ... I don't have access to a computer where gcc 3.4 is installed. This seems to be quite a simple compiler error. My intuition would be to specify the...
Christian Gagne
raspingoo
Offline Send Email
Oct 27, 2004
7:09 pm
561
Hello, I had the same problem when recompiling version 2.1.5 after upgrading the version of the compiler to 3.4 (on a Mandrake 10.1 Community). I solved it by...
Laurent Steffan
lmsteffan
Offline Send Email
Oct 27, 2004
9:14 pm
562
Hi, Thanks Laurent for the tip. I applied the changes suggested below, hoping that it will solve the issue with gcc 3.4. It will be in next release, 2.2.0,...
Christian Gagne
raspingoo
Offline Send Email
Oct 28, 2004
12:19 am
563
Hi everyone, I proudly announce the release of Open BEAGLE version 2.2.0. You can get your copy at: http://beagle.gel.ulaval.ca http://beagle.sourceforge.net ...
Christian Gagne
raspingoo
Offline Send Email
Oct 28, 2004
8:12 pm
564
Hello, Just a word to inform you that I've made a bug fixe release of BEAGLE Visualizer, the Web interface for analyzing Open BEAGLE outputs. ...
Christian Gagne
raspingoo
Offline Send Email
Oct 31, 2004
9:10 pm
565
Hello everyone, The Open BEAGLE developers are proud to announce the release of Distributed BEAGLE 0.9.2. This is a minor release of one bug fixe and one...
Marc Dubreuil
mdubreuilus
Offline Send Email
Nov 3, 2004
10:11 pm
566
Dear all, I'm going to use your library to implement a GA for a project. By checking the source autoconf and automake config files and m4 macros, I noticed...
Joao Luis Pinto
baalavatar
Offline Send Email
Nov 17, 2004
8:25 pm
567
Hi Joao Luis, ... These are interesting suggestions, especially the fact that acinclude.m4 macros can be put into separate .m4 files. I take note that the ...
Christian Gagne
raspingoo
Offline Send Email
Nov 17, 2004
9:59 pm
568
Dear Sirs, I started to look at Open Beagle and I really like the architecture of it - in comparison to GALib that I used before it looks way more structured...
Yuriy Pasichnyk
yuriy.pasichnyk@...
Send Email
Nov 19, 2004
11:06 pm
569
Hi Yuryi, ... Well, you problem seems more with the typing of the primitives you are using. Be sure that there is terminals of the four data types you are ...
Christian Gagne
raspingoo
Offline Send Email
Nov 19, 2004
11:56 pm
570
HI!! I have a question. How to do a algorithm for problem n-queens on Open BEAGLE?...
digitaldr4
Offline Send Email
Nov 22, 2004
3:35 pm
571
... Please be more specific in your questions. christian ... * -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~> Christian Gagné ~> http://www.gel.ulaval.ca/~cgagne...
Christian Gagne
raspingoo
Offline Send Email
Nov 22, 2004
3:54 pm
Messages 542 - 571 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