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 1124 - 1153 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1124
Was thinking about this cacheing business... At first sight I thought it would be VERY useful. You could store the fitnesses in a hash table, then lookup in...
james e. (ej206)
emyr666
Offline Send Email
Oct 3, 2007
7:17 pm
1125
Hi, It is true that we can think of an efficient cache mechanism to avoid evaluating several time the same individual. But given the specificities of GP, I...
Christian Gagne
raspingoo
Offline Send Email
Oct 3, 2007
9:07 pm
1126
... I agree that it would most likely not be useful. The whole idea could (potentially) be put to rest by some empirical analysis of "toy" problems. I'm not...
Matthew Walker
mattgwwalker
Offline Send Email
Oct 4, 2007
12:16 am
1127
I am having some problems with the building the latest development version of beagle in visual studio (2005): - I am needing to add include paths to the...
luke_vader_skywalker
luke_vader_s...
Offline Send Email
Oct 4, 2007
5:13 pm
1128
Hi Dan, Most developers are working on Linux, some on OS X, and to my knowledge none of them are using Windows. I usually update the Visual Studio project...
Christian Gagne
raspingoo
Offline Send Email
Oct 4, 2007
6:30 pm
1129
I downloaded the latest copy via CVS and am experiencing build issues. I am building using cygwin in the windows environment. I first ran autoconf...
gpanalysis
Offline Send Email
Oct 9, 2007
12:44 pm
1130
... From: discuslorraine <nicolas.navet@...> To: openbeagle-owner@yahoogroups.com Subject: Re: how to avoid evaluating duplicate individuals Date: Sun, 07...
Christian Gagne
raspingoo
Offline Send Email
Oct 9, 2007
12:53 pm
1131
Hi, There is a script called 'bootstrap' in main directory. Run it twice, it will run autotools commands in correct order, with correct arguments. Then, you...
Christian Gagne
raspingoo
Offline Send Email
Oct 9, 2007
2:49 pm
1132
I am now able to build the configure file, but the make file is not created. I get the following error message: checking for library containing socket... none...
gpanalysis
Offline Send Email
Oct 9, 2007
3:33 pm
1133
... You need to get pkg-config installed to compile the examples. This is a common package provided by cygwin. Makefiles are generated at the end of the...
Christian Gagne
raspingoo
Offline Send Email
Oct 9, 2007
3:48 pm
1134
I have pkg-config installed, but still have the same issue ( $ which pkg-config /usr/bin/pkg-config ) My aim is to build the libraries. My steps: 1. run...
gpanalysis
Offline Send Email
Oct 9, 2007
5:16 pm
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
Messages 1124 - 1153 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