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 783 - 812 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
783
I'm doing my first steps in Beagle and have immeadiatly problems. I wrote the symbolic regression example within a MVC Express project, which is configured ...
Serethos
serethos_0
Offline Send Email
Jun 2, 2006
8:07 am
784
Hi, You're problem seems to come from the WIN32 version of the PACC_AssertM macro. Take a look to the file PACC/Util/Assert.hpp of beagle, line 55. ... The...
Christian Gagné
raspingoo
Offline Send Email
Jun 2, 2006
9:09 am
785
Hi Christian, after some search related to what you said I finally fixed the problem: I don't know if it helped to switch the line to ...CA2CT ... because my ...
Serethos
serethos_0
Offline Send Email
Jun 4, 2006
2:13 pm
786
Hello, I'm facing a little problem with the hall of fame in a GA optimization. I want to control its size. In mono-objective, there is no problem. In...
n4stybee
Offline Send Email
Jun 12, 2006
1:32 pm
787
Hi there. I was wondering if someone tried to set a Beagle project using SCONS. I'd love that ;-) Amaury...
hazan amaury
tinoucaillou
Offline Send Email
Jun 13, 2006
9:54 am
788
Hello Bastien, ... You put the finger on a small but real incoherence with the knapsack example. The point is that the knapsack example use the default ...
Christian Gagné
raspingoo
Offline Send Email
Jun 14, 2006
9:55 am
789
Hi, In a previous message #759, it was indicated how to get the best individual in each generation (which could be different from the best individual in the...
ob_user_2005
Offline Send Email
Jun 21, 2006
7:25 pm
790
Hello, Your message is not totally clear. What do you want precisely? To extract the best-of-generation individual in your fitnesse evaluation operator? If so,...
Christian Gagné
raspingoo
Offline Send Email
Jun 22, 2006
9:38 am
791
Hi Christian, You got it. You got what I need. Let me say that what you proposed worked fine! and better than this, you took time to explain (write) how to do...
ob_user_2005
Offline Send Email
Jun 29, 2006
7:08 pm
792
Hello Christian I'm trying to adjust the weights from a neural net with the GA and compare the archieved results with results from traditional nn training....
BaerwurzSepp
Offline Send Email
Jul 1, 2006
3:00 am
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
Messages 783 - 812 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