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 to share photos of your group with the world? 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 793 - 822 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
793
Hi Helmut, ... Well, an individual is a container of GA::FloatVector (which is a specialized genotype). So you can't cast your lBestOfHOF handle into a ...
Christian Gagné
raspingoo
Offline Send Email
Jul 1, 2006
5:48 pm
794
Hello Christian I thank you very much for your efford. The line GA::FloatVector::Handle lFloatVector = castHandleT<GA::FloatVector> (lBestOfHOF[0]); as you...
BaerwurzSepp
Offline Send Email
Jul 3, 2006
2:17 pm
795
Hi Christian, I would like to get the N best individuals after each generation (supposse that M is the population size, with M > N)in Genetic programming. In...
ob_user_2005
Offline Send Email
Jul 6, 2006
2:37 pm
796
Hi, I'm sure Christian will answer your other questions, but I have a suggestion for your "Q2". I have added a SelectBestOp class into Beagle recently. It has...
Matthew Walker
mattgwwalker
Offline Send Email
Jul 7, 2006
12:03 am
797
Hello Helmut, The problem is simply that lBestOfHOF is an Individual::Handle, not an Individual. My error, I wasn't able to "mind-lint" the code correctly. The...
Christian Gagné
raspingoo
Offline Send Email
Jul 10, 2006
12:13 pm
798
Hello, The solution Matthew is proposing is good and should work. But if you don't want to check out the latest version Beagle from the CVS, I've got another...
Christian Gagné
raspingoo
Offline Send Email
Jul 11, 2006
1:21 am
799
Hello! I'm new here... and I'm new to OpenBeagle... Maybe it's a silly question, but I need to know... trying to tune the symbreg exemple, I wanted to add a...
Henry Butchard
henrybutchard
Offline Send Email
Jul 12, 2006
2:25 pm
800
Hi Henry, To me it seems just a mis-configuration of your C++ project. I suggest you two solutions: 1) [Quick and dirty solution] Consider either recompiling...
Christian Gagné
raspingoo
Offline Send Email
Jul 12, 2006
3:15 pm
801
Hi Henry, To me it seems just a mis-configuration of your C++ project. I suggest you two solutions: 1) [Quick and dirty solution] Consider either recompiling...
Christian Gagné
raspingoo
Offline Send Email
Jul 12, 2006
3:55 pm
802
Thank you Christian, I'm doing it right now. Of course I prefer the dirty solution, but I will try both to get a better understanding....
Henry Butchard
henrybutchard
Offline Send Email
Jul 12, 2006
4:09 pm
803
I am running BEAGLE's GA with float parameters. I would like to be able to specify that for a given pair of parameters, whatever value they take on, they do...
tom_mct
Offline Send Email
Jul 18, 2006
7:15 pm
804
In running the GA, I have a few parameters that get queried way too much at their minimum and maximum values. (My fitness landscape may be like a volcano,...
tom_mct
Offline Send Email
Jul 18, 2006
7:48 pm
805
Hi again Tom, If you need to bias in some way or another the different scales of your values. This is very similar to your other problem, and still pretty ...
Christian Gagné
raspingoo
Offline Send Email
Jul 19, 2006
10:34 am
806
... Obviously, for being a Gaussian, the previous equation is missing a minus sign. x'_2 = x_1 + sign(x_2) exp(-x_2 / (2 sigma)) Sorry for that, christian ... ...
Christian Gagné
raspingoo
Offline Send Email
Jul 19, 2006
10:41 am
807
Hi Tom, Well, there is no specific solution for this kind of problem in Beagle. This is somewhat quite problem-specific, I don't see a general approach for...
Christian Gagné
raspingoo
Offline Send Email
Jul 19, 2006
11:31 am
808
Hello all, I wrote a tutorial on the use co-evolution with Open BEAGLE on the Wiki. ...
Christian Gagné
raspingoo
Offline Send Email
Jul 19, 2006
11:39 am
809
Thanks for the reply, Christian. I understand your approach, but not exactly where and how to implement, and this stems from my lack of understanding of how...
tom_mct
Offline Send Email
Jul 19, 2006
5:14 pm
810
Hi Tom, ... Yes and no. You understand well that you transformation of your data should be done in your EvaluationOp::evaluate() method before evaluating the...
Christian Gagné
raspingoo
Offline Send Email
Jul 20, 2006
7:22 am
811
Hi Christian, I'm trying to log at level 7 and get the message: "File log level 7 (debug) is unused as full debug mode is disabled". This is for the beagle...
tom_mct
Offline Send Email
Jul 20, 2006
11:36 pm
812
One reason I am wanting to have full reporting (see previous post) is that I am curious about the Gaussian Float Mutation Operator. Its sigma value is 0.1....
tom_mct
Offline Send Email
Jul 21, 2006
4:24 am
813
Hi Tom, ... That's not correct. You should compile with the options "--enable-full-debug" (which was incorrect in your statement) and "CXXFLAGS=-O0 -g3" (which...
Christian Gagné
raspingoo
Offline Send Email
Jul 21, 2006
8:41 am
814
Hi again, ... Yes, if you set the sigma value to a scalar (e.g. 0.1), all the components will be threated the same way, even if the ranges are different. ... ...
Christian Gagné
raspingoo
Offline Send Email
Jul 21, 2006
9:14 am
815
Thanks for the informative response! Sorry for the delay in my response to this and the previous question, but my run took a couple days to run and evaluate...
tom_mct
Offline Send Email
Jul 25, 2006
2:02 am
816
I have added the following lines to the maxfct.conf example file. ..</Evolver> <System> <Register> <Entry key="ec.elite.keepsize">2</Entry> </Register> ...
tom_mct
Offline Send Email
Jul 25, 2006
7:48 am
817
Hi Tom, "ec.elite.keepsize" is a parameter available only when you are using operators GenerationalOp (or SteadyStateOp) in your evolver setting. Indeed,...
Christian Gagné
raspingoo
Offline Send Email
Jul 25, 2006
8:04 am
818
Thanks! That should clear it up!...
tom_mct
Offline Send Email
Jul 25, 2006
8:21 am
819
I'm trying to compile Beagle 3.0.1 using Visual C++ 2005 Express Edition. I know that it was designed to work with the 2003 version, but the 2005 Express...
James Turpin
james_p_turpin
Offline Send Email
Jul 29, 2006
2:14 pm
820
Hi James, To me it looks like you have some real issues with your compiler. I've not used Visual C++ 2005 Express so I can't give you any specific advice, but...
Matthew Walker
mattgwwalker
Offline Send Email
Jul 30, 2006
12:42 am
821
Hi! I'm a novice Open BEAGLE user and like it very much for its elegant architecture. But I have some questions about the examples that are shipped with ...
christophwatzl
Offline Send Email
Aug 12, 2006
2:51 pm
822
Hi Chris, I made some investigations and the problem you are reporting is caused by a bug in method read() of class Beagle::Matrix. Indeed, the read method was...
Christian Gagné
raspingoo
Offline Send Email
Aug 12, 2006
5:25 pm
Messages 793 - 822 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