"VectorGA is a vectorized implementation of a genetic algorithm in the Matlab programming languag...
| Date | Contributor | Description | Rating |
|---|---|---|---|
| 31 Dec 2009 | yousaf zia |
Thanks helping link |
5 |
| 19 Jun 2009 | MATLAB Central Team |
"VectorGA is a vectorized implementation of a genetic algorithm in the Matlab programming language. Matlab is optimized for performing operations on arrays. Loops, especially nested loops, tend to run slowly in Matlab. It is possible to significantly improve the performance of Matlab programs by converting loops into array operations. This process is called vectorization. Matlab provides a rich set of functions and many expressive indexing schemes that make it possible to vectorize code. Such code not only runs faster, it is also shorter, and simpler to understand and change (provided that you know a little about Matlab of course). Genetic Algorithms that are implemented in C/C++ or Java typically have multiple nested loops. Therefore direct ports of such implementations to Matlab will run very slowly. Many of the nested loops found in a typical GA implementation have been eliminated from VectorGA. The resulting code is short, fast and simple. It is indeed a delightful coincidence when the constructs of a programming language match a programming task so well that a program can be written this succintly. VectorGA is proof that Matlab is a useful language for the rapid prototyping of Genetic Algorithms. This, in addition to Matlab’s extensive data visualization capabilities, make Matlab an extremely useful platform for the experimental analysis of GAs. VectorGA has been created and tested under Matlab 7 (R14). Out of the box it evolves a population against the one-max fitness function. The royal-roads fitness function has also been included but is not currently being called." |
| Tag | Applied By | Date/Time |
|---|---|---|
| matlab code for project in wireless sensor networks | Lalith Karunarathne | 30 Mar 2010 at 1:10pm |
| matlab code for project in wireless sensor networks | nit warangal prasad | 16 Aug 2009 at 4:57am |
| biotechnology | MATLAB Central Team | 19 Jun 2009 at 10:22am |