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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1145 - 1174 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1145
Hi All, I'm have the following errors when I compile Beagle 3.0.3 for Mac OS X 10.5.1. Thanks in advance for your help. km ... Undefined symbols: ...
kathymartin99
Offline Send Email
Dec 3, 2007
1:06 pm
1146
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...
plblis
Offline Send Email
Dec 3, 2007
8:23 pm
1147
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...
poleshifter
Offline Send Email
Dec 5, 2007
2:59 pm
1148
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...
henrik.vatnar
Offline Send Email
Dec 8, 2007
7:14 am
1149
... Subject: Re: Can I use Beagle to emulate GEP (Gene Expression Programming) Date: Thu, 06 Dec 2007 19:18:21 -0000 From: orchardr@......
Christian Gagné
raspingoo
Offline Send Email
Dec 8, 2007
7:15 am
1150
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,...
Christian Gagné
raspingoo
Offline Send Email
Dec 8, 2007
8:14 am
1151
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....
Christian Gagné
raspingoo
Offline Send Email
Dec 8, 2007
8:21 am
1152
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...
Christian Gagné
raspingoo
Offline Send Email
Dec 8, 2007
8:25 am
1153
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...
poleshifter
Offline Send Email
Dec 10, 2007
4:37 am
1154
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...
henrik.vatnar
Offline Send Email
Dec 11, 2007
1:11 pm
1155
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...
Christian Gagne
raspingoo
Offline Send Email
Dec 11, 2007
2:34 pm
1156
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...
Jean-Francois Dupuis
jfdupuis00
Offline Send Email
Dec 11, 2007
3:59 pm
1157
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...
Christian Gagne
raspingoo
Offline Send Email
Dec 11, 2007
4:10 pm
1158
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...
Jean-Francois Dupuis
jfdupuis00
Offline Send Email
Dec 11, 2007
4:35 pm
1159
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...
Jean-Francois Dupuis
jfdupuis00
Offline Send Email
Dec 11, 2007
7:40 pm
1160
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 ...
Christian Gagne
raspingoo
Offline Send Email
Dec 11, 2007
7:50 pm
1161
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...
Jean-Francois Dupuis
jfdupuis00
Offline Send Email
Dec 11, 2007
8:14 pm
1162
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...
ROBERT ORCHARD
boborchardnrc
Offline Send Email
Dec 12, 2007
3:27 pm
1163
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...
Christian Gagne
raspingoo
Offline Send Email
Dec 12, 2007
7:17 pm
1164
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@...
Send Email
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...
Christian Gagné
raspingoo
Offline Send Email
Dec 16, 2007
9:43 pm
1166
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...
warrenm2uk
Offline Send Email
Jan 2, 2008
1:49 pm
1167
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...
warrenm2uk
Offline Send Email
Jan 2, 2008
1:50 pm
1168
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,...
tom_mct
Offline Send Email
Jan 2, 2008
11:55 pm
1169
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...
Christian Gagné
raspingoo
Offline Send Email
Jan 3, 2008
5:10 pm
1170
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...
Christian Gagné
raspingoo
Offline Send Email
Jan 3, 2008
5:18 pm
1171
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,...
Christian Gagné
raspingoo
Offline Send Email
Jan 3, 2008
6:48 pm
1172
You're always clear, Christian! I'll give it a whirl. Thanks! ... implement ... fixed, and so on. ... would do the ... evolveA() will ... Beagle, with ... ...
tom_mct
Offline Send Email
Jan 3, 2008
9:22 pm
1173
Thanks for that Christian. That has solved that problem. However as I delve deeper, I have more problems unfortunately :-( You have kindly provided the...
warrenm2uk
Offline Send Email
Jan 4, 2008
12:53 pm
1174
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 ...
Christian Gagné
raspingoo
Offline Send Email
Jan 4, 2008
1:17 pm
Messages 1145 - 1174 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