?? @psc_readme_35979_1.txt
字號:
Title: A new Genetic Algorithm (with example) - Works brilliantly - Update
Description: A new Genetic Algorithm (with example) - Works brilliantly - UpdateHere comes the Genetic Algorithm library which is little different from other algorithms. First, it uses real values instead of binary ones. Second, there is very little problem specific code needs to be typed. Third,unlike other algorithms either new offspring will replace the bad ones or mutation occurs in all the bad ones. You only have to do 4 things1. Build population using buildpop sub.2. Call Evolve method.3. Build a sub which will evaluate fitness.4. Build a sub which is called when solution is found. The example consists of - library(GAMod), Module(UsrMod) and Form(frmGA)The purpose of this example is to take a number and resolves it into form like v^2+w^2+x^2+y^2+z^2, where v, w, x, y and z are between 0 and 9. Changes:1. A little more nice GUI2. A progress graph3. Information about best and worst chromosomes so far4. Information about the process from which a specified chromosome is made5. And most important: change in algorithm Note: The module is customised a litlle bit. The non customised module is in directory "GA_NonCustomised", which you can use in your applications. It may be having bugs. Solve complex problems with this algorithm. And have fun. Please VOTE! and COMMENTS are appreciatedMade By Paras ChopraCEO, NaramCheezhttp://naramcheez.netfirms.comparaschopra@lycos.comP.S.:If you want a tutorial on GA please tell me. I can write one.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=35979&lngWId=1
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.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -