Re: [math] Genetic Algorithms

2008-04-13 Thread Phil Steitz
On Mon, Mar 31, 2008 at 8:43 AM, Brent Worden <[EMAIL PROTECTED]> wrote: > The code is checked in. > Thanks, Brent, and sorry for the delay getting back to this. I have been playing with some implementations and developing some test cases. I will check in what I have in the next couple of days. N

Re: [math] Genetic Algorithms

2008-04-13 Thread Phil Steitz
On Tue, Apr 1, 2008 at 3:41 PM, Ramiro Pereira de Magalhaes <[EMAIL PROTECTED]> wrote: > As my CS graduation I wrote a GA framework to help me solve the problem I > was proposing. It is implemented, may need some improvements with a less > naive and optimized code, but it works fine. I wrote less i

Re: [math] Genetic Algorithms

2008-04-01 Thread Ramiro Pereira de Magalhaes
As my CS graduation I wrote a GA framework to help me solve the problem I was proposing. It is implemented, may need some improvements with a less naive and optimized code, but it works fine. I wrote less interfaces but I really liked Brent's initial interface set and seems to me the idea will

Re: [math] Genetic Algorithms

2008-03-31 Thread Brent Worden
The code is checked in. On Sun, Mar 30, 2008 at 1:43 PM, Phil Steitz <[EMAIL PROTECTED]> wrote: > On Sun, Mar 30, 2008 at 10:46 AM, Brent Worden <[EMAIL PROTECTED]> wrote: > > Here's a little code I've had laying around for a few years. > > > > http://people.apache.org/~brentworden/genetics.zip >

RE: [math] Genetic Algorithms

2008-03-30 Thread Michael Heuer
Original Message- > From: Phil Steitz [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 30, 2008 12:31 AM > To: Jakarta Commons Developers List > Subject: Re: [math] Genetic Algorithms > > On Sat, Mar 29, 2008 at 6:15 PM, Al Chou <[EMAIL PROTECTED]> wrote: > > - Ori

Re: [math] Genetic Algorithms

2008-03-30 Thread Phil Steitz
On Sun, Mar 30, 2008 at 10:46 AM, Brent Worden <[EMAIL PROTECTED]> wrote: > Here's a little code I've had laying around for a few years. > > http://people.apache.org/~brentworden/genetics.zip > > Feel free to use, modify, or throw away as you see fit. > Thanks, Brent! Makes me feel better that

RE: [math] Genetic Algorithms

2008-03-30 Thread Brent Worden
2:31 AM To: Jakarta Commons Developers List Subject: Re: [math] Genetic Algorithms On Sat, Mar 29, 2008 at 6:15 PM, Al Chou <[EMAIL PROTECTED]> wrote: > - Original Message > > From: Phil Steitz <[EMAIL PROTECTED]> > > To: Jakarta Commons Developers List > >

Re: [math] Genetic Algorithms

2008-03-29 Thread Phil Steitz
On Sat, Mar 29, 2008 at 6:15 PM, Al Chou <[EMAIL PROTECTED]> wrote: > - Original Message > > From: Phil Steitz <[EMAIL PROTECTED]> > > To: Jakarta Commons Developers List > > Sent: Saturday, March 29, 2008 5:53:47 PM > > Subject: [math] Genetic Algorithms > > > > I would like to sta

Re: [math] Genetic Algorithms

2008-03-29 Thread Al Chou
- Original Message > From: Phil Steitz <[EMAIL PROTECTED]> > To: Jakarta Commons Developers List > Sent: Saturday, March 29, 2008 5:53:47 PM > Subject: [math] Genetic Algorithms > > I would like to start work on a GA framework. This has been on the > WishList for some time and I now hav