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 your group to be featured on the Yahoo! Groups website? 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 398 - 429 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
398
Is there any company that uses Open Beagle in real applications? Whare the fields that takes advantage of open Beagle? Mohamed...
Mohammed
mohammedderh...
Online Now 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...
Online Now 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
416
Hi! Does Beagle have this implemented at all, or maybe some recursion? Cheers, Geoff...
suwashi
Offline Send Email
Feb 14, 2004
6:53 pm
417
... Yes I do. In fact, I only send some mail lately and it took about 2 days to receive it back. Yahoo groups seems overloaded, you can read an announce on...
Christian Gagne
raspingoo
Offline Send Email
Feb 14, 2004
8:49 pm
418
... Well this will maybe work after some efforts, but it is totally not respecting the spirit of the GP framework. From the Beagle::WrapperT< ...
Christian Gagne
raspingoo
Offline Send Email
Feb 14, 2004
8:57 pm
419
Hi! I've been trying to compile the latest version on linux, but I keep getting errors, like: Got a SIGCHLD; 1 unreaped children. Reaping losing child...
suwashi
Offline Send Email
Feb 14, 2004
11:54 pm
420
Hello, I'm using Beagle 2.1.0. I have a lot of runs for different parameters so I need take information from beagle.log (log.level=3) automaticly. I thought of...
FKGP
fklgp
Offline Send Email
Feb 15, 2004
6:51 pm
421
... No, it isn't implemented. But it might not be that difficult to do it, starting from implementation of Automatically Defined Function (ADF) primitive. ...
Christian Gagne
raspingoo
Offline Send Email
Feb 15, 2004
8:06 pm
422
I had similar errors to what you describe (the line 3 thing). Regarding the bootstrap problem did you see my post "How to get bootstrap to work - Solution"? ...
iancoll_imperial
iancoll_impe...
Offline Send Email
Feb 16, 2004
4:15 pm
423
Yep, you were right in the end. As I added more functionality, my code that modified the Beagle-GP project (by overriding execute and getArgs) started to throw...
iancoll_imperial
iancoll_impe...
Offline Send Email
Feb 16, 2004
4:23 pm
424
Evolution of radar points to HMS Beagle's resting place After being sold for scrap in 1870, the ship forever linked with Darwin may be lying beneath the Essex...
Christian Gagne
raspingoo
Offline Send Email
Feb 16, 2004
4:49 pm
425
Hi, There was a problem with the destruction of XML trees generated from big files. During the destruction of a XML node, recursive calls to the destructor...
Christian Gagne
raspingoo
Offline Send Email
Feb 17, 2004
7:56 pm
426
Hi Christian, I'm trying to use openbeagle such that a GP individual evolves several trees as a result, rather than just one. Each tree would use the same set...
graamone
Offline Send Email
Feb 17, 2004
9:55 pm
427
... A good example of multi-tree GP is in the parity example. As far as you start using ADFs in Open BEAGLE (or other automatically defined something), you...
Christian Gagne
raspingoo
Offline Send Email
Feb 19, 2004
2:35 pm
428
Another question, I'm a little unclear about what the Register is for. I can see it being used to define parameters like ec.term.maxgen, but can the register...
iancoll_imperial
iancoll_impe...
Offline Send Email
Feb 21, 2004
8:14 pm
429
I have a working identical BEAGLE-GP system under Linux and Windows. Same CPU/HD etc, but the initialisation (ConstrainedGrow) takes around 10 times longer...
iancoll_imperial
iancoll_impe...
Offline Send Email
Feb 22, 2004
12:22 am
Messages 398 - 429 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