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 503 - 532 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
503
Hi! I've just released version 2.1.4 of Open BEAGLE. this version is mainly a minor features addition, with support for weighted GP primitives sets, HFC...
Christian Gagne
raspingoo
Offline Send Email
Jul 5, 2004
1:55 pm
504
Hello all, Since the release of Distributed BEAGLE 0.8 one month ago, more than 50 persons downloaded it. We hope you are enjoying Distributed BEAGLE. We are...
Marc Dubreuil
mdubreuilus
Offline Send Email
Jul 8, 2004
7:15 pm
505
Hi. I'm planning on using OpenBeagle to implement several Neural Network training schemes. I want to start with a simple feedforward net, fixed network...
Tuglat
tuglatt
Offline Send Email
Jul 13, 2004
2:37 pm
506
... I am not aware that anyone use Open BEAGLE to evolve weights of neural nets. But as far as you have a good NN C++ class, it might not be very difficult to...
Christian Gagne
raspingoo
Offline Send Email
Jul 13, 2004
5:01 pm
507
Hello, I would like to define my own PG operators and I wonder how individuals, called in mutate(Beagle::Individual& ioIndividual, Beagle::Context& ioContext) ...
Ewa
fklgp
Offline Send Email
Jul 20, 2004
12:17 pm
508
Hi Ewa, ... The indpb parameter indicates the probability of each individual to be choosen for mutation in a population. The selection of mutated is random,...
Christian Gagne
raspingoo
Offline Send Email
Jul 20, 2004
12:40 pm
509
Hi Tim, ... It's both. To differentiate between an evolver and a cruncher, Distributed BEAGLE use configuration files. For all examples, they are located in...
Marc Dubreuil
mdubreuilus
Offline Send Email
Jul 20, 2004
2:25 pm
510
Hello, I'm writing my own PG crossover operator and I need to make my own selection of individuals. I defined a class: class MyCrossoverOp : public...
Ewa
fklgp
Offline Send Email
Jul 22, 2004
1:03 pm
511
Hi Ewa, This seems a weird problem for me. First be sure to scope the arguments of MyCrossoverOp::operate to the good deme and context types, i.e. virtual void...
Christian Gagne
raspingoo
Offline Send Email
Jul 22, 2004
1:40 pm
512
Hello, Thursday, July 22, 2004, 3:39:43 PM, you wrote: CG> This seems a weird problem for me. First be sure to scope the arguments CG> of...
Ewa
fklgp
Offline Send Email
Jul 23, 2004
7:36 am
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
Messages 503 - 532 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