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 1348 - 1377 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1352
Hello, I was thinking about this reason but I was not sure. Thank you Christian for your quick answer! Noémie...
noemie.perona
Offline Send Email
Jun 11, 2009
5:03 pm
1353
Hey ! :) I am indeed using a single Tournament selection Op. What should I use instead? Here is how my .conf file is currently looking like: (I am currently...
blablacontabil
Offline Send Email
Jun 18, 2009
1:48 pm
1354
Hi, Replace the SelectTournamentOp by SelectRandomOp in your configuration file, as it is done in the configuration file of knapsack. NSGA2Op is always doing a...
Christian Gagné
raspingoo
Offline Send Email
Jun 18, 2009
2:10 pm
1355
Thanks! It really helped. But I have another problem. In the end, when I look at the .csv generated, which should show me the pareto front, almost all the...
blablacontabil
Offline Send Email
Jun 21, 2009
6:34 pm
1356
Hi, ... All depends on the nature of your problem. If your objectives are not negatively independant, such that improvement in one objective doesn't degrade...
Christian Gagné
raspingoo
Offline Send Email
Jun 22, 2009
12:51 pm
1357
Hello everybody, I am trying to use Distributed Beagle but I have some troubles with it. If you use a script to start the server, the evolver and then...
noemie.perona
Offline Send Email
Jun 25, 2009
5:42 pm
1358
Hi Noémie, ... Ctrl-c is one of the good way to stop the server. The server is coded to support elegant termination through Ctrl-c. Another approach is to do...
Christian Gagné
raspingoo
Offline Send Email
Jun 25, 2009
8:17 pm
1359
Thank you Christian, I am not sure about something : Where should be placed configuration files of clients? They can be at the same place (for example in the...
noemie.perona
Offline Send Email
Jun 26, 2009
5:44 pm
1360
Hi Noémie, What is important point is that when you launch a binary on a given computer it should have access to the configuration file, either at default...
Christian Gagné
raspingoo
Offline Send Email
Jun 28, 2009
1:25 pm
1361
Hello, I used Open Beagle 3.0.3 to create my project but I installed Open Beagle 2.2.0 on another computer in order to use Distributed Beagle 0.9.2 But I get...
noemie.perona
Offline Send Email
Jul 1, 2009
10:33 pm
1362
Hi Noémie, In order to allow us to understand your problem and give you support, you need to be more precise on the errors you are getting and the way you are...
Christian Gagné
raspingoo
Offline Send Email
Jul 2, 2009
12:25 pm
1363
Hello, the errors that I had were about some methods which were not defined correctly : "undefined reference to" .. I seems these methods of the version 2.2.0...
noemie.perona
Offline Send Email
Jul 3, 2009
5:18 pm
1364
Hi Noémie, ... On that point, you really need to check with peoples in your lab that are good on unix, for example sys admins that offer some user support. ...
Christian Gagné
raspingoo
Offline Send Email
Jul 3, 2009
5:43 pm
1365
Hi, the command "xml" doesn't work (I still don't know why) but I realized that I can put the executable's path. So it is working. :) Thank you, Noémie...
noemie.perona
Offline Send Email
Jul 3, 2009
9:53 pm
1366
Hello I am a newcomer and I encountered an error which I couldn't correct. I set-up a .conf file; ga.init.minvalue and ga.init.maxvalue for initialisation and...
mtsekm@...
mtsekm...
Offline Send Email
Jul 4, 2009
9:39 pm
1367
Hi I get these errors all the time, its just something wrong in your config (usually). For example, your vectorsize is 16 yet you've initialised 15 values /...
cgltower1
Offline Send Email
Jul 6, 2009
1:48 am
1368
Hi Shanon Thanks for your post. I looked at code segment for GAIntVector initialisation, and it seems last element of init.minvalue/maxvalue is used if...
mtsekm@...
mtsekm...
Offline Send Email
Jul 6, 2009
4:54 am
1369
You could try that, I dont know if it would work. I would create a copy of GA-InitIntVecOp and modify it, and add this operator in main program for the...
cgltower1
Offline Send Email
Jul 6, 2009
5:08 am
1370
Hi Instead of making any modifications to library's code, I used positive values for all parameter ranges within .conf file, e.g. [-2,2] scaled to [0, 4], and...
mtsekm@...
mtsekm...
Offline Send Email
Jul 6, 2009
6:39 am
1371
Hi, As you spotted it, the problem is a know bug that has been fixed last year in the CVS/SVN version of code, but is not part of version 3.0.3 (which is older...
Christian Gagné
raspingoo
Offline Send Email
Jul 6, 2009
1:08 pm
1372
Hello, My intention is a little bit different than what was described here: http://tech.groups.yahoo.com/group/openbeagle/message/1305 After completion of...
mtsekm@...
mtsekm...
Offline Send Email
Jul 7, 2009
10:34 am
1373
Hi, ... Yes, that's totally possible. You could fetch the information about the Pareto front through the C++ API, in order to do what you described. The only...
Christian Gagné
raspingoo
Offline Send Email
Jul 7, 2009
9:11 pm
1374
Hello, I tested Spambase of Dbeagle but I only got the first population. What can be the problem? Do you think it is related to the evolver? Here is the result...
noemie.perona
Offline Send Email
Jul 14, 2009
8:25 pm
1375
Hi Noemie, By experience, it is common to get spambase example to stall. The problem is that this is an example of strongly-typed GP (STGP), and that with a...
Christian Gagné
raspingoo
Offline Send Email
Jul 14, 2009
8:34 pm
1376
Thank you for your quick answer. The thing is I use STGP in my project (and I can't make it work) that's why I've tested Spambase example . I looked at...
noemie.perona
Offline Send Email
Jul 14, 2009
8:47 pm
1377
Hi, The thing here is to increase the minimum depth of some parameters, as the spambase example typing require that the trees are at least of 3 levels (or...
Christian Gagné
raspingoo
Offline Send Email
Jul 14, 2009
8:57 pm
Messages 1348 - 1377 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