readme

来自「Pascal Programs Printed in GENETIC ALGOR」· 代码 · 共 37 行

TXT
37
字号
                      Pascal Programs Printed in     GENETIC ALGORITHMS IN SEARCH, OPTIMIZATION, AND MACHINE LEARNING                                  by                          David E. Goldberg                                                                                                              This disk contains copies of the programs presented in the bookGENETIC ALGORITHMS IN SEARCH, OPTIMIZATION, AND MACHINE LEARNING byDavid E. Goldberg.  The programs were compiled on an IBM PC/XT usingBorland International's Turbo Pascal Version 3.  This disk is providedas an educational courtesy, however, and no warranties are maderegarding the fitness of any program contained herein for any use.     The disk is subdivided into four subdirectories:     APPENDB     SGA     SCS     MISCSubdirectory APPENDB contains the programs of Appendix B together withthe pseudo-random number generator code.  Subdirectory SGA containsthe files needed for the simple genetic algorithm code of Chapter 3.Subdirectory SCS contains the program and data files needed for thesimple classifier system of Chapter 6.     The subdirectory MISC contains the other snippets of code thatare scattered throughout the book:     TEST2.DOM      - Test section for SGADOM (dominance) code     OPERATOR.DOM   - Modified operators for SGADOM     GENERATE.DOM   - Modified generation coordinator for SGADOM     SCALE.SGA      - Routines to implement linear scaling     MAPPED.SGA     - Routines to implement mapped, concatenated codes     SELECT2.SGA    - Routines to implement stoch. remainder selection     GENERATE.TSP   - Partially matched crossover for the TSPThe miscellaneous codes must be inserted into a main program withappropriate data structures and calling sequences.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?