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 1312 - 1342 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1312
I'm trying to implement extended statistics that would measure the diversity of the population on genotype/phenotype/fitness level. I have found this two not...
Paweł Widera
plw@...
Send Email
Feb 2, 2009
2:20 am
1313
Hi all, I'm just wondering if Open Beagle supports survival ratio evolutionary scheme. For example, the populations size is 100, and only 30 out of the whole...
Bai Linge
bai_linge
Offline Send Email
Feb 2, 2009
7:12 pm
1314
Hi Pawel, ... I added these methods as something that can be reused in some particular circumstances, as so need at least to be defined in the "mother"...
Christian Gagné
raspingoo
Offline Send Email
Feb 3, 2009
7:24 pm
1315
Hi Linge, This approach is not specifically supported by Open BEAGLE. So short answer is yes, you will need to implement this yourself. But, do you have any...
Christian Gagné
raspingoo
Offline Send Email
Feb 3, 2009
7:36 pm
1316
On Tue, 3 Feb 2009 14:24:46 -0500 ... As I haven't found this information anywhere in the documentation or the list posts, I thought it would be nice to share...
Paweł Widera
plw@...
Send Email
Feb 18, 2009
2:48 pm
1317
Hi everyone, I prepared a new *development* version of Open BEAGlE, numbered 4.0.0- alpha1. It is available on sourceforge since few days. ...
Christian Gagné
raspingoo
Offline Send Email
Feb 20, 2009
3:47 am
1318
... 4.0.0- ... group_id=91196&package_id=310408&release_id=661590 ... RefMan/modules.html ... term. ... no ... should ... congraturations & great! i'm using...
zinoo4
Offline Send Email
Feb 21, 2009
3:27 pm
1319
Hello, I am new and I would like to use Open Beagle for my project. I want to create a tree which produce a sound thanks to the software pure Data. The tree...
noemie.perona
Offline Send Email
Apr 30, 2009
11:23 am
1320
Hi, There is a method in version 4.0.0-alpha, as well in the HEAD of the CVS, that can be used for that purpose. std::string Beagle::GP::Tree::deparse() const;...
Christian Gagné
raspingoo
Offline Send Email
Apr 30, 2009
9:26 pm
1321
Hi, thank you for your answer! :) N....
noemie.perona
Offline Send Email
May 4, 2009
5:15 pm
1322
Hi, I am wondering if the individuals of a generation are stored in a file (in the form of a nodes' list for example)? And if not, is there a way to do it? Is...
noemie.perona
Offline Send Email
May 4, 2009
6:52 pm
1323
Hi Noemie, Yes, individuals of a generation can be written to a different milestone file at every generation. For that purpose, change value of parameters...
Christian Gagné
raspingoo
Offline Send Email
May 4, 2009
7:11 pm
1325
Hello ! I am new in Open Beagle framework. I am working in the field of time series analysis. I read the manual but it is unclear for me what is the easiest...
vladfx
Offline Send Email
May 5, 2009
5:20 pm
1326
Hi Vlad, Can you be more explicit about what you are doing. For instance, which evolutionary computation flavor are you using? Genetic programming? What are...
Christian Gagné
raspingoo
Offline Send Email
May 5, 2009
5:35 pm
1327
Hi Noemie, You should modify the parameter in the 'beagle.conf' file. For using other files, you should change the configuration file to use from the ...
Christian Gagné
raspingoo
Offline Send Email
May 5, 2009
9:32 pm
1328
Hello, I have a question related to Distributed Beagle. I would like to use different nodes of a cluster to evaluate individuals but I am a little bit...
noemie.perona
Offline Send Email
May 15, 2009
8:48 pm
1329
Hi Noemie, The development version of Open BEAGLE is not documented a lot, although many element of previous documentation still apply. You can take a look at...
Christian Gagné
raspingoo
Offline Send Email
May 18, 2009
1:57 am
1330
Hi Christian, I am very excited about the new framework version, which you plan to release in the summer :] Is there a list of planned changes somewhere? In...
stig.petersen@...
stig.petersen
Offline Send Email
May 18, 2009
8:34 am
1331
Hi Stig, Changes are quite important, with a reorganisation of the source code in smaller package, and a new build system. Until the next release, I freeze any...
Christian Gagné
raspingoo
Offline Send Email
May 18, 2009
1:04 pm
1332
Hi, I'm playing a bit with the cvs version of openbeagle and here is something I came across on my OSX 10.5. When an application is compiled with the flag...
Jean-Francois Dupuis
jfdupuis00
Offline Send Email
May 20, 2009
10:44 am
1333
Hi again, I think I understand now what is the problem. Beagle need to be compiled using -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC in order to work in debug...
Jean-Francois Dupuis
jfdupuis00
Offline Send Email
May 20, 2009
11:29 am
1334
Hi everyone I have a problem where each individual / chromosome needs to have these characteristics: 1) Integer valued with min value 1 I think I solved this...
cgltower1
Offline Send Email
May 20, 2009
2:23 pm
1335
Hi Jean-François, I take note of your observation. We are currently transitionning the build system from the autotools (version in the CVS on sf.net) to cmake...
Christian Gagné
raspingoo
Offline Send Email
May 20, 2009
3:11 pm
1336
Hi, ... You need to set the following parameter in the register: - "ga.init.minvalue": Minimum integer value at initialization (GA- InitIntVecOp). -...
Christian Gagné
raspingoo
Offline Send Email
May 20, 2009
3:19 pm
1337
Hi All/Christian So Ive built custom evalutionOp according to the examples, but how do I create a custom mutationOp or crossoverOp and initialize them? I've...
cgltower1
Offline Send Email
May 21, 2009
6:22 am
1338
Hello, for my project I wanted to generate individuals (only the structure of the trees) thanks to open beagle and then execute the individuals with another...
noemie.perona
Offline Send Email
May 21, 2009
5:12 pm
1339
Well, I am a beginner with open beagle, and I wanted to know how does this operation work. I tried to read its code, but it was just too confusing. I also...
blablacontabil
Offline Send Email
May 22, 2009
3:11 pm
1340
Yes you can :P In order for me to do that, I created the .cpp and .hpp files of my crossover OP, placed them in the correct places ( ...
blablacontabil
Offline Send Email
May 22, 2009
3:12 pm
1341
Hi, That's correct, but you can also add the operator directly in the main() function. That would look like the following. #include...
Christian Gagné
raspingoo
Offline Send Email
May 22, 2009
3:46 pm
1342
Hi Noemie, ... I would rather advice you to write specific files in your fitness evaluation operator. ... A simple approach would be to define a fitness...
Christian Gagné
raspingoo
Offline Send Email
May 22, 2009
3:50 pm
Messages 1312 - 1342 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