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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1100 - 1129 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1100
Hi all, I am doing experiment with GP symbreg example. One of the problems I've encountered is that after several generations, the equations became very...
Bai Linge
bai_linge
Offline Send Email
Sep 5, 2007
10:23 pm
1101
Hi Linge, ... An elitism of 4 individuals in a population of 16 is indeed very strong. Moreover, doing a GP evolution with 16 individuals is quite unusual. ...
Christian Gagne
raspingoo
Offline Send Email
Sep 6, 2007
1:32 pm
1102
... Memory storage could be reduced if you were to also store the "age" of the (individual,fitness) pair. Collisions would mean the age would be reset to...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 7, 2007
3:27 am
1103
I have run a number of tests on this and can not determine why I'm getting better results with a single objective implementation as opposed to one using NSGA2....
thepohl
Offline Send Email
Sep 7, 2007
4:25 am
1104
Is there any way to get generational fitness data for more than one attribute without using the multi objective fitness op? I want individuals to be evaluated...
thepohl
Offline Send Email
Sep 7, 2007
5:31 am
1105
Hi Adam, ... I see in you multi-objective configuration that you are using tournament selection to generate the offsprings, with tournament size of 5 ...
Christian Gagne
raspingoo
Offline Send Email
Sep 7, 2007
1:23 pm
1106
Hi again Adam, ... Well, I have a slightly different solution that may be a good solution for your problem. You could make use of the multi-objective fitness ...
Christian Gagne
raspingoo
Offline Send Email
Sep 7, 2007
1:36 pm
1107
Is that what is happening what I use this configuration: <MainLoopSet> <SelectTournamentOp repropb="ec.repro.prob"/> <VRPTWEvalOp/> <CrossoverIntVecVecOp...
thepohl
Offline Send Email
Sep 7, 2007
2:52 pm
1108
Switching the selection to SelectRandom did seem to help. Thank you....
thepohl
Offline Send Email
Sep 7, 2007
2:54 pm
1109
Hi, Yes, it is was is happening, as long as you are making use of a multiobjective fitness (i.e. FitnessMultiObj) in your code. Christian ... -- Christian...
Christian Gagne
raspingoo
Offline Send Email
Sep 7, 2007
3:06 pm
1110
Hi All, Hi Mr.Christian , I'd like to repeat my great thanks to you for your efforts in developing such an efficient library. I have a small question; I want...
NERMEN
nermey3
Offline Send Email
Sep 9, 2007
8:26 am
1111
Hi Nermeen, There is lack of portable system calls to get time stamps under the second precision, so I can't give any precise advices. You need to dig the...
Christian Gagne
raspingoo
Offline Send Email
Sep 10, 2007
2:26 pm
1112
You might like to have a look at http://beagle.sourceforge.net/refmanual/beagle/html/d3/d0e/classBeagle_1_1Logger.html#Beagle_1_1LoggerXMLa12 This function can...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 10, 2007
3:33 pm
1113
Hi all, After downloading the latest cvs Open Beagle, I tried to install it on mac. Both ./bootstrap and ./configure worked well, but after typing make >...
Bai Linge
bai_linge
Offline Send Email
Sep 11, 2007
10:01 pm
1114
Hi Linge, ... OS X manages libraries differently than Linux. I suppose that this problem is caused by a dependencies that are badly stated in a Makefile, and...
Christian Gagne
raspingoo
Offline Send Email
Sep 12, 2007
12:51 pm
1115
Hi Christian, This is the whole error message: make Making all in PACC Making all in Util make[2]: Nothing to be done for `all'. Making all in XML make[2]:...
Bai Linge
bai_linge
Offline Send Email
Sep 13, 2007
8:37 pm
1116
I am trying to implement the SPEA2 algorithm into the Open Beagle system. What do I need to do differently for adding a new algorithm, as opposed to a new...
thepohl
Offline Send Email
Sep 27, 2007
5:34 pm
1117
Hi Adam, First, I would invite you to continue the discussion on the developers list, as I think your problem is more related to developments than to the use...
Christian Gagne
raspingoo
Offline Send Email
Sep 27, 2007
6:03 pm
1118
In the most recent cvs version of beagle (and possibly previous versions), several libraries are created by making a single .cpp file which #include's all of...
luke_vader_skywalker
luke_vader_s...
Offline Send Email
Sep 28, 2007
5:56 pm
1119
Hi, It is possible to disable that feature quite easily, by executing the configure script with the option --disable-fast-compilation. ./configure...
Christian Gagne
raspingoo
Offline Send Email
Sep 28, 2007
6:09 pm
1120
Hi, I am trying to build a new operator, and linking against a beagle installation to do so. First, I install the libraries and header files into my home...
luke_vader_skywalker
luke_vader_s...
Offline Send Email
Sep 28, 2007
7:39 pm
1121
Sometimes I need to compile an archive in a separate directory for each platform (32/64-bit, Linux/Solaris, etc). However, there appears to be a problem with...
luke_vader_skywalker
luke_vader_s...
Offline Send Email
Sep 28, 2007
7:53 pm
1122
Hi, Warning to other Open BEAGLE users: this are problems with the CVS version of the framework. So ignore that message if you are working with version 3.0.1...
Christian Gagne
raspingoo
Offline Send Email
Sep 28, 2007
7:58 pm
1123
Hi, Well seen. I've just corrected all the Makefile.am files to use top_srcdir instead of top_builddir to specify directories in the INCLUDE directives....
Christian Gagne
raspingoo
Offline Send Email
Sep 28, 2007
8:34 pm
1124
Was thinking about this cacheing business... At first sight I thought it would be VERY useful. You could store the fitnesses in a hash table, then lookup in...
james e. (ej206)
emyr666
Offline Send Email
Oct 3, 2007
7:17 pm
1125
Hi, It is true that we can think of an efficient cache mechanism to avoid evaluating several time the same individual. But given the specificities of GP, I...
Christian Gagne
raspingoo
Offline Send Email
Oct 3, 2007
9:07 pm
1126
... I agree that it would most likely not be useful. The whole idea could (potentially) be put to rest by some empirical analysis of "toy" problems. I'm not...
Matthew Walker
mattgwwalker
Offline Send Email
Oct 4, 2007
12:16 am
1127
I am having some problems with the building the latest development version of beagle in visual studio (2005): - I am needing to add include paths to the...
luke_vader_skywalker
luke_vader_s...
Offline Send Email
Oct 4, 2007
5:13 pm
1128
Hi Dan, Most developers are working on Linux, some on OS X, and to my knowledge none of them are using Windows. I usually update the Visual Studio project...
Christian Gagne
raspingoo
Offline Send Email
Oct 4, 2007
6:30 pm
1129
I downloaded the latest copy via CVS and am experiencing build issues. I am building using cygwin in the windows environment. I first ran autoconf...
gpanalysis
Offline Send Email
Oct 9, 2007
12:44 pm
Messages 1100 - 1129 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