Hi Christian, Now (with version 3.0.3) everything works perfect. This feature will help me a lot. Thank you a lot for your priceless help and work. Bartek...
Hi Christian, First off, congrats for the amazing job with Beagle and your research. My project is ultimately about implementing a developmental EC (you know...
Hey I'm a bit new to the open beagle framework, so the question might be a stupid one :) But anyways if i want the result of a gp individual to be i.e. two...
Hi Pole, ... Thanks! ... I thought since a long time that developmental GP would be a really nice add on to Open BEAGLE. I've some ideas on implementing it,...
Hi Henrik, That's pretty easy. You should change the datum type you are using for a pair of bool. You would also need your own set of primitives you are using....
Hi Bob, I think that can be very interesting. In my previous message on the topic, I suggested that it might be really great to implement a general development...
Thanks guys for your reply on this. GEP would be a great addition to Open Beagle indeed. The head and tail structure of the genes ensures syntactic closure; we...
Thanks Christian! I had actually already tried it, but it sort of failed because i forgot to include the datatype in the primitive set constructor :) ... for a...
Hi Kathy, Sorry for the delay. Past issues with OS X showed us that dynamic linking is quite different on OS X compared to Linux. The error messages you are...
Hi, I faced the same problem yesterday. With this workaround, Beagle compile. However, I was surprise how quick it was (< 5secs). So, I tried to compile an...
Hi Jean-François, The difference in the build system between 3.0.1 and 3.0.3 is with the fast compilation trick, which reduces the compilation by a factor 5...
Hi Christian, It seems that this using --disable-fast-compilation solve this issue. I look at what might be the reason why it was not working on OS X, and I...
Hi, Here a little patch that solved my problem with fast compilation of beagle on Mac OS X. This replace the non-working \n in the sed command line by a...
Thanks J.-F., In fact, this mean that a \ needed to be added in all Makefile.am of the sources file to escape the \n. This is fairly easy to be done, I will ...
Hi Christian, In fact, it seems that it is sed that doesn't support the \n. The trick is to add another character within the sed replacement string ... To be...
Hello Christian, As I begin to look more closely at Open Beagle I noticed that my windows C++ is from Visual Studio 2005 ... 1 step beyond C++ .Net 2003. Has...
Hi Bob, I don't know the details of VS .Net 2005, but if it's like VS .Net 2003, there should be no problem to migrate VS project files from earlier versions...
hello Bob: The reason for my silence was that I had a setback. Last Friday, shortly after your visit I started bleeding and the pain increased. I was very bad...
Valdes, Julio
Julio.Valdes@...
Dec 13, 2007 3:27 pm
1165
Hello everyone, I updated the .tar.gz/.zip files of release 3.0.3 on sourceforge.net, to solve the problems with fast-compilation mode on OS X (and probably...
Hi all, I am going to start using Open Beagle.... on WINDOWS! Gasp! ;-) So, Im using Bloodshed Dev-cpp 4.9.9.2 (based on Mingw), all the makefile stuff seems...
OK, have been messing around with the IDE of dev-cpp and have now got all the compile options pretty much set up correctly now. There are only 2 issues left...
I am trying to fit a function of the form f(A)/2 + f(B)/3 + f(C)/6. On test data, I can rarely evolve the parameters to recapture appropriate values for A, B,...
Hi Mark, The public distribution of Open BEAGLE includes files necessary to compile on UNIX (based on autotools) as well as Windows (either solution files for...
Hi again Mark, The point is that Open BEAGLE relies on the header beagle/config.hpp, which is generated automatically by the configure script. For MS Visual...
Hi Tom, This is possible, although it would require you to do some coding to implement the logic of evolving parameters A, then parameters B given A is fixed,...
You're always clear, Christian! I'll give it a whirl. Thanks! ... implement ... fixed, and so on. ... would do the ... evolveA() will ... Beagle, with ... ...
Thanks for that Christian. That has solved that problem. However as I delve deeper, I have more problems unfortunately :-( You have kindly provided the...
Hi Mark, ... If fact, there are eight .lib that you should create to get the whole thing compiled. pacc-util.lib --> all .cpp files under PACC\Util ...