... Yes, you should use object cast to convert your object references to the good types. christian ... -- Christian Gagné http://vision.gel.ulaval.ca/~cgagne...
Dear All and Mr.Cristiane, Thank you very much for your efforts in developing and supporting OpenBeagle. I'm using Beagle version 2.2.0 with VC++.NET 2003. I...
Dear All and Mr.Cristiane, Thank you very much for your efforts in developing and supporting OpenBeagle. I'm using Beagle version 2.2.0 with VC++.NET 2003. I...
Hi Nermeen, Your problem seems to come from the dependencies between the different beagle libs. More precisely, the beagle-ga and beagle-gp libs depends on ...
Hi beaglers I need to get my head around the autotools in order to compile my code with beagle on the target platform. Is there an example of how to change the...
Hi Matt, Using the IDE KDevelop, available on most UNIX flavors, it can be quite simple de create a program that uses Beagle. You just have to follow the ...
Does anyone have a reasonable configuration file for the parity example that actually converges on the solution? I have run it 5 or 6 times with both supplied...
Hi Nic (and other Beagle users), You will find at the end of this message the configuration file verbatim I used to get good results on the parity example. The...
In the Distributed Beagle documentation, it states: "evolver configuration file Note: With Distributed Beagle and DAGS, nothing can stop you from using...
Dear Mr.Christian, I have one more question if you please. I need a genome of type "Directed Graph". Can I customize the Tree genome in open BEAGLE to do this...
... Hi Nermen, Your question is quite interesting. I think the immediate answer is "not really"---although Christian might have a different perspective. The...
Hi Nic, ... No. Multiple evolvers means that 2 or more demes can be evolved at the same time (applying genetic operators and Darwinian selection). These ...
Thank you very much sir for your wise reply . I'll let you be informed with the latest news. BR, Nermeen Matthew Walker <m.g.walker@...> wrote: ... Hi...
Hello again! I was wondering is it possible to change evolution parameters (e.g. tournament size, mutation probabilities and the like) during the run? And how...
Hi Domagoj, For sure you can change the value some parameters during a run. To do so, you must get a reference to the parameters you want to change through the...
Hi Graham, ... Are you making use of ephemeral random constants (in a GP context) in your program? If so, this is very probably the cause of the phenomenon you...
I do not use ERC anywhere in my code. My system is quite large, the original consumes ~700M, the run from the milestone >1.5G. I tried to recreate a simple...
Hi Graham, I executed the symbreg example with milestone reloading into valgrind (www.valgrind.org), which is a wonderful debugger to spot out memory leaks and...
I managed to solve the problem for the test program. Adding the following line successfully reclaims the reserved capacity memory: cout << "Unallocating the...
Hi again, I think I was looking for a complex answer while things are finally quite more simple. Finally, the STL memory management policies are probably not...
Hi Christian, ... I have not looked into this before, but it is my understanding that an "easy" way to counter this possible memory fragmentation (and gain a ...
Hi Matthew and other Beaglers :-) , ... When writing last mail, I thought quickly about using a custom STL allocator to fight memory fragmentation, but I...
Hi Beaglers I wonder whether anybody can give me some advice? This may be more of a kDevelop and autotools question. I've used KDev etc to build some code....
Hello Matt, My understanding of your problem is that you are trying to link against a .la file using a classical linker. The .la files are only text files ...
Hi Christian thanks for your help. I looked in configure.in and found AM_PROG_LIBTOOL there, so added AC_PROG_LIBTOOl after it. No luck; same problem. Then I...
Hi again, Along with the release 3.0.0 of Open BEAGLE, I made quick update of the manual. Among other things, I added the following message at the beginning of...
Hello Matt, I encountered the same kind of problems that you had when trying to link a standard C++ KDevelop 3 project against Beagle .la libraries, even ...