Re: Travelling Salesman Problem and GAs
- From: "Alessandro Presta" <alessandro.presta@xxxxxxxxx>
- Date: 15 Dec 2006 02:53:20 -0800
Vend ha scritto:
Alessandro Presta wrote:
Hello,
I've recently released a multi-threaded C++ library for genetic
algorithms and an example application that finds an approximate
solution to the TSP using GAs.
http://fga.sourceforge.net
I'd like to know your opinions and I hope someone will find it useful.
Greetings,
Alessandro Presta
You call it 'fast', but it actually allocates and deallocates arrays on
the heap on every cycle.
Good suggestion.
I've just released a new version that uses two arrays allocated only
once when the object is created.
Now it should _actually_ be faster.
.
- References:
- Travelling Salesman Problem and GAs
- From: Alessandro Presta
- Re: Travelling Salesman Problem and GAs
- From: Vend
- Travelling Salesman Problem and GAs
- Prev by Date: Re: Parallel GAs?
- Next by Date: Re: Parallel GAs?
- Previous by thread: Re: Travelling Salesman Problem and GAs
- Next by thread: Genetic advantage in interracial mating.
- Index(es):