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...
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...
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...
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. ...
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...
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...
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 /...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
Sir, I think I have already figured it out...Thx anyway! -Abbie ... From: Christian Gagné <cgagne@...> Subject: Re: [OpenBEAGLE] Re: Implementing Sudoku...
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...
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...
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...