#include #include #define m 10 //f函数 float f(float x[],float p); //进退法 void mjtf(int n,float x0[],float h,float s[],float a[],float b[],float p); void mhjfgf(int n,float a[],float b[],float flag,float x[],float p); //鲍威尔法 void mbwef(int n,float x0[],float h,float flag,float a[],float b[],float x[],float p); float max(float l) { float resu; if(l<=0) resu=0; else resu=l*l;
2019-12-21 21:19:52 5KB 外点法
1
使用matlab编程的,内点惩罚函数法优化程序-Using matlab programming, interior-point optimization procedure penalty function method
2019-12-21 19:43:31 5KB 惩罚函数
1
MATLAB的梯度法,内点法,外点法,罚函数,惩罚函数,线性梯度法,源程序,按照提示输入,可直接运行-MATLAB' s gradient method, interior point method, outside the point of law, penalty function, penalty function, the linear gradient method, source code, follow the prompts to input, can be directly run
2019-12-21 19:30:03 3KB 梯度法 内点法 外点法 罚函数
1
通过惩罚函数实现对特定函数的优化问题,主要程序是MATLAB实现。
2019-12-21 18:54:39 374B 惩罚函数
1