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 1020 - 1049 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1020
Hi, This is a part of my code. I based this code on the example of message #140. Thanks, Tom namespace Beagle { typedef WrapperT< double > VDouble; template <>...
t0mss
Offline Send Email
Jun 1, 2007
7:13 am
1021
Error: creating testTransportSendTCPIPOp.exe .libs/lt-testTransportSendTCPIPOp.exe.c: In function `main': .libs/lt-testTransportSendTCPIPOp.exe.c:79: warning:...
Algis Maknickas
tetislt
Offline Send Email
Jun 1, 2007
7:24 am
1022
Hi Tom, Ah, I see your problem. Typedef in C++ are not real types, they are just synonyms. From the compiler side, WrapperT<double> and VDouble are the same...
Christian Gagne
raspingoo
Offline Send Email
Jun 1, 2007
2:06 pm
1023
Algis, I think that's rude to send such raw error messages to the mailing without some introduction, or at least a greeting and few words to identify you and...
Christian Gagne
raspingoo
Offline Send Email
Jun 1, 2007
2:15 pm
1024
Hi Christian, many thanks for your help in resolving my problem. Your explanations have been very clear to me and very useful. Thanks, Tom ... just ... the ......
t0mss
Offline Send Email
Jun 1, 2007
3:19 pm
1025
Hello group, I am a student currently working on my MSc thesis, on the topic of Kernel function generation using Genetic Programming. In a prior phase I have...
Arjan Gijsberts
a.gijsberts@...
Send Email
Jun 4, 2007
1:33 am
1026
Hi, After having done two different double types, I have defined primitives for each type. I have now a ADD_D ( adding two DDouble ) primitive and a ADD_D1...
t0mss
Offline Send Email
Jun 4, 2007
12:07 pm
1027
Hi Arjan, ... That's nice. You might already know it, but I did some work during my postdoc last year, on evolving kernel functions with GP. See my paper at ...
Christian Gagne
raspingoo
Offline Send Email
Jun 4, 2007
3:06 pm
1028
Hi, It is difficult to say anything about that, unless you provide the detailled error messages you are receiving. But as a pure guess, I would advice you to...
Christian Gagne
raspingoo
Offline Send Email
Jun 4, 2007
3:12 pm
1029
Hi Christian, your guess was good. I was not using a different primitive name for each of the adding primitives. Thanks, Tom ... using a ... I ... name ... ...
t0mss
Offline Send Email
Jun 4, 2007
3:51 pm
1030
Hello Christian, I am sorry for my icivility. Thank you for help to compile beagle on windows with mingw. Your recommendation to compile with ./configure...
Algis Maknickas
tetislt
Offline Send Email
Jun 5, 2007
6:07 am
1031
Hi Algis, That is an issue with my code in TestTransportReceiveTCPIPOp.cpp. I should have used the technique that Christian recommended. To fix this issue...
Matthew Walker
mattgwwalker
Offline Send Email
Jun 5, 2007
7:07 am
1032
Thanks Matthew, I changed sleep(10); to PACC::Threading::Thread::sleep(10); and now it's ok Algis...
Algis Maknickas
tetislt
Offline Send Email
Jun 5, 2007
8:15 am
1033
... Hi Christian, Thank you for your quick and helpful reply! ... my ... I have read your paper, as it is one of the few on evolving kernel functions using GP....
narotic_net
Offline Send Email
Jun 5, 2007
11:07 am
1034
Hi all, I have launched a 100-population and 10-generation run. I have printed the fitness for each individual. Then I have extracted the data from beagle.log,...
t0mss
Offline Send Email
Jun 7, 2007
4:32 pm
1035
Hi Tom, Statistics are computed on the whole population, including individuals that have not be modified (so that they didn't get their fitness re-evaluated)....
Christian Gagne
raspingoo
Offline Send Email
Jun 7, 2007
6:38 pm
1036
I have OpenBEAGLE 3.0.1 and I am linking it to some external code. Under SUSE 10.2, if I configure OpenBEAGLE with "--prefix=`pwd`" (as well as the code I'm...
tom_mct
Offline Send Email
Jun 13, 2007
10:26 pm
1037
Hi Tom, One way to get around your "install" issue would be to specify, for linking, the library that Beagle produces. If, for example, you're using GP then...
Matthew Walker
mattgwwalker
Offline Send Email
Jun 13, 2007
11:27 pm
1038
Tom, another thing... you could try turning off compression using the command line flag "-OBms.write.compress=0". If that makes things happy then you may have...
Matthew Walker
mattgwwalker
Offline Send Email
Jun 13, 2007
11:29 pm
1039
Thanks for the replies, Matthew. I have these lines rolled into a Makefile.am file: INCLUDES = -I/home/tom/beagle-3.0.1/beagle/GP/include \ ...
tom_mct
Offline Send Email
Jun 14, 2007
5:19 pm
1040
Hi, How are random numbers generated in beagle? Would it be easy to plug my own RNG in (Mersenne Twister). Cheers, Emyr james...
emyr666
Offline Send Email
Jun 15, 2007
9:05 pm
1041
Hi, I'm about to start my MSc project. I'm going to either use the Beagle framework, or my own implementation based on Beagle. It all boils down to how easily...
emyr666
Offline Send Email
Jun 15, 2007
9:08 pm
1042
Hi Emyr, Yes, it is easy to plug in your own Randomizer. However, I don't think you'll need to. Beagle uses a library called PACC to do that work. PACC...
Matthew Walker
mattgwwalker
Offline Send Email
Jun 15, 2007
11:07 pm
1043
Dear all, I have a quick question. Does open Beagle's genetic programming process follow John Koza's description of genetic programming? thanks, Linge ... ...
Bai Linge
bai_linge
Offline Send Email
Jun 17, 2007
2:41 am
1044
Hi Linge, I guess the short answer is "pretty much". Christian can give you all the specific details but here are my ten cents: There are a few differences: *...
Matthew Walker
mattgwwalker
Offline Send Email
Jun 18, 2007
12:17 am
1045
I am getting the following error when implementing a bit-string GA after a generation. Beagle::AssertException: From file "EvaluationOp.cpp", line 112 : ...
tom_mct
Offline Send Email
Jun 19, 2007
5:28 am
1046
Hi Emyr, ... Well, I don't know exactly what you what to do, so I can be quite very specific in my advices. The main design goal of Open BEAGLE is genericity,...
Christian Gagne
raspingoo
Offline Send Email
Jun 19, 2007
5:22 pm
1047
Hi Tom, Please provide me your configuration file, so I can inspect it. I have the intuition the problem is with this file -- you probably don't have a ...
Christian Gagne
raspingoo
Offline Send Email
Jun 19, 2007
5:29 pm
1048
Hi everyone, I want to make a copy of the current Deme and this is what i did: Deme tmpDeme = ioDeme; but the programming aborted and said that the pointer is...
Bai Linge
bai_linge
Offline Send Email
Jun 30, 2007
5:21 pm
1049
Hi Linge, Try the copyData() method. Vinod...
Vinod K. Valsalam
valsalam
Offline Send Email
Jul 1, 2007
12:26 am
Messages 1020 - 1049 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