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 1361 - 1391 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1378
Thank you for these advices! Noémie...
noemie.perona
Offline Send Email
Jul 14, 2009
9:28 pm
1380
Hi, Sorry for late answer, I was on vacations. That's right that you should use ParetoFrontHOF instead of HallIOfFame for MOEAs. But that is managed almost...
Christian Gagné
raspingoo
Offline Send Email
Aug 12, 2009
4:46 pm
1381
hello everybody! i am abbie... a newbie... i am currently doing a Sudoku program using GA. i am using GA::IntegerVector and I have already coded the fitness...
razonabigail
Offline Send Email
Aug 27, 2009
3:56 pm
1382
Hi. Like Abbie who posted earlier today, I too am new to Open BEAGLE and just getting up to speed. As background I hope to connect Open BEAGLE to a texture...
Craig Reynolds
cwr_gp
Offline Send Email
Aug 28, 2009
12:17 pm
1383
Hi Abbie, Please be more specific with your question. I don't understand what you want to do precisely. Christian ... Christian Gagné ...
Christian Gagné
raspingoo
Offline Send Email
Aug 28, 2009
1:59 pm
1384
Hi Craig, I am happy to see that a Boids' father is using Open BEAGLE! For the compilation on Mac, we are preparing a version of Open BEAGLE that is using...
Christian Gagné
raspingoo
Offline Send Email
Aug 28, 2009
2:56 pm
1385
It's very easy to get OpenBeagle working on Mac. After sudo make install, OB's libraries (v3) will be in /usr/lib, so you could just create empty xcode project...
Sergiy Dubovik
Dubik_KH_UKR
Offline Send Email
Aug 28, 2009
3:17 pm
1386
Sir, Sudoku is a 9x9 puzzle wherein the objective is to fill a 9×9 grid so that each column, each row, and each of the nine 3×3 boxes (also called blocks or...
razonabigail
Offline Send Email
Aug 29, 2009
3:38 pm
1387
Hi, I know Sudoku. The point is that you need to be more specific on what you wanted to do, that is: - How to you map precisely the integer vector into the...
Christian Gagné
raspingoo
Offline Send Email
Aug 30, 2009
1:53 pm
1388
Sir, I think I have already figured it out...Thx anyway! -Abbie ... From: Christian Gagné <cgagne@...> Subject: Re: [OpenBEAGLE] Re: Implementing Sudoku...
Abigail Razon
razonabigail
Offline Send Email
Aug 30, 2009
2:08 pm
1389
Belated thanks to Christian and Sergiy for answers to my previous questions. Sergiy answered the question I should have asked: not about an Xcode project for...
Craig Reynolds
cwr_gp
Offline Send Email
Sep 2, 2009
7:25 pm
1390
Sir, I have my GA program which finds the distinct haplotype pairs from the given genotypes and when i tried to incorporate my program into the open beagle...
priya darshini
priya_be_spec
Offline Send Email
Sep 3, 2009
11:54 am
1391
Hi, The error message indicates that you are trying to cast the genotype has a GA::IntegerVector in your fitness evaluation method, while the genotype is in...
Christian Gagné
raspingoo
Offline Send Email
Sep 3, 2009
11:58 am
Messages 1361 - 1391 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