📄 readme.txt
字号:
Tree Structured Genetic Algorithm
An algorithm for Genetic Programming
Ben.McKay & Mark Willis
(c) 1995
Dept. of Chemical Engineering
University of Sydney
&
Dept. of Chemical and Process Engineering
University of Newcastle-Upon-Tyne
This package may not be modified, reproduced or sold
without the permission of the authors.
All correspondence to:
Dr Mark Willis
Department of Chemical and Process Engineering
The University of Newcastle Upon Tyne
Newcastle Upon Tyne, NE1 7RU
UK
Tel: 0191 222 7242
fax: 0191 222 5292
e-Mail: mark.willis.ncl.ac.uk
http://lorien.ncl.ac.uk/gp
----------------------------------------------------------------------------------
Instructions:
1. In Matlab run the file ga_init.
2. Load data from file.
File 'test.dat' contains data consisting of one hundred samples of five randomly
generated input variables (u1,...,u5) within the range [0 1], and one output
variable (y) generated using the following relationship:
y = 1000*u1*exp(-5/u2) + 3*u3
3. Choose input output variable.
Variable 1 corresponds to the output, y.
Variables 2-6 correspond to inputs, u1,...,u5.
4. Initialise GA
Warning: the algorithm can be slow!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -