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 your group to be featured on the Yahoo! Groups website? 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 1321 - 1351 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1343
Hi, That's an ad hoc crossover operator I designed for TSP example. That is not a particularly efficient operator, but it is able to cope with vector of...
Christian Gagné
raspingoo
Offline Send Email
May 22, 2009
3:53 pm
1344
Hi, my problem was more about the production of the milestone file before the individuals' evaluation. But I found the method serialize() which gives the "xml...
noemie.perona
Offline Send Email
May 26, 2009
9:16 pm
1345
Hello, I would like to know if there is a way to have the index of each individual. I tried to get it with getGenotypeIndex() but the result is always zero :s ...
noemie.perona
Offline Send Email
May 28, 2009
11:26 pm
1346
Hi Noémie, Try Context::getIndividualIndex() instead. It should solve your problem. A population is a Vivarium made of one to many Deme, which is made of one...
Christian Gagné
raspingoo
Offline Send Email
May 29, 2009
12:20 am
1347
Hi, It is working. Many thanks. :) N....
noemie.perona
Offline Send Email
May 29, 2009
5:41 pm
1348
Well, I am currently working with a multiobjective problem, and I need to make a graphic that shows how each objective's fitness vary according to the other. ...
blablacontabil
Offline Send Email
Jun 4, 2009
3:30 am
1349
Hi, Using FitnessMultiObjMin as fitness type, in conjunction of a correctly configured NSGA2 algorithm (configuration through the .conf file), things should...
Christian Gagné
raspingoo
Offline Send Email
Jun 4, 2009
4:44 pm
1350
Hi, finally not everything is fine. I wanted to write each individual in a XML file (with serialize()) every time the method to evaluate is used and then...
noemie.perona
Offline Send Email
Jun 10, 2009
11:34 pm
1351
Hi Noémie, Not all individuals of a population are evaluated at each generation. Only those whose genotype has been modified by a variation operator (e.g....
Christian Gagné
raspingoo
Offline Send Email
Jun 10, 2009
11:40 pm
Messages 1321 - 1351 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