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 1243 - 1272 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1251
Hello all, The ES vector initialization operator (i.e. InitESVecOp) seems to initialize all elements in the vector to N(0,s), with s being the initial...
narotic_net
Offline Send Email
Apr 16, 2008
3:39 pm
1252
Hi, You put the finger on something that I am quite not happy with. Indeed, the ES initialization operator is not behaving very well when the lower/upper...
Christian Gagné
raspingoo
Offline Send Email
Apr 16, 2008
4:34 pm
1253
Hi Christian My opinion was that the GP algorithm doesn't allow such a tree where bool is put in place where double or something else data type is required. I...
Pawan Kumar
pkgvrpdm
Offline Send Email
Apr 17, 2008
11:14 am
1254
Hi Pawan, In standard tree-based GP, the data processed by one program is restricted to one data type. All primitives that can be used should return and accept...
Christian Gagné
raspingoo
Offline Send Email
Apr 17, 2008
12:16 pm
1255
Hi, I would need an operator that would work on all demes. In fact, this operator would like to exchange existing individuals from existing demes and create...
Jean-Francois Dupuis
jfdupuis00
Offline Send Email
Apr 21, 2008
3:42 pm
1256
Hi Jean-François, ... Operations are applied on deme sequentially. Roughly sketched, the main-loop of Open BEAGLE looks like this: for i going from 1 to...
Christian Gagné
raspingoo
Offline Send Email
Apr 23, 2008
1:43 pm
1257
Hi Christian, Thanks for you reply. I decided to derived an evolver which allow a set of operator to be executed every time before the main loop. That way, I...
Jean-Francois Dupuis
jfdupuis00
Offline Send Email
Apr 29, 2008
4:11 pm
1258
Hi Jean-Francois, ... Looks like an interesting approach. I am considering reforming the bootstrap/mainloop mechanisms of the evolver for something more...
Christian Gagné
raspingoo
Offline Send Email
May 2, 2008
2:21 pm
1259
I have worked with Lua, It is very compact powerfull, small, very flexible and much better performance wise compared to many other scripting languages...
Pawan Kumar
pkgvrpdm
Offline Send Email
May 5, 2008
11:22 am
1260
Hey I'm trying to understand the ADF part of your library, but i'm a bit stuck. Looking at the even-6 parity example it seems you've implemented some sort of...
phenki
Offline Send Email
May 12, 2008
11:06 am
1261
Hi, ... Yes. Matthew Walker and I re-implemented a very generic support for ADFs, with variable number of functions and variable number of arguments. We even ...
Christian Gagné
raspingoo
Offline Send Email
May 13, 2008
1:09 pm
1262
Thanks, that answered some of my questions. However a few new arose when I tried to run the symbreg example with the symbreg-adfs.conf. This config file...
phenki
Offline Send Email
May 14, 2008
9:22 am
1263
Hi, I am a beginning programmer and am interested in using Open Beagle. I am looking to hire a consultant to help me set up dev environment (windows xp) and...
George
georgeu2000
Offline Send Email
May 18, 2008
5:43 pm
1264
Hi, I looked at your problems. First, you were right that GP::PackageConstrained should be added to the System in the main() routine. I corrected the source...
Christian Gagné
raspingoo
Offline Send Email
May 18, 2008
7:25 pm
1265
Hi Thanks for the answer. I sort of figured out most of it myself, just forgot to reply to my own post. As for the changes you've made to the CVS i'll check it...
phenki
Offline Send Email
May 20, 2008
12:21 pm
1266
Hi, ... I know there have been some issues with the Timer class in the past, especially when hardware counter was used on laptops where CPU throttling was...
Christian Gagné
raspingoo
Offline Send Email
May 22, 2008
6:51 pm
1267
As i said in my last post i didn't have time to do much testing. However, I might be able to check it out in a week or so, and I'll reply to this thread if I...
phenki
Offline Send Email
May 23, 2008
10:23 am
1268
Hi I am trying to work with Open Beagle and MFC. Doe they work together? The compiler is throwing windows.h linking errors. thanks!...
George
georgeu2000
Offline Send Email
May 29, 2008
3:06 pm
1269
Hi George, Yes, Open BEAGLE and MFC should work well together. Be sure to compile the libraries, linking to the correct type of system DLLs ...
Christian Gagné
raspingoo
Offline Send Email
May 29, 2008
4:02 pm
1270
Hi I am trying to get Open Beagle to work with my existing codes. I got them to compile using Visual Studio 2008. They use MFC shared and Multithread DLL. I...
George
georgeu2000
Offline Send Email
May 31, 2008
1:30 am
1271
Hi George, The general rule is to compile *all libraries* used with the same runtime libraries setting (single threaded/multi-thread, debug/release), including...
Christian Gagné
raspingoo
Offline Send Email
Jun 2, 2008
9:15 pm
1272
Hi ! First all of all, thanks and congrat for this great piece of software ... of great stuff has been added. I would like to start playing with it but don't...
Christophe
christophe273
Offline Send Email
Jun 3, 2008
2:03 pm
Messages 1243 - 1272 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