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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 513 - 542 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
513
Hi everyone! I just released version 2.1.5 of Open BEAGLE. This new version comes with some small improvements and several bug fixes compared to previous ...
Christian Gagne
raspingoo
Offline Send Email
Aug 3, 2004
8:06 pm
514
Hi Christian, I'm having a problem with some evolutionary runs and would like to know some per-generation statistics on the use of each primitive. In each run...
Matthew Walker
mattgwwalker
Offline Send Email
Aug 10, 2004
6:56 am
515
Hello, Is it possible to add range constraints to real valued parameters? I have two parameters (x, y), which have the constraints 0 <= x <= 90 10 <= y <= 90 ...
dgstox
Offline Send Email
Aug 10, 2004
1:11 pm
516
Hi Matthew, ... Actually, there is no mechanism to extract such statistics. A way to do it is to take the value of the reference counter (method ...
Christian Gagne
raspingoo
Offline Send Email
Aug 10, 2004
1:20 pm
517
... It is possible to set a unique min/max for all parameters. Set system parameters 'ga.init.minvalue' and 'ga.init.maxvalue' for initialization...
Christian Gagne
raspingoo
Offline Send Email
Aug 10, 2004
7:22 pm
518
Hello all, I'm experiencing uneven load balancing with dbeagle 0.8. I'm using a GA to generate parameters which control a geometrical model, the evaluation of...
dgstox
Offline Send Email
Aug 12, 2004
6:42 pm
519
Hi David, The questions you ask will surely help making a better manual. ... I'm not sure if I understand clearly. Tell me if that's what you think is ...
Marc Dubreuil
mdubreuilus
Offline Send Email
Aug 12, 2004
8:38 pm
520
Marc, ... It's somehow nice to know that my knowledge gaps are helping someone ;) [snip] ... while ... lies ... My problem setup: pe-evolver.conf (all other...
dgstox
Offline Send Email
Aug 15, 2004
4:44 pm
521
Hi, sorry for the late answer, I'm quite in a rush right now. [snip] ... One of the cruncher should get ALL available jobs, since only 6 jobs needs to be...
Marc Dubreuil by way...
mdubreuilus
Offline Send Email
Aug 18, 2004
6:25 pm
522
Hello all, I am trying to compile OpenBeagle under Linux using the following options to configure: configure --without-zlib --enable-optimization ...
Daniel Bruno
danielbruno
Offline Send Email
Aug 22, 2004
1:57 pm
523
Hi Daniel, Which gcc version are you using? What is exactly your Linux distro/version? christian ... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~> Christian...
Christian Gagne
raspingoo
Offline Send Email
Aug 22, 2004
3:25 pm
524
Hello Christian, I am using a derivative of Knoppix that is Debian based. My gcc version is 3.3.4. Thanks! Daniel. ... What is exactly your Linux ... ...
Daniel Bruno
danielbruno
Offline Send Email
Aug 22, 2004
6:27 pm
525
... This is quite strange, it compiles well on my Linux box (gcc 3.3.2 - Fedora Core 1). It seems not to find the header for std::random_shuffle. Try adding ...
Christian Gagne
raspingoo
Offline Send Email
Aug 22, 2004
9:52 pm
526
... Hi Christian, I took a diferent route to your suggestion, and went through each node of every tree of every individual. I thought this would allow me to ...
Matthew Walker
mattgwwalker
Offline Send Email
Aug 23, 2004
9:22 am
527
... Yes that sound good. I would name the method "haveValue" instead, as I think it is better to use the infinitive form of verbs in method naming. Otherwize...
Christian Gagne
raspingoo
Offline Send Email
Aug 23, 2004
12:40 pm
528
Hello everyone, The Open BEAGLE team is proud to announce the joint release of Distributed BEAGLE 0.9 and BEAGLE Visualizer 0.2. ... Distributed BEAGLE is an...
Christian Gagne
raspingoo
Offline Send Email
Aug 26, 2004
8:32 pm
529
... You can seed your population with individuals. To do so, you must craft a XML file with the list of individuals in the tags "Seeds", like in the following:...
Christian Gagne
raspingoo
Offline Send Email
Aug 30, 2004
3:23 pm
530
... Yes, it is possible. To do so, you need to use an explicit generational evolver configuration. For an exemple of this, see file 'symbreg-generational.conf'...
Christian Gagne
raspingoo
Offline Send Email
Aug 31, 2004
1:55 pm
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
Messages 513 - 542 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