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 695 - 724 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
715
Hello Matt, ... When the last reference to the GP individuals created in the loop will vanish, the individuals will be destructed. In the code you presented, ...
Christian Gagne
raspingoo
Offline Send Email
Oct 18, 2005
2:41 pm
716
Hello, ... This is because you tried a direct acces to the lVivarium variable while it is a smart pointer. You also tried to copy a Beagle::HallOfFame ...
Christian Gagne
raspingoo
Offline Send Email
Oct 18, 2005
3:07 pm
717
Hi Christian, Great. Thanks for your answer. It worked! I have not tested your option 2 for question 3. Thanks again. OB ... GP::Individual& ... information ...
ob_user_2005
Offline Send Email
Oct 18, 2005
7:49 pm
718
Hi Christian thanks for helping me understand the garbage collection. I've been really impressed by Open Beagle. Even though I'm only using a tiny fraction...
matt studley
hamsterchutney
Offline Send Email
Oct 20, 2005
9:32 am
719
Hi, ... The GP genotypes are structured using a prefix notation. You have to make the manual conversion into usual arithmetic (infix) notation. This is a...
Christian Gagne
raspingoo
Offline Send Email
Nov 15, 2005
10:30 am
720
Hi, I'm currently trying to implement Potter's Cooperative Coevolution framework. One feature of this framework is that I can add and remove subpopulations...
minhha_76
Offline Send Email
Nov 25, 2005
12:44 am
721
... Yes, it is possible to implement such thing with Beagle coevolution framework. You should understand that coevolution is implemented in Beagle using a ...
Christian Gagne
raspingoo
Offline Send Email
Nov 25, 2005
9:19 am
722
I started a GP project and i am have a little trouble with ADF. How create a ADF in code ?? In examples this is done in configuration files, and dont have a...
pablo barcellos santi...
pablo_barcellos
Offline Send Email
Dec 25, 2005
11:37 am
723
Dear Christian and other BEAGLE members, Kindly I have three questions which I believe that most of you can answer easily. FIRST: I don’t understand the...
NERMEN
nermey3
Offline Send Email
Dec 27, 2005
4:00 pm
724
Hello Pablo, ... Since release 3.0.0, ADFs can be specified through the configuration file. Three things should be done to allow ADFs for a GP application : 1)...
Christian Gagne
raspingoo
Offline Send Email
Dec 28, 2005
2:58 pm
Messages 695 - 724 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