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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1166 - 1195 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1175
Ah right, I would have missed that, thanks! Lastly, I noticed a bit about precompiled headers and beagle.hpp Do I need to do anything special with this? Mark ...
warrenm2uk
Offline Send Email
Jan 4, 2008
2:36 pm
1176
... Precompiled headers are optionnal, no need to configure them for your project to compile Beagle's libs. But if you would like to make use of them (for a...
Christian Gagné
raspingoo
Offline Send Email
Jan 4, 2008
2:52 pm
1177
ok, not to fussed about that, compilation time is the least of my worries! Thanks for all your help, you've been fantastic! Mark ... your project to ... (for a...
warrenm2uk
Offline Send Email
Jan 4, 2008
2:55 pm
1178
Hello! How can I read individual with ADFs from XML file. When I'm using GP::Individual::readFromFile() method I've get following errors: Beagle::IOException: ...
plblis
Offline Send Email
Jan 14, 2008
8:56 pm
1179
Hi Bartek, Well, as the error message says, you need the ADF primitive to be in the primitive set of the individual read. This can be done either from the...
Christian Gagné
raspingoo
Offline Send Email
Jan 15, 2008
1:47 pm
1180
Hi Thanks to Christian's help, I have now got Open Beagle installed, compiling, running and producing results using symbreg for example. Now I am moving on to...
warrenm2uk
Offline Send Email
Jan 20, 2008
11:00 pm
1181
Hi, Your explanations are not clear to me, I don't understand precisely what you want to implement. Can you provide detailed explanations of what you wanted to...
Christian Gagné
raspingoo
Offline Send Email
Jan 21, 2008
2:03 pm
1182
Sorry. What I am trying to achieve is this. I have an array of data elements (as doubles). I want to write a primitive that takes two integers as arguements...
warrenm2uk
Offline Send Email
Jan 21, 2008
6:58 pm
1183
Hi Mark, You are not respecting the fact that in standard tree-based GP, all primitives should processed the same type of data. Indeed, the primitive you are...
Christian Gagné
raspingoo
Offline Send Email
Jan 22, 2008
1:22 am
1184
ok I see that, but surely I just pass a double and cast within the function? ... primitives ... are describing ... symbolic ... primitives are ... respect that...
warrenm2uk
Offline Send Email
Jan 22, 2008
9:05 pm
1185
Hi Mark, Yes, you could take a double, do a floor and modulo operation on the integer obtained, to convert it to a index. But to me, it seems quite tricky ...
Christian Gagné
raspingoo
Offline Send Email
Jan 23, 2008
1:43 pm
1186
Hi again, I think I will need to do it my way as my array has about 15000 elements! I will moving onto one that is four times that size as well Mark ... ...
warrenm2uk
Offline Send Email
Jan 23, 2008
6:56 pm
1187
Hi, I want to use normalized fitness for my symbol regression problem. So, I want to calculate normalized fitness useing the formula n(i) = a(i)/sum(a(k)), k...
vchs62003
Offline Send Email
Jan 28, 2008
3:32 pm
1188
Hi, You need to add some code in your fitness evaluation operator, in order to overdefine method operate(). Method evaluate() stays the same, by evaluate what ...
Christian Gagné
raspingoo
Offline Send Email
Jan 28, 2008
5:13 pm
1189
hi, I inherited a class FitnessMcKay from FitnessSimple for my problem. In 1st evoluation generation, there are no errors. but in 2nd, the following code...
vchs62003
Offline Send Email
Jan 29, 2008
1:11 pm
1190
Hi, You must specify the correct fitness allocator in your main() function. For example, for the bit string GA zeromin example, the setting of the ...
Christian Gagné
raspingoo
Offline Send Email
Jan 29, 2008
2:04 pm
1191
Hello, I am trying to modify the symbreg example to read additional values, whereby the data files are passed via command line. To realize this I wrote a class...
lobequadrat
Offline Send Email
Feb 4, 2008
4:35 pm
1192
Hi Ralf, You called your DataRep::getYFileName() static method with a Beagle::System, while your function is declared as receiving a Beagle::System::Handle....
Christian Gagné
raspingoo
Offline Send Email
Feb 4, 2008
4:40 pm
1193
Hi Christian, thanks for your fast answer! And compliments for your software! :) I understand the theory and the code works now. But how do I change in general...
lobequadrat
Offline Send Email
Feb 4, 2008
6:33 pm
1194
Hi Ralf, ... Going from a Handle to an Object is very easy, think of an Handle as acting superficially like a standrd C++ pointer. MyObject::Handle lMyObjPtr =...
Christian Gagné
raspingoo
Offline Send Email
Feb 4, 2008
7:02 pm
1195
Hi Christian, ... theory ... (smart) ... Beagle::System ... and ... Ok. ... Ah, ok. ... ...
lobequadrat
Offline Send Email
Feb 4, 2008
10:38 pm
Messages 1166 - 1195 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