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...
Show off your group to the world. Share a photo of your group with us.

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 1135 - 1164 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1135
I am trying to call a function to evaluate a part of an individual (and in some cases a whole individual). This function is contained within a component class...
thepohl
Offline Send Email
Nov 7, 2007
12:20 pm
1136
Hello everyone // Create and read individual I've got problem with loading from file GP individuals which contain EphemeralDouble primitives. I want to load...
plblis
Offline Send Email
Nov 9, 2007
12:52 pm
1137
Can someone please take a look? Thank you ... created. ... This ... configure ... you ... also ... it ... order ... complained...
gpanalysis
Offline Send Email
Nov 10, 2007
11:14 pm
1138
Hi Bartek, Sorry for long delay in my answer. The problem you encountered with reading ephemeral random constants from file is a known issue. It has been...
Christian Gagné
raspingoo
Offline Send Email
Nov 13, 2007
3:17 pm
1139
Hi, It seems that the .cpp file where method VRPTWCustomerInfo::evaluatePartialSolution() is implemented is missing in your project. The linker is simply...
Christian Gagné
raspingoo
Offline Send Email
Nov 13, 2007
3:25 pm
1140
Hi, Please look in file 'config.log' generated by the 'configure' script to figure out what is going wrong with your compilation. Regards, Christian ... -- ...
Christian Gagné
raspingoo
Offline Send Email
Nov 13, 2007
3:28 pm
1141
Hello everyone, You probably despaired of getting it, but I finally released a new version of Open BEAGLE, version 3.0.2. http://beagle.gel.ulaval.ca This...
Christian Gagné
raspingoo
Offline Send Email
Nov 15, 2007
3:02 am
1142
Hello again! I've just upgraded to version 3.0.2. And it didn't fix this problem. Bartek...
plblis
Offline Send Email
Nov 17, 2007
7:08 pm
1143
Hello everyone, I made a new release, numbered 3.0.3, of the stable branch of Open BEAGLE. As usual, you can obtain your copy of the source code on the ...
Christian Gagné
raspingoo
Offline Send Email
Nov 29, 2007
5:06 pm
1144
Hi Bartek, As you can see on the announcement I've just send to the list, there was indeed still a problem with reading ephemeral random constants from XML...
Christian Gagné
raspingoo
Offline Send Email
Nov 29, 2007
5:13 pm
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
Messages 1135 - 1164 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