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...
Show off your group to the world. Share a photo of your group with us.

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 731 - 760 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
731
Hello everyone, I created a BEAGLE Wiki on SourceForge.net! http://beagle.sourceforge.net/wiki This Wiki has two principal objectives: 1) Hold all the...
Christian Gagne
raspingoo
Offline Send Email
Feb 6, 2006
3:55 pm
732
Christian You and the other developers have saved me huge amounts of time and effort with all your work on Beagle... and its really appreciated. I'm sure I ...
matt studley
hamsterchutney
Offline Send Email
Feb 7, 2006
10:32 am
733
I had one doubt about use of adf in openbeagle. I had a response and i check my errors. But i can't running my aplication with a ADF of 0 arguments. In this ...
Pablo Barcellos Santi...
pablo_barcellos
Offline Send Email
Feb 10, 2006
11:16 am
734
Hi Pablo, ... We didn't plan this situation -- ADFs without arguments -- when we rewrote of Beagle support for ADFs. Indeed, there is a problem in this special...
Christian Gagne
raspingoo
Offline Send Email
Feb 10, 2006
11:57 am
735
Thanks for the response, i really altered the code and now all works. thanks again for you help, and for the openbeagle !!! ;-) Pablo > Date: Fri, 10 Feb...
Pablo Barcellos Santi...
pablo_barcellos
Offline Send Email
Feb 12, 2006
3:40 am
736
Hi Beaglers A quick question - I have a vector of Handles to Beagle GP Trees. I need to create a vector of handles to copies of these trees (I'm storing them...
matt studley
hamsterchutney
Offline Send Email
Feb 20, 2006
11:56 am
737
I realised my email was inaccurate - sorry to waste your time... ... Actually, std::vector<Beagle::GP::Individual::Handle> ... Scratch that - I realise that I...
matt studley
hamsterchutney
Offline Send Email
Feb 20, 2006
12:20 pm
738
... // ok - this is what I'm trying ... myGPTrees_.clear(); // add trees from otherTrees treeIter tIt; for (tIt=otherTrees.begin(); tIt!=otherTrees.end();...
matt studley
hamsterchutney
Offline Send Email
Feb 20, 2006
1:48 pm
739
Hi all sorry to have wasted your time - the copy constructor was what I needed! I should have R'd TFM a bit more thoroughly! M ... ...
matt studley
hamsterchutney
Offline Send Email
Feb 21, 2006
1:18 pm
740
Hi. First, thanks a lot for Open Beagle, it is a powerfull framework! I am still working on a STGP regression tree builder, and I would like to create custom...
hazan amaury
tinoucaillou
Offline Send Email
Mar 1, 2006
8:33 pm
741
Hello Amaury, ... The obvious way (for me) would be to re-implement the GP::Primitive::validate() method in your primitives in order to check whether the...
Christian Gagne
raspingoo
Offline Send Email
Mar 3, 2006
11:18 am
742
Hi, After running OB and generating evolved individuals, I like to display them in a fashion that permits a visual analysis (and if possible statistical...
ob_user_2005
Offline Send Email
Mar 10, 2006
4:02 pm
743
Hello, ... I would not say that the drawing has poor resolution, as SVG is vectorial drawing... :-) If you zoom in a given region of your large tree, you...
Christian Gagne
raspingoo
Offline Send Email
Mar 10, 2006
10:21 pm
744
Hello, I am developing a strongly typed GP algorithm with two basic types: boolean and double. There is no particular pb during the execution and the solutions...
nicolasn54
Offline Send Email
Mar 14, 2006
8:50 am
745
Hello, Christian, thanks a lot for the very powerful framework you have built ! I am using it for several months and like it much. ... It is may be not...
nicolasn54
Offline Send Email
Mar 14, 2006
10:59 am
746
Hi Nicolas, ... You are right, disabling zlib when compiling visualizer should fix the problem. But there is still the examples that are already generated, ...
Christian Gagne
raspingoo
Offline Send Email
Mar 14, 2006
2:30 pm
747
Hi again Nicolas, ... The problem you are describing is really interesting. I did some changes to the constrained GP operators some time ago, where I improved...
Christian Gagne
raspingoo
Offline Send Email
Mar 14, 2006
2:48 pm
748
Hello Christian, Thank you very much for your answer, I will investigate what you suggest but I think the pb can be reproduced on the spambase example. Take...
nicolasn54
Offline Send Email
Mar 14, 2006
3:21 pm
749
Hi Nicolas, Ok, it seems that you put the finger on a serious problem in STGP. I will take a look at it and do the necessary to fix the problem. Unfortunately,...
Christian Gagne
raspingoo
Offline Send Email
Mar 14, 2006
3:44 pm
750
Hello Christian, ... No problem, I can very well understand that you have something more urgent to do. You will find below some additional observations and a ...
nicolasn54
Offline Send Email
Mar 15, 2006
7:22 am
751
Hi Nicolas, ... Ok, it seems there are some problems are. I will make several investigations to see what is going wrong, when I will get some time. ... In...
Christian Gagne
raspingoo
Offline Send Email
Mar 15, 2006
11:07 am
752
Hello Christian, Thanks a lot for your answer ! the solution you propose works fine in terms of number of mutated individuals and it is a very nice ...
nicolasn54
Offline Send Email
Mar 15, 2006
3:29 pm
753
Hello Christian, Sorry, it is me again ; ) .. I have noticed a small inconsistency with terminateOp, a zero value for ec.term.maxgen means that there is no ...
nicolasn54
Offline Send Email
Mar 16, 2006
10:06 am
754
Hi, I made the small change to remove this "feature" from the max generation termination operator. This is indeed a relics from first versions of Beagle, where...
Christian Gagné
raspingoo
Offline Send Email
Mar 24, 2006
11:35 am
755
I'm a newbie trying to understand BEAGLE and I would like to do something similar to the maxfctfloat example, but instead of limiting all parameter values to...
tom_mct
Offline Send Email
Apr 19, 2006
6:41 pm
756
Hi Tom, For sure it is possible. There is two parameters for real-valued GA that is used to limit the ranges of the optimized values, namely ...
Christian Gagné
raspingoo
Offline Send Email
Apr 19, 2006
7:11 pm
757
Super! Thanks for the quick and informative response! ... 1.79769e+308) ... scalar, which ... which limit ... values of ... vector. ... -1.79769e+308) ... ...
tom_mct
Offline Send Email
Apr 19, 2006
10:13 pm
758
Hi, I would like to know how to get the best individual of each generation. I know that individulas in the Hall Of Fame can be get, but not in all cases the...
ob_user_2005
Offline Send Email
Apr 24, 2006
7:08 pm
759
Hi, What you need is only to get the best individual of the population. To get the best-of-generation for a specific deme, the code would look like the...
Christian Gagné
raspingoo
Offline Send Email
Apr 25, 2006
8:39 pm
760
I am integrating BEAGLE into a larger system and therefore I am not calling main() as in the BEAGLE examples. The problem is that I would like to call...
tom_mct
Offline Send Email
Apr 28, 2006
3:14 pm
Messages 731 - 760 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