Hi! I welcome everyone to the Open BEAGLE mailing list. The mailing is intended to announce new Open BEAGLE releases, to ask questions on the framework, and to...
2
John Truesdale
jtruesda
Sep 17, 2002 3:10 pm
Hi all: I just grabbed open beagle and will start working with it soon. I was originally looking for a high performance stack based solution but saw that this...
3
Hu, Jianjun
hujianju@...
Sep 17, 2002 3:44 pm
... From: John Truesdale [mailto:jtruesda@...] Sent: 2002?9?17? 11:10 To: openbeagle@yahoogroups.com Subject: [openbeagle] stack-based vs tree based Hi...
4
Ihsan Ali Al Darhi
iad929
Sep 17, 2002 4:24 pm
Hi... My name is Mohammed (u can use Mo as a shorthand of my name). I am from Jordan. I received an invitation to subscribe to this list from a friend. I am...
5
Christian Gagne
raspingoo
Sep 17, 2002 8:08 pm
Hi John, The actual GP implementation of Open BEAGLE is somewhat stack-based. The trees are structured in memory as arrays of {Primitive::Handle, Sub-tree ...
6
Christian Gagne
raspingoo
Sep 17, 2002 8:30 pm
Hi, The planned future developments goes as follow: For version 1.1.0 (due somewhere in october/november) [short term] - Automake/autoconf front end. - Some...
7
Christian Gagne
raspingoo
Sep 17, 2002 8:53 pm
Hi Mohammed, ... It depends on what you want to do and what you already know. If you don't know a lot on GA, GP, and EC in general, I advice you to read some...
8
Ihsan Ali Al Darhi
iad929
Sep 21, 2002 5:07 pm
Hi... How can I use Open Beagle with MingW g++ 3.2? Mo...
9
Christian Gagne
raspingoo
Sep 22, 2002 2:04 am
... What is MingW g++ 3.2? Is it the new gcc 3.2? If yes, you only need to use the makefile provided for gcc 3. See ...
10
Christian Gagne
raspingoo
Sep 25, 2002 6:32 pm
Hi everyone, As the Open BEAGLE main developper, I would like get some feedback from you, dedicated Open BEAGLE users. Here is some questions that I would like...
11
Merelo JJ
jmerelo666
Sep 25, 2002 8:25 pm
Hi, Well, so far, I'm not an user, but I can answer some of your questions ... (documented) XML support, so that it can be interoperable with other EC...
12
Hu, Jianjun
hujianju@...
Sep 25, 2002 8:27 pm
I really think multi-objective feature should be added in. It's really important and there are a bunch of mature techniques overthrere Another is constrained...
13
Christian Gagne
raspingoo
Sep 25, 2002 8:37 pm
Hi, What do you mean by "(documented) XML support"? Do you mean: 1) Documentation of the XML file format used. 2) The way XML Beagle read/write XML. 3) Use of...
14
Merelo JJ
jmerelo666
Sep 26, 2002 7:22 am
Hi, ... 1 & 3, mainly. JJ __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com...
Hi Brad, That's nice that Open BEAGLE compiles under Metrowerks! If you could send me the full details (compiler and OS versions), I will add them to the list ...
16
Brad Pillow
bpillow@...
Oct 13, 2002 12:53 am
HI Christian, Thanks, that snippet of code did the trick! I'm building under Metrowerks CodeWarrior for Windows Version 8.2 (it should work on the Mac version...
17
Christian Gagné
raspingoo
Oct 13, 2002 3:14 am
... With a population of 500 individuals, with 50 generations max. and the default parameters for the rest, I got the perfect solution 3 times over 10 tests...
18
Brad Pillow
bpillow@...
Oct 13, 2002 4:00 am
Hi Christian, Thanks for the information. I'll give those params a run and see if I get similar results. --Brad ... Brad Pillow ...
19
Hu, Jianjun
hujianju@...
Oct 28, 2002 2:41 am
Dear Christian: I am wondering if you can provide us with a full featured configuration file for multi-population for GP. Including: setting the milestone...
20
Christian Gagne
raspingoo
Oct 28, 2002 4:13 pm
I Jianjun, You will find included to the message a register file, named def-lilgp.conf, with parameters set to values the more comparable possible to yours...
21
Hu, Jianjun
hujianju@...
Oct 28, 2002 5:26 pm
Using Powerful Batch experimenting tool drone to do your experiments! -christian: I am suggesting to add a parameter RunNum to specify the current running ...
22
Hu, Jianjun
hujianju@...
Oct 28, 2002 5:28 pm
http://pscs.physics.lsa.umich.edu/Software/Drone/ very powerful tool for experimenting and get data for publication! regards Jianjun HU MSU...
23
HAN, Fang
hanfang@...
Nov 10, 2002 9:35 pm
A possible bug in bealge: beagle:steadystateop.cpp if(lReplacedIndiv2 >= lReplacedIndiv1) lReplacedIndiv2++; ...
24
Christian Gagne
raspingoo
Nov 10, 2002 10:16 pm
Hi, You're right, that's a bug. I correct the code in my local CVS. It will be with the forthcoming version of the framework (scheduled next week). Thanks. ...
25
Christian Gagne
raspingoo
Nov 12, 2002 6:13 am
Hi everyone, I was able to successfully compile the forthcoming version 1.0.1 of Open BEAGLE on MS Visual .NET. That is a good news for most Windows developers...
26
Hu, Jianjun
hujianju@...
Nov 12, 2002 3:22 pm
Congratulations! Actually, many university lab computers don't have Borlandc++, while Visual.net is alway over there. It's a really good news for windower...
27
mjatalla
mj@...
Nov 14, 2002 5:15 pm
I downloaded the current version from the web site and tried to compile it under cygwin and gcc3.0. The libraries are easily compiled, however I am getting...
28
Christian Gagne
raspingoo
Nov 14, 2002 10:47 pm
... I didn't tried to compile Open BEAGLE under cygwin. You are the first user to report me this error. It seems to me that libstdc++ is not installed on your ...
29
Christian Gagne
raspingoo
Nov 15, 2002 7:59 pm
Hi Mauro, ... This feature is planned to be included to the next release following the forthcoming 1.0.1. This release, probably numbered 1.1.0, will include...
30
Hu, Jianjun
hujianju@...
Nov 18, 2002 11:33 pm
When I begin to introduce a new genotype, I find the programming task is not easy at all. I have rewrite all the following classes: a new genotype class A new...