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 565 - 594 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
565
Hello everyone, The Open BEAGLE developers are proud to announce the release of Distributed BEAGLE 0.9.2. This is a minor release of one bug fixe and one...
Marc Dubreuil
mdubreuilus
Offline Send Email
Nov 3, 2004
10:11 pm
566
Dear all, I'm going to use your library to implement a GA for a project. By checking the source autoconf and automake config files and m4 macros, I noticed...
Joao Luis Pinto
baalavatar
Offline Send Email
Nov 17, 2004
8:25 pm
567
Hi Joao Luis, ... These are interesting suggestions, especially the fact that acinclude.m4 macros can be put into separate .m4 files. I take note that the ...
Christian Gagne
raspingoo
Offline Send Email
Nov 17, 2004
9:59 pm
568
Dear Sirs, I started to look at Open Beagle and I really like the architecture of it - in comparison to GALib that I used before it looks way more structured...
Yuriy Pasichnyk
yuriy.pasichnyk@...
Send Email
Nov 19, 2004
11:06 pm
569
Hi Yuryi, ... Well, you problem seems more with the typing of the primitives you are using. Be sure that there is terminals of the four data types you are ...
Christian Gagne
raspingoo
Offline Send Email
Nov 19, 2004
11:56 pm
570
HI!! I have a question. How to do a algorithm for problem n-queens on Open BEAGLE?...
digitaldr4
Offline Send Email
Nov 22, 2004
3:35 pm
571
... Please be more specific in your questions. christian ... * -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~> Christian Gagné ~> http://www.gel.ulaval.ca/~cgagne...
Christian Gagne
raspingoo
Offline Send Email
Nov 22, 2004
3:54 pm
572
Dear all, I'm trying to develop a GA whose population is made from individuals with 2 genotypes of different sizes. Following my understanding of the Open...
Joao Luis Pinto
baalavatar
Offline Send Email
Nov 25, 2004
2:37 pm
573
Hi Joao Luis, Multi-genotype individuals are not created from their C++ constructor, but rather from the initialization operator used. What you need to do is ...
Christian Gagne
raspingoo
Offline Send Email
Nov 25, 2004
3:02 pm
574
Hi,everybody, I'm a beginner transfered from galib2.44 to beagle.And I want to develope a MFC application with beagle for a packing problem.Errors occurs...
wangfei_quaker
Offline Send Email
Dec 10, 2004
5:45 pm
575
Hi,every body, I'm fresh here and I have to solve a integer combinational problem with GA.There are 2 kinds of genotype in BEAGLE: Beagle::GA::BitString ...
wangfei_quaker
Offline Send Email
Dec 10, 2004
5:47 pm
576
Hi, I am not a regular user of Visual Studio, most of the development is done on Linux. I did a quick search for errors LNK2001 and LNK2005 on MSDN. LNK2005: ...
Christian Gagne
raspingoo
Offline Send Email
Dec 10, 2004
10:27 pm
577
Hi again, ... To be exact, there is four types of genotypes: Bit-string GA Float-vector GA ES-pairs vectors (non-isotropic SA-ES) GP trees ... I am not aware...
Christian Gagne
raspingoo
Offline Send Email
Dec 10, 2004
10:41 pm
578
Hi Ammarin, ... First, I warmly advice you to read the Open BEAGLE manual, especially the first chapter which is a tutorial on symbolic regression with GP. ...
Christian Gagne
raspingoo
Offline Send Email
Dec 22, 2004
1:50 am
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
Messages 565 - 594 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