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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 579 - 608 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
579
Hello, I have been having trouble at the configuration stage of compiling Distributed Beagle 0.9.2. I'm running gcc 3.4.2 on Fedora Core 3 on a Intel P4 and a...
djs_bds_ul
Offline Send Email
Jan 8, 2005
5:42 pm
580
Hello, if you did not have problem configuring and compiling Open BEAGLE 2.2.0 (latest version), you probably don't need " template qualified base class ...
Marc Dubreuil
mdubreuilus
Offline Send Email
Jan 8, 2005
5:53 pm
581
... "template qualified base class support" is a somewhat a weird C++ thing. You can take a look to the autoconf macro used to test it to understand what it...
Christian Gagne
raspingoo
Offline Send Email
Jan 8, 2005
8:34 pm
582
Hi Christian, I have been thinking about how to implement Angeline and Pollack's Evolutionary Module Acquisition (http://demo.cs.brandeis.edu/papers/ep93.pdf)....
Matthew Walker
mattgwwalker
Offline Send Email
Jan 10, 2005
9:35 am
583
Hi everybody....I'm a new member of openbeagle yahoo group...... Currently, I was assigned by my lecturer to run a test to define the differences between the...
Ah Sing
swordchaser8888
Offline Send Email
Jan 10, 2005
2:23 pm
584
Hi, The best advice I can give you: start by reading the Open BEAGLE manual (available on the Web site). christian ... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
Christian Gagne
raspingoo
Offline Send Email
Jan 10, 2005
3:35 pm
585
Hello Matthew, ... I would implement this feature rather differently. I would do so by adding a new operator and a new primitive, without altering others ...
Christian Gagne
raspingoo
Offline Send Email
Jan 10, 2005
4:33 pm
586
Hello, buddies: I post this message because of two days of struggling with effort to exploit matlab for fast implementation of fitness functions with matlab...
hjjmsu
Offline Send Email
Jan 12, 2005
12:46 am
587
Hi, Do anyone know any interesting application that I can use to test the performance of Genetic Algorithm, Evolutionary Strategies and Evolutionary...
Ah Sing
swordchaser8888
Offline Send Email
Jan 12, 2005
2:44 pm
588
I found matlab 7.0 linux has many bugs and fail to make it work. so I switch back to matlab6.5 and succeed in making it work with openbeagle. Matlab6.5...
hjjmsu
Offline Send Email
Jan 18, 2005
8:37 pm
589
... the performance of Genetic Algorithm, Evolutionary Strategies and Evolutionary Programming? ... today! Download Messenger Now ... you can evolve...
hjjmsu
Offline Send Email
Jan 18, 2005
8:37 pm
590
I am porting a program written in Visual Studio VC6 to .Net2003 platform. The program uses Object Store database also. Earlier its version was 5.1 and now we...
haque_nasir
Offline Send Email
Jan 24, 2005
1:40 pm
591
Hi, ... I don't understand. Is your problem related to Open BEAGLE? If so, how could it have been developed on Visual Studio 6? christian ... -- ...
Christian Gagne
raspingoo
Offline Send Email
Jan 24, 2005
2:00 pm
592
Hi, I am puzzled by how to obtain the name of the child node (rather than only the return value) when defining execute() function? For example, in the...
shan_yin2002
Offline Send Email
Jan 25, 2005
11:38 am
593
... You should call the method Beagle::GP::Primitive::getName() in order to get the name of a primitive. ...
Christian Gagne
raspingoo
Offline Send Email
Jan 25, 2005
3:52 pm
594
Marc, I'm building with gcc-3.2.2 which seems to have a different set of implicit #includes. As such, EvalClient.cpp and EvolClient.cpp are missing...
dgstox
Offline Send Email
Jan 27, 2005
1:07 pm
595
I am looking for it. ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡maokai@... ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2005-01-27...
ë¿­
winplusx0
Offline Send Email
Jan 27, 2005
2:21 pm
596
Hi, I compiled with gcc 3.3.2 and Visual Studio .NET 2003 without a problem. I did not tought that a gcc 3.x would have problems compiling, but I guess I was...
Marc Dubreuil
mdubreuilus
Offline Send Email
Jan 27, 2005
2:32 pm
597
Hi, Open BEAGLE does not support grammatical evolution. It is something I would like to add, although I didn't find the time yet. I'm still hoping to be less...
Christian Gagne
raspingoo
Offline Send Email
Jan 27, 2005
3:00 pm
598
Hello! I seem to be unable to make a batch GP job (several consecutive jobs) with DBEAGLE, so I was wondering if You could help me in this matter. I tried with...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 7, 2005
3:27 pm
599
Hello, The db.restart options means that the evolver will create a new deme (if equal to 0) or use the only already in the server's database (if equal to 1)....
Marc Dubreuil
mdubreuilus
Offline Send Email
Feb 7, 2005
4:07 pm
600
First af all, thanks for such a quick response. :) ... deme (if > equal to 0) or use the only already in the server's database (if Rgr that. ... Well, yes,...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 7, 2005
5:33 pm
601
Hello! I have been trying to run a steady-state distributed GP, but I was unsuccessful. I tried replacing the contents of a MainLoopSet with a SteadyStateOp...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 15, 2005
1:44 pm
602
Hello, Steady-state does not make any sense in a distributed environment (master-slave) because fitness evaluation would be made one individual at a time... ...
Marc Dubreuil
mdubreuilus
Offline Send Email
Feb 15, 2005
8:11 pm
603
... environment ... individual ... I'm sorry, we have been working on a parallel GA several years ago and I just forgot that it needs additional parameters to...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 16, 2005
2:13 pm
604
... Distributed BEAGLE can work with multiple evolvers, but only on a deme level (evolution of demes, not the whole population)... so I guess you could make...
Marc Dubreuil
mdubreuilus
Offline Send Email
Feb 16, 2005
2:25 pm
605
Hi Thomas, ... The correct answer is (2), only modified individuals are re-evaluated. ... You should invalidate a fitness in order to force re-evaluation. To...
Christian Gagne
raspingoo
Offline Send Email
Feb 22, 2005
1:33 pm
606
Hello! I'm experimenting with multiple evolvers in DBEAGLE, so I would like to check if I understood the mechanisms correctly: - if I start 1 server and 2...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 25, 2005
4:10 pm
607
Hi, ... No, DBEAGLE is connection less. Clients (fitness evaluation or evolution) connect to the server and ask for individuals that are ready to be evaluated...
Marc Dubreuil
mdubreuilus
Offline Send Email
Feb 25, 2005
6:22 pm
608
... not the ... greatly ... degree: 1 ... found out ... with ... sure ... Well, here's an example: a single deme population of 1000, average tree size about...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 26, 2005
12:14 pm
Messages 579 - 608 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