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 531 - 560 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
531
... First, please send your e-mails directly to the list (openbeagle@yahoogroups.com), not to the list owners (openbeagle-owner@yahoogroups.com) as you did....
Christian Gagne
raspingoo
Offline Send Email
Sep 21, 2004
12:47 am
532
Hi Christian, Previously I worked on an extension to the Beagle::GP::Individual class that stored genealogical information. I'm thinking about updating that ...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 22, 2004
7:17 am
533
Hi Matthew, There is no such scripts actually available. Up to now, the way I proceed to test the read method is to read back several milestones from different...
Christian Gagne
raspingoo
Offline Send Email
Sep 22, 2004
5:34 pm
534
Hi Binesh, ... You are making good observations here. A principle in the evaluation operator is that we don't re-evaluate individuals that haven't been ...
Christian Gagne
raspingoo
Offline Send Email
Sep 28, 2004
2:30 pm
535
Hello, everyone, I am new in using Open Beagle. I have a question about how to record the best individual after running GA. When I run one of the GA examples,...
wtang314
Offline Send Email
Sep 28, 2004
5:45 pm
536
Hello everyone, The Open BEAGLE developers are proud to announce the release of Distributed BEAGLE 0.91. This release is mostly bug fixes and some suggestions...
Marc Dubreuil
mdubreuilus
Offline Send Email
Sep 28, 2004
7:38 pm
537
... Take a look to the milestone file written a the end of the run, by default file 'beagle.obm.gz' (gzipped XML on Linux) or 'beagle.obm' (plain XML on...
Christian Gagne
raspingoo
Offline Send Email
Sep 29, 2004
1:44 pm
538
... I would also recommend, if you often want to extract the best indiviudal, that you consider the software xmlstarlet (http://xmlstar.sourceforge.net/)....
Matthew Walker
mattgwwalker
Offline Send Email
Sep 29, 2004
11:07 pm
539
... I implemented the functionality to have a min/max range per parameter and the capability to define intervals of valid values for each parameter resulting...
jimshep123
Offline Send Email
Sep 29, 2004
11:15 pm
540
Hi Jim, ... Wow, this seem to be a great work! For sure, it would be great to merge your code to the codebase. You just have to send me personally ...
Christian Gagne
raspingoo
Offline Send Email
Sep 30, 2004
12:36 am
541
Hi Binesh, There was some problems with your configuration files, expecially in the definition of generational breeder. I did some corrections (attached), it...
Christian Gagne
raspingoo
Offline Send Email
Sep 30, 2004
8:10 pm
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
Messages 531 - 560 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