中文说明:
本书附带光盘中包括了作者全书所有自己编写的算法对应的MATLAB的M文件。所有代码按照章节存放在各个文件夹下,如“第6章 无约束一维极值问题”文件夹下存放了本书第6章所有的算法程序代码。对于算法的程序代码,在光盘中存为同函数名的M文件,例如,minHJ.m表示用黄金分割法求解一维函数的极值的程序,依此类推。
English Description:
The CD attached to this book includes the M files of MATLAB corresponding to all the algorithms written by the author. All codes are stored in various folders according to chapters. For example, all algorithm program codes in Chapter 6 of the book are stored in the folder of "Chapter 6 unconstrained one-dimensional extreme value problem". For the program code of the algorithm, save the m file with the same function name in the CD. For example, minhj. M represents the program for solving the extreme value of one-dimensional function by the golden section method, and so on p>