From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7f88d6b83a75666f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-01 21:45:04 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!4.1.16.34!cpk-news-hub1.bbnplanet.com!news.gtei.net!newsfeed.cs.utexas.edu!geraldo.cc.utexas.edu!not-for-mail From: "Bobby D. Bryant" Newsgroups: comp.lang.ada Subject: Re: Any Ada Genetic Algorithm? Date: Fri, 01 Mar 2002 23:40:59 -0600 Organization: dis- Message-ID: References: <9ff447f2.0203011933.3a0f1247@posting.google.com> NNTP-Posting-Host: dial-80-16.ots.utexas.edu Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: geraldo.cc.utexas.edu 1015047669 26982 128.83.219.16 (2 Mar 2002 05:41:09 GMT) X-Complaints-To: abuse@utexas.edu NNTP-Posting-Date: Sat, 2 Mar 2002 05:41:09 +0000 (UTC) User-Agent: Pan/0.11.2 (Unix) X-Comment-To: "Adrian Hoe" Xref: archiver1.google.com comp.lang.ada:20689 Date: 2002-03-01T23:40:59-06:00 List-Id: On Fri, 01 Mar 2002 21:33:24 -0600, Adrian Hoe wrote: > I am looking for works on Ada Genetic Algorithm. I searched Google and > found the VAGAS is the only work. But it is 7 years old and the links > are broken. > > Any pointers? Just FYI, I'm using Ada to write GAs for my Ph.D. research, and all the code will be released under the GPL after I'm done... someday. (What I'm doing is actually a narrow subset of GA technology called neuroevolution, the use of GAs to generate simulated neural networks for controllers, pattern matchers, etc., that can be "trained" by sparse reinforcement.)