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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 197 - 226 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
197
Hi, I have extended the class GP::Individual to included genealogy information, and as part of this I have altered the way individuals are stored (they now...
Matthew Walker
mattgwwalker
Offline Send Email
Jun 4, 2003
9:57 am
198
I find that when the max fitness in the population degrade, and I use hallOfFame size >1, the degraded worse max fitness individual in the current population...
Jianjun Hu
hujianju@...
Send Email
Jun 5, 2003
4:10 am
199
Hi, I know the problem you mention. This is one of the flaws found in PipedInputStream. I will replace completly the XML parsers for next version. This will be...
Christian Gagne
raspingoo
Offline Send Email
Jun 5, 2003
4:39 am
200
... The algorithm, as I intent to implement it would not behave as you mentioned. The hall-of-fame will always keep the N different best individuals of the...
Christian Gagne
raspingoo
Offline Send Email
Jun 5, 2003
4:45 am
201
Hi, christian: Exactly!! There is no problem when the size of halloffame is 1! and problem comes when size is >1. I will test your new code soon. I think for...
Jianjun Hu
hujianju@...
Send Email
Jun 5, 2003
6:59 pm
202
Hi Jianjun! I made a review of the Deme::updateHallOfFame method. I confess, I found 2 bugs in the code that may explains the problems you encounter. These ...
Christian Gagne
raspingoo
Offline Send Email
Jun 5, 2003
11:41 pm
203
Hi, I have followed up the last mails about updating HallOfFame and I would like to understand some things: I have looked into the best of the best in the...
danpost2112
Offline Send Email
Jun 6, 2003
8:02 pm
204
... The HOF is sorted in the descending order. So the best individual is the one at the index 0. The HOF uses the method Object::isLess and Object::isEqual for...
Christian Gagne
raspingoo
Offline Send Email
Jun 6, 2003
8:14 pm
205
Hi, buddies: I am wondering currently how beagle support strong type GP. It's a pity that all current GP examples are not strongly typed. In crossover, I...
Jianjun Hu
hujianju@...
Send Email
Jun 12, 2003
8:05 pm
206
oops. I found that the strongly type is implemented in an afterwit way: Blind crossover + validation. A much more efficient and simpler way is just do the...
Jianjun Hu
hujianju@...
Send Email
Jun 12, 2003
8:20 pm
207
Dear Christian: As I am trying to refer Beagle experiments for my paper, I found that some implementation details are slightly different from other packages...
Jianjun Hu
hujianju@...
Send Email
Jun 17, 2003
7:14 pm
208
Hi Matthew, Sorry for answering such late, I was on vacation. ... You are right. I don't remember a reason why I didn't do the check, so I suppose that forgot...
Christian Gagne
raspingoo
Offline Send Email
Jun 18, 2003
5:27 pm
209
Hi Jianjun, ... Yes, it is done so. ... It was a deliberate choice I did when I developed the GP framework. I had two ways to implement constraints / strong...
Christian Gagne
raspingoo
Offline Send Email
Jun 18, 2003
5:48 pm
210
Hi Jianjun: ... I agree that in the generational evolver, the operators are applied on the population in a quite different way than most other packages: the ...
Christian Gagne
raspingoo
Offline Send Email
Jun 18, 2003
7:55 pm
211
... This is not true. The spambase example is strongly typed! christian ... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~> Christian Gagné ~>...
Christian Gagne
raspingoo
Offline Send Email
Jun 19, 2003
2:49 pm
212
hello all. i am using symbreg from the gp examples to model econometric data such as GDP (as koza described in (i think) volume I). the two questions i have...
xeondarwin
Offline Send Email
Jun 19, 2003
9:07 pm
213
... I guess you are talking about the member variable mY. And you're fairly much right, it is a vector of Beagle::Double. But vectors and arrays differ a...
Matthew Walker
mattgwwalker
Offline Send Email
Jun 20, 2003
12:22 am
214
Hi, ... You can use the following expression, which would work as you wanted. y[i].getWrappedValue() = MyDoubleArray[i]; ... The best of run GP programs are...
Christian Gagne
raspingoo
Offline Send Email
Jun 20, 2003
12:41 am
215
Hi again, It is interesting to see the perception are different from one person to another. I don't mean that I catched the question right, answers of Matthew...
Christian Gagne
raspingoo
Offline Send Email
Jun 20, 2003
12:49 am
216
... I've never thought about that. You are (of course) right---it's quite an interesting use of getWrappedValue(). You could also write y[i].setWrappedValue(...
Matthew Walker
mattgwwalker
Offline Send Email
Jun 20, 2003
2:00 am
217
... Yes, this is right. I'm quite used to getWrappedValue(), but in this context, it is more appropriate, cleaner, and OO to use setWrappedValue(). Anyway,...
Christian Gagne
raspingoo
Offline Send Email
Jun 20, 2003
4:05 am
218
Hi all, I'm not sure about how FitnessKoza works. As far as I concerned, I understood that the the 4 parameters used as input are the parameters that will be...
danpost2112
Offline Send Email
Jun 23, 2003
1:52 pm
219
Hi Dan, I could hardly gave you any comments on your code, as I don't understand precisely what you want to do, from a GP, high-level point of view. Are you...
Christian Gagne
raspingoo
Offline Send Email
Jun 23, 2003
2:12 pm
220
Ah! I already has executed the code with no problems, but the Hall Of Fame is showing best individual that doen't refelcts the truth. Is there any problem to...
danpost2112
Offline Send Email
Jun 23, 2003
2:13 pm
221
... With the FitnessKoza, the individuals are selected only using the normalized fitness measure. The other ones (standardized, adjusted, raw, hits) are not...
Christian Gagne
raspingoo
Offline Send Email
Jun 23, 2003
2:26 pm
222
Hi Christian, I already saw the tableau. The Goal of the program is to find a function that reflects aproximately a "Threshold" for taking decisions in the ...
Dan Posternak
danpost2112
Offline Send Email
Jun 23, 2003
2:33 pm
223
Hi again, Ok, as I could understand, you are doing a kind of symbolic regression, where you test your individuals on several data sets. So the normalized ...
Christian Gagne
raspingoo
Offline Send Email
Jun 23, 2003
3:02 pm
224
I am wondering is there an hallOfFame for the Vivarium when we have multiple subpopulation? If so, how can we access it? If not, this feature is strongly...
Jianjun Hu
hujianju@...
Send Email
Jun 23, 2003
4:12 pm
225
... No, there is no hall-of-fame in the vivarium. Yes, this is an interesting idea. I'll see what I can do for next release. christian ... -- ...
Christian Gagne
raspingoo
Offline Send Email
Jun 23, 2003
4:16 pm
226
That would be cool! -:) Jianjun ... From: Christian Gagne [mailto:cgagne@...] Sent: 2003?6?23? 12:15 To: Jianjun Hu Cc: Open BEAGLE Mailing List ...
Jianjun Hu
hujianju@...
Send Email
Jun 23, 2003
4:18 pm
Messages 197 - 226 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