Hi Matthew, I was hoping you could help me with some compilation issues using the CVS version. I have used TortoiseCVS to checkout(export) beagle. I am having...
Hi Peter, ... When compiling from the CVS, you should first call the autotools (autoconf, automake, libtool, pkgconfig) to generate the makefiles and the...
... Or better yet, give Linux a go! (For a no-commitment-necessary look at Linux on your machine try downloading Knoppix (knoppix.org). All that's required is...
Thanks for all the suggestions Matthew and Christian! I originally tried to install CVS and 3.0.1 on the sunOS shell account I have at uni, but I was...
Hi Peter, ... It is attained when the evolution is terminated by a "signal" from a termination operation, stating that the evolution is successful and should...
Hi again :) Yes I am determined to get CVS running under VC++ 2005. I noticed a few things go wrong within the build: 1) There were 4 references which had ...
Hi again Peter, ... Right, this is a error. In added the parenthesis to the different places in the code where they where missing. I will commit that to the...
... Oh, that's quite a good point. Given that symbreg is an example, and that it may well be the first that new users turn too, perhaps we should add a call...
Hi Christian, Thanks for the clarification! ... Some further resolutions: a) I also came across the following not being included in the VC++ project files as a...
Hi Peter, First, note that I CCed this mail to both the yahoogroups and developers lists. Please, send any further messages of the current thread to the ...
Hi, First, be sure that in the code of your custom initialization operator, you named your new operator correctly (i.e. "InitIntVecVecOp"). Then, you should...
Hello, thank you for getting back to me so quickly. It's still saying it cant find it. Ive got the following structure in the main() file: System::Handle...
Hi again, ... operator properly. The name given to your operator is not the same given in your configuration file ("InitIntVecVecOp"). Be sure that your ...
That is what I had in the InitIntVecVecOp.cpp file. InitIntVecVecOp::InitIntVecVecOp() : Beagle::InitializationOp("InitIntVecVecOp") { } Just to clarify a few...
... It seems that your configuration is correct. ... No, it should work correctly. I don't see what is going wrong. There is maybe something special you are...
Oh, I now see what is going wrong. It is with the signature of the constructor of the Beagle::Initialization operator, which is: InitializationOp(std::string...
I have a GA running successfully and would like to run a number (30) of trials (not generations, complete runs of the GA) in order to find the best and average...
Hi Adam, Parameters can be changed either from the configuration file (XML format is easy to edit) or directly from the command-line, using the syntax for ...
Hi Adam, In my experiments with OpenBeagle I have simply used a PHP script that does this for me. I would recommend you to use a similar strategy. You...
Are there any plans or current developments for a SPEA2 algorithm for Open Beagle? I just wanted to ask before I started working on one. Thank you. Adam...
Hi Adam, Implementing SPEA2 for Open BEAGLE is the next thing on my TODO list regarding multi-objective optimization. But given I am not too much into this...
Hi all, (sorry, if this should be a dupiclate ... I found searching yahoo difficult.) I saw on the wiki (Blackboard:What_goes_on), there is on-going work...
Hello Mathis, ... I am aware of the "other" Beagle, and of the name clash it causes on Gentoo. Few months ago, I mentionned the problem to developers list, but...
... Hi Christian, ... Ok, this is what I have been unable to find... :-) ... Nice! ... Oh, sorry, I have not been aware of this. This probably means separate...
Hello Mathis, ... Yes, PACC will no more be distributed in Open BEAGLE tarballs starting with release 3.1.0. There will probably be a companion tarball of PACC...
Hi all, I am doing experiment with GP symbreg example. One of the problems I've encountered is that after several generations, the equations became very...