机械优化设计-一维搜索方法
以f(x)=*x+2*x为例黄金分割#include <stdio.h>#define e 0.001//收敛精度main(){ float a,b,x1,x2,y1,y2; float minx,m
机械优化设计-一维搜索方法