home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Big_Geneti211159542008.psc / @PSC_ReadMe_70492_1.txt next >
Text File  |  2008-05-04  |  2KB  |  30 lines

  1. Title: Big Genetic Algorithm - Problemsolver
  2. Description: This is a complete Genetic Algorithm Class full with all the features you will ever need.
  3. If you are new to Genetic Algorithms you will find extensive documentation (both in code and in separate textfiles) to help you understand what it is and how it works. Just run the examples and make out for youself if you want to learn more. You can use this class in your own projects to help you solve many kinds of problems.
  4. I provide 5 different examples to help you on your way.
  5. These examples are :
  6. - find the values in a formula
  7. - draw the biggest circle
  8. - fill a 3x3 grid so that rows and columns have the same sum
  9. - 0/1 knapsack problem
  10. - And of course : The traveling salesman
  11. All examples are kept simple and have their own explanation-textfiles.
  12. The list of features : (don't worry if you don't understand this at first, full explanation is provided in code and in separate textfiles)
  13. Supported encoding types : Binary, Alphabetic, Long integer and Double (real numbers)
  14. Selection methods : Rank, Roulette Wheel or Tournament
  15. Crossover methods : One point, Two point, Uniform, Half-uniform or Edge recombination
  16. Mutation : can be Fixed or Adaptive, numerical encoding can have mutation happen the usual way it's done with numbers, or bit-like
  17. Reproduction methods : Replace weakest, replace parents or replace random.
  18. Two Social disasters : Judgement Day or Packing
  19. Also supports : Random-Offspring generation, Crossover and mutation on full-gene or anywhere in a gene (and this for all encoding types !!)
  20. Let the class create it's own population or provide your own...
  21. All these settings are easy to modify using the GA-control panel and can be saved/loaded from a file. Complete statistics can be kept during the generation cycles and saved to a file.
  22. The only thing you need to do is choose an encoding type and provide a fitness function, my class does the rest.
  23. I am open to questions, suggestions, remarks and constructive critisism.
  24. Thierry
  25. email : thierry.van.mol@hotmail.com
  26. This file came from Planet-Source-Code.com...the home millions of lines of source code
  27. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=70492&lngWId=1
  28.  
  29. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  30.