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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1221 - 1250 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1221
Hey I'm trying to use gp to evolve a controller for a vehicle moving around a map. I'm trying to find out the best approach for actually coming up with a...
phenki
Offline Send Email
Mar 4, 2008
4:23 pm
1222
Hi, Your problem is related to GP in general, and not specifically to the implementation of Open BEAGLE. I would thus invite you to send your queries to the GP...
Christian Gagné
raspingoo
Offline Send Email
Mar 4, 2008
4:32 pm
1223
Hi, Can you tell me if you have a roadmap/timescale for Distributed Beagle to work with v3.0.3? I am interested in using Amazons EC2 service (basically a CPU...
warrenm2uk
Offline Send Email
Mar 6, 2008
11:40 am
1224
Hi Mark, We don't have any plan to do to make Distributed BEAGLE working with version 3.0.3. In fact, Distributed BEAGLE is now integrated to the development...
Christian Gagné
raspingoo
Offline Send Email
Mar 6, 2008
3:32 pm
1225
Maybe I'll try both then :) But I sort of ran into a problem when implementing the one operation pr timestep method. I want the result of a individual run to...
phenki
Offline Send Email
Mar 6, 2008
4:10 pm
1226
Hi, Strongly-typed GP can be quite complicated to debug, and there can be some side-effects difficult to think of. I have some experiences with STGP, where the...
Christian Gagné
raspingoo
Offline Send Email
Mar 6, 2008
5:00 pm
1227
Thanks for the help. I'm trying to find the problem now. I only have a short(and maybe stupid) question:) Will the initialization operators always try to...
phenki
Offline Send Email
Mar 9, 2008
11:25 am
1228
Hi, Standard GP initialization operator is ramped half-and-half. It means that half of the time, it tries to generate trees using the grow method (arbitrary...
Christian Gagné
raspingoo
Offline Send Email
Mar 10, 2008
12:47 pm
1229
Thanks again Christian for your help and advice - look forward to when you can get this into a release state.... Mark ... version ... version ( ... a new ... ...
warrenm2uk
Offline Send Email
Mar 10, 2008
2:45 pm
1230
Dear All, I am new to Beagle and I tried to run a very simple Onemax example which comes with the beagle. I use Visual C++ 2008 in XP computer. I have been...
janeme78
Offline Send Email
Mar 17, 2008
12:28 pm
1231
Hi, It seems that you modified the projects, as the program you are trying to execute is no more named onemax.exe, but rather FeatureSelection.exe. Probably...
Christian Gagné
raspingoo
Offline Send Email
Mar 17, 2008
12:33 pm
1232
While using the macros.hpp isInfinity I get the following error message from the Microsoft VC++ compiler. 1>Chromosome.cpp ...
ROBERT ORCHARD
boborchardnrc
Offline Send Email
Mar 17, 2008
3:40 pm
1233
Hi Robert, It is just a question of typing ambiguity, the compiler can't figure out the good version of isInfinity template function to use. A possible...
Christian Gagné
raspingoo
Offline Send Email
Mar 17, 2008
3:46 pm
1234
The 'highlighted' line is (all highlighting was removed): T lInfinity(1. 0 / lZero); Also note that if I do the following: if (isNaN(lResult) ||...
ROBERT ORCHARD
boborchardnrc
Offline Send Email
Mar 17, 2008
3:48 pm
1235
Hi Christian, Thanks for your reponse to aswer my Question. As you suggested, I run the OneMax.exe and it Run. However, It is limited for me since I cannot...
Janeme
janeme78
Offline Send Email
Mar 18, 2008
2:20 pm
1236
Hi Jane, Well, at that point, I can't be very helpful. Your problems are to me very basic. There is an effort that you should make on experimenting with the...
Christian Gagné
raspingoo
Offline Send Email
Mar 18, 2008
2:35 pm
1237
I rather write my own GA rather than using beagle. Good luck to you too. ... me very ... with the code by ... programming than a ... illustrating how to ... ...
janeme78
Offline Send Email
Mar 18, 2008
8:57 pm
1238
Hi I am new to open beagle and now a days just trying to play with different examples provided with it. One of example is maxfctfloat, it working fine if I try...
Pawan Kumar
pkgvrpdm
Offline Send Email
Mar 19, 2008
12:13 pm
1239
Hi Group I haven't received any reply, does anybody working on the probelm ? Best, Pawan ... From: Pawan Kumar <pkgvrpdm@...> To:...
Pawan Kumar
pkgvrpdm
Offline Send Email
Mar 20, 2008
1:02 pm
1240
Hi, Well, it seems I am the only active moderator of the list since a few months, and I was very busy yesterday. Sorry for the delay. The problem you spotted...
Christian Gagné
raspingoo
Offline Send Email
Mar 20, 2008
2:14 pm
1241
Hi Christian I was going through the source code for spambase example supplied with open beagle. What I found is that the performance speed is very slow. Is...
Pawan Kumar
pkgvrpdm
Offline Send Email
Mar 26, 2008
8:38 am
1242
Hi Pawan, Spambase example is a really really bad example to use for comparing Open BEAGLE execution time with anything. It is an example is not a standard GP ...
Christian Gagné
raspingoo
Offline Send Email
Mar 26, 2008
1:40 pm
1243
Along with using GP premitives like Or, And, Not, Xor and then in evalute function I was trying Beagle::Double in individual.run() function. I faced object...
Pawan Kumar
pkgvrpdm
Offline Send Email
Apr 7, 2008
6:59 am
1244
When I configure the breeder to use the muststd, mutswap and mutshrink mutation operators + crossover and reproduction without change (see XML below) without...
Paweł Widera
plw@...
Send Email
Apr 7, 2008
4:54 pm
1245
Hi Christian I am writing few of GP primitive templates for my own use like GT (>), LT (<), ET (==), NE (!=) and probably few more, and also others you may...
Pawan Kumar
pkgvrpdm
Offline Send Email
Apr 8, 2008
9:01 am
1246
Hi all, I'm implementing an operator having BreederOp as parent. In this operator, I want to introduce new individuals in the population. However, it seems...
Jean-Francois Dupuis
jfdupuis00
Offline Send Email
Apr 10, 2008
6:13 pm
1247
I finally found my problem. This one was not related to beagle, but to my own code. All the beagle allocation mechanism just confuse my debugging. So, just...
Jean-Francois Dupuis
jfdupuis00
Offline Send Email
Apr 10, 2008
7:55 pm
1248
Hi Pawan, The Or, And, Not, and Xor primitives are designed to deal with boolean values. Applying then to real-valued numbers doesn't make sense to me, how to...
Christian Gagné
raspingoo
Offline Send Email
Apr 14, 2008
7:31 pm
1249
Hi, ... That is strange indeed. It was probably a cut-and-paste error in the source code. The code is correct on the development branch. I fixed the code on...
Christian Gagné
raspingoo
Offline Send Email
Apr 14, 2008
11:18 pm
1250
Hi Pawan, I suppose that you know that most of the primitives you are mentionning are already available in the spambase example. If not take a look at it....
Christian Gagné
raspingoo
Offline Send Email
Apr 14, 2008
11:26 pm
Messages 1221 - 1250 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