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 384 - 415 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
384
Hi Richard, Until version 1.0.1 (released in November 2002) Borland C++ Builder was the compiler I supported on Windows. I then switched to Visual Studio as ...
Christian Gagne
raspingoo
Offline Send Email
Jan 9, 2004
5:08 pm
385
Chris and Andrew, Need the file that i'm using in the parameter "ec.init.seedsfile" a XML? in fact, I think to obtain a XML file like this: <?xml version="1.0"...
Dan Posternak
danpost2112
Offline Send Email
Jan 9, 2004
8:38 pm
386
Hi Dan, ... In fact, the way seeding is implemented, you must provided complete individuals as seeds. The file format is a root XML node (tag) Beagle, with in...
Christian Gagne
raspingoo
Offline Send Email
Jan 9, 2004
8:54 pm
387
Hello Like Richard (9th Jan) I'm also trying to get C++ Builder (version 6) to work with the latest Open Beagle framework…. This seems a bit of a dim...
Doug_Newton
Offline Send Email
Jan 14, 2004
10:50 pm
388
... I am actually working on that. In fact I think I will add "non-officially supported" (this mean I will not test them for every release) Borland project...
Christian Gagne
raspingoo
Offline Send Email
Jan 15, 2004
4:48 pm
389
Hello users, Version 2.1.1 of Open BEAGLE is out. The main focus of this release is bug fixes and some modifications to compile on Borland C++ Builder 5 and ...
Christian Gagne
raspingoo
Offline Send Email
Jan 18, 2004
12:24 am
390
Hi Richard, Doug, and other Builder users, With release 2.1.1, I added the Borland C++ Builder project files in the tarball (see directory BCB). Although I...
Christian Gagne
raspingoo
Offline Send Email
Jan 18, 2004
6:00 pm
391
Hi All, I just moved my code for Beagle 2.1.0 (I know there is a new version out, I just haven't updated yet) to some new computers in the lab. The computer...
drewmarek
Offline Send Email
Jan 23, 2004
7:29 am
392
Hi Drew, ... When you compile optimized, the preprocessor flags in file beagle/include/beagle/config.hpp may change a little. For that reason, I think you...
Christian Gagne
raspingoo
Offline Send Email
Jan 25, 2004
4:33 pm
393
I am using beagle-2.1.1. I modified the spambase example in the GP directory. I changed some of the cpp and hpp files and they compiled and ran fine. I the...
iancoll_imperial
iancoll_impe...
Offline Send Email
Jan 26, 2004
7:38 pm
394
Hi, I'm not aware about Strongly Typed and I think this is a solution for a problem I'm facing. I am getting pretty good evaluated equations, but with some ...
Dan Posternak
danpost2112
Offline Send Email
Jan 28, 2004
2:11 pm
395
... In fact, you can easily used STGP to specify that you use two types of data in your programs, times values and interest rate. Then you will need to specify...
Christian Gagne
raspingoo
Offline Send Email
Jan 29, 2004
1:46 am
396
... It seems that you are compiling not using libtool to link. Files .la are libtool archives that only refer to where the real static/shared library files...
Christian Gagne
raspingoo
Offline Send Email
Jan 29, 2004
6:37 pm
397
... You should define new C++ classes derived from the standard one (i.e. GP::Add or GP::Subtract). In the derived classes, you overdefine the function...
Christian Gagne
raspingoo
Offline Send Email
Jan 29, 2004
6:51 pm
398
Is there any company that uses Open Beagle in real applications? Whare the fields that takes advantage of open Beagle? Mohamed...
Mohammed
mohammedderh...
Offline Send Email
Feb 8, 2004
3:00 pm
400
... I did some consulting for a company interested in management of financial portfolio using GP. Of course, I used Open BEAGLE to develop the software. ...
Christian Gagne
raspingoo
Offline Send Email
Feb 8, 2004
5:37 pm
401
I have a running prototype of a system using Open BEAGLE. I have one input data file that is used. This input file has 512 points in it. The output of my...
iancoll_imperial
iancoll_impe...
Offline Send Email
Feb 8, 2004
9:12 pm
403
I spent a good few weeks trying to get the bootstrap command to work since I have never used automake/autoconf/libtools before. Also the current install of the...
iancoll_imperial
iancoll_impe...
Offline Send Email
Feb 9, 2004
2:54 pm
404
I have created a new data type and put it in the begale/include/beagle directory. How do I get by program to recognise this new datatype exists, and therefore...
iancoll_imperial
iancoll_impe...
Offline Send Email
Feb 9, 2004
4:35 pm
405
Hi... Many authors are moving theeir libraries to use Boost libraries. Why don't you do that? Mohammed...
Mohammed
mohammedderh...
Offline Send Email
Feb 9, 2004
4:49 pm
406
... The spirit of an object oriented framework is that you shouldn't modify or add classes in the core libraries. You rather create them in your personal ...
Christian Gagne
raspingoo
Offline Send Email
Feb 9, 2004
5:11 pm
407
Christian, thanks for your help with the #include statement. I put the data type in my program's directory and used an #include and the file was picked up. ...
iancoll_imperial
iancoll_impe...
Offline Send Email
Feb 9, 2004
11:41 pm
408
... This is possible, but this is very messy as you will need to do memory allocation on your own. Te risk of leak is about 100% as you don't control all the...
Christian Gagne
raspingoo
Offline Send Email
Feb 11, 2004
4:01 pm
409
... For sure this is possible. You will need to define you datum type containing the vector of number. A typedef to a Beagle::WrapperT<std::vector<double> >...
Christian Gagne
raspingoo
Offline Send Email
Feb 11, 2004
4:12 pm
410
... Well, having to restart from scratch, I would take a look to what boost.org libraries can provide to Open BEAGLE. There is lot of useful in that, like the...
Christian Gagne
raspingoo
Offline Send Email
Feb 11, 2004
5:08 pm
411
Hi everyone, Last week I received the announcement of GECCO 2004 competitions. One of these is to build the tiniest possible GP system capable of doing ...
Christian Gagne
raspingoo
Offline Send Email
Feb 12, 2004
1:23 am
412
I'm having real problems posting messages in this forum, has anyone else experienced this? I have to post a message over 3 times before it finally works!...
iancoll_imperial
iancoll_impe...
Offline Send Email
Feb 12, 2004
2:15 pm
413
I agree it would be better to use std::vector, in fact I started using that instead of an array of doubles, but thanks anyway! Since I'm only ever using vector...
iancoll_imperial
iancoll_impe...
Offline Send Email
Feb 12, 2004
2:28 pm
414
That is really a marvelous work with 2 days' effort! I never thought beagle GP would be so small. -:) Jianjun Hu (George) Genetic Algorithm Research &...
Hu,Jianjun
hujianju@...
Send Email
Feb 12, 2004
4:30 pm
415
Hello Beagle users, There is actually a pool on the genetic_programming mailing list about which GP engine is your favorite. If you are member of this list, or...
Christian Gagne
raspingoo
Offline Send Email
Feb 12, 2004
9:14 pm
Messages 384 - 415 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