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 685 - 714 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
685
Hello again! I was wondering is it possible to change evolution parameters (e.g. tournament size, mutation probabilities and the like) during the run? And how...
Domagoj Jakobovic
yetislav
Offline Send Email
Sep 20, 2005
8:42 pm
686
Hi Domagoj, For sure you can change the value some parameters during a run. To do so, you must get a reference to the parameters you want to change through the...
Christian Gagne
raspingoo
Offline Send Email
Sep 21, 2005
12:03 pm
687
Hi Graham, ... Are you making use of ephemeral random constants (in a GP context) in your program? If so, this is very probably the cause of the phenomenon you...
Christian Gagne
raspingoo
Offline Send Email
Sep 22, 2005
8:21 pm
688
I do not use ERC anywhere in my code. My system is quite large, the original consumes ~700M, the run from the milestone >1.5G. I tried to recreate a simple...
Graham Thomson
graamone
Offline Send Email
Sep 22, 2005
10:27 pm
689
Hi Graham, I executed the symbreg example with milestone reloading into valgrind (www.valgrind.org), which is a wonderful debugger to spot out memory leaks and...
Christian Gagne
raspingoo
Offline Send Email
Sep 23, 2005
3:05 pm
690
I managed to solve the problem for the test program. Adding the following line successfully reclaims the reserved capacity memory: cout << "Unallocating the...
Graham Thomson
graamone
Offline Send Email
Sep 23, 2005
9:52 pm
691
Hi Graham and others, ... It is interesting, although I wonder which side exactly effect are you taking advantage of by calling the swap function....
Christian Gagne
raspingoo
Offline Send Email
Sep 24, 2005
3:38 pm
692
Hi again, I think I was looking for a complex answer while things are finally quite more simple. Finally, the STL memory management policies are probably not...
Christian Gagne
raspingoo
Offline Send Email
Sep 24, 2005
6:53 pm
693
Hi Christian, ... I have not looked into this before, but it is my understanding that an "easy" way to counter this possible memory fragmentation (and gain a ...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 26, 2005
2:30 am
694
Hi Matthew and other Beaglers :-) , ... When writing last mail, I thought quickly about using a custom STL allocator to fight memory fragmentation, but I...
Christian Gagne
raspingoo
Offline Send Email
Sep 26, 2005
8:56 am
695
Hi Beaglers I wonder whether anybody can give me some advice? This may be more of a kDevelop and autotools question. I've used KDev etc to build some code....
matt studley
hamsterchutney
Offline Send Email
Oct 3, 2005
4:53 pm
696
Hello Matt, My understanding of your problem is that you are trying to link against a .la file using a classical linker. The .la files are only text files ...
Christian Gagne
raspingoo
Offline Send Email
Oct 3, 2005
9:43 pm
697
Hi Christian thanks for your help. I looked in configure.in and found AM_PROG_LIBTOOL there, so added AC_PROG_LIBTOOl after it. No luck; same problem. Then I...
hamsterchutney
Offline Send Email
Oct 4, 2005
1:47 pm
698
Hello folks, After several weeks of hard work, here is Open BEAGLE 3.0.0. The new release of the framework is available on the usual Web sites. ...
Christian Gagne
raspingoo
Offline Send Email
Oct 6, 2005
1:21 pm
699
Hi again, Along with the release 3.0.0 of Open BEAGLE, I made quick update of the manual. Among other things, I added the following message at the beginning of...
Christian Gagne
raspingoo
Offline Send Email
Oct 6, 2005
1:51 pm
700
Hello Matt, I encountered the same kind of problems that you had when trying to link a standard C++ KDevelop 3 project against Beagle .la libraries, even ...
Christian Gagne
raspingoo
Offline Send Email
Oct 7, 2005
9:16 am
701
Hello, Those who read the Open BEAGLE's change log knows that it is now possible to customize the allocator used by the STL containers of Open BEAGLE. This can...
Christian Gagne
raspingoo
Offline Send Email
Oct 7, 2005
9:29 am
702
Hello again, I've just been trying to compile DBeagle 0.9.2 with the new 3.0 release of beagle and I'm getting errors in EnvironmentManager.hpp relating to...
djs_bds_ul
Offline Send Email
Oct 10, 2005
2:48 am
703
Hi, It's good to hear about DBeagle users :). Since Open BEAGLE do not use Beagle::XMLNode and Beagle::XMLStreamer anymore, Distributed BEAGLE will not...
Marc Dubreuil
mdubreuilus
Offline Send Email
Oct 10, 2005
3:09 am
704
Hello everyone, We encountered some problems compiling Open BEAGLE on Mac OS X. There was also some trouble to compile with precompiled headers activated on ...
Christian Gagne
raspingoo
Offline Send Email
Oct 10, 2005
4:22 pm
705
Hi all this is going to be a bit difficult to explain. I've gone for a bottom-up approach to using Beagle gp. Briefly, all I wanted was a GP representation...
matt studley
hamsterchutney
Offline Send Email
Oct 13, 2005
4:19 pm
706
Hi, ... For me, the problem might come from the mToken member of the Beagle::GP::TokenT< Beagle::WrapperT<double> > element. It haven't been initialized before...
Christian Gagne
raspingoo
Offline Send Email
Oct 14, 2005
12:49 pm
707
I think I found the problem In my mutation operations, I had forgotten to lContext_.setIndividualHandle( Handle_individualToMutate ); before calling the...
matt studley
hamsterchutney
Offline Send Email
Oct 14, 2005
1:24 pm
708
Hello everyone, I am a novice to GP and Open Beagle. I work in the field of Financial Modeling and Analysis.I would like to use Open Beagle for Symbolic...
ramrect2003
Online Now Send Email
Oct 14, 2005
1:50 pm
709
Hi All. I am working with OpenBeagle in order build a Regression Tree for the predicting a time serie. I decided to work with STGP, thus I have made some ...
hazan amaury
tinoucaillou
Offline Send Email
Oct 14, 2005
2:58 pm
710
Hello ... GP stands for Genetic Programming. In genetic programming, you can evolve a program from a set of programming instruction that YOU provide. If your ...
Alexandre Devert
devert@...
Send Email
Oct 14, 2005
2:59 pm
711
Hi Beaglers a quick question regarding Beagle::Objects and garbage collection. If I do this (assuming I've already set up my system, context etc)... // - - -...
matt studley
hamsterchutney
Offline Send Email
Oct 17, 2005
1:58 pm
712
Hi all, I started working with OpenBeagle a few weeks ago. I like to get the "HallOfFame" individual. I need the individual as GP::Individual& inIndividual or...
ob_user_2005
Offline Send Email
Oct 17, 2005
2:35 pm
713
Hello Ramkumar, Your message is formulated in such way that it lets me think there is some fundamental ideas about GP and the associated software tools you ...
Christian Gagne
raspingoo
Offline Send Email
Oct 18, 2005
12:34 pm
714
Hi Amaury, ... There is several ways to implement this. The best, although not the simplest, is probably by defining a new operators in which you take the ...
Christian Gagne
raspingoo
Offline Send Email
Oct 18, 2005
2:13 pm
Messages 685 - 714 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