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 1258 - 1287 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1273
Hi Christophe, I can't give strong commitments on that, but I think that a release before the end of the summer (before beginning of September) is a reasonable...
Christian Gagné
raspingoo
Offline Send Email
Jun 3, 2008
7:28 pm
1274
When I include stdafx.h, I get linking errors. Does anyone know how to fix? Working on windows xp and Visual Studio 2008. I found page on MSDN and wasted a lot...
George
georgeu2000
Offline Send Email
Jun 4, 2008
2:51 am
1275
Hi George, Looking on the Web, I found the following explanations very interesting. http://support.microsoft.com/kb/148652 Of what I know of your problem, I...
Christian Gagné
raspingoo
Offline Send Email
Jun 5, 2008
1:33 pm
1276
Okey I did a bit of checking and it seems the rdtsc instruction in Timer::getCount is somewhat unreliable in multicore ...
phenki
Offline Send Email
Jun 7, 2008
3:06 pm
1277
Hi, First of all thanks for providing a great software system. I've been using it to experiment with coevolving GP populations, and I was wondering if the...
stig.petersen
Offline Send Email
Jun 11, 2008
2:01 pm
1278
Hi Henki, ... Looking at all this, solutions provided does not seems simple for me. Hardware timer is somewhat messy, so I think that the best solution for now...
Christian Gagné
raspingoo
Offline Send Email
Jun 13, 2008
8:45 pm
1279
Hi Stig, A simple approach for that would be to modify the logic of the current multi-threading co-evolution programs, by some semaphore to allow execution to ...
Christian Gagné
raspingoo
Offline Send Email
Jun 13, 2008
9:04 pm
1280
... That sounds like a great way to do it. I will give that a go :) Thanks again -Stig...
stig.petersen
Offline Send Email
Jun 15, 2008
9:47 pm
1281
... I finally had some time to try this out, and I've now got the two threads evolving one at a time in turn, using a static PACC::Threading::Condition. So far...
stig.petersen
Offline Send Email
Jul 17, 2008
7:46 pm
1282
Hi Stig, Yes, it is somehow important to get a Context for each population that is evolving, when doing joint fitness evaluation. That is not the Context...
Christian GagnÂŽe
raspingoo
Offline Send Email
Jul 18, 2008
1:03 pm
1283
... Thanks, I finally had an evening to try this out and it now all works fine :) -Stig...
stig.petersen
Offline Send Email
Aug 20, 2008
12:16 pm
1284
Primitives depending on additional data I'm working on a project that has some primitives depending on additional data.eg. AVG (Average of some data in a...
aleksandar.topuzovic
aleksandar.t...
Offline Send Email
Aug 21, 2008
6:38 pm
1285
Hi Aleksandar, You should not rely on the "persistence" of values in the Context from one fitness evaluation to another. It can stay the same as you observed, ...
Christian GagnÂŽe
raspingoo
Offline Send Email
Aug 21, 2008
9:01 pm
1286
Hello! I'm using OpenBeagle 3.0.3 and applying it to symbolic regression. It's just awesome software!, however few things are not clear to me. I have a quad...
Dubik_KH_UKR
Offline Send Email
Sep 8, 2008
12:54 pm
1287
Hi Sergiy, Fitness evaluation in Open BEAGLE is not designed for parallel execution on multi-core computers. I agree that it would be very interesting for ...
Christian GagnÂŽe
raspingoo
Offline Send Email
Sep 8, 2008
1:12 pm
Messages 1258 - 1287 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