基于信息分离和邻居惩罚选择的多目标优化
2021-02-25 22:03:33 3.87MB 研究论文
1
MATLAB凸优化仿真程序
2021-02-19 23:29:49 4KB 惩罚函数
1
工程优化设计中常常用到的惩罚函数法的Matlab实现的源程序代码 工程优化设计中常常用到的惩罚函数法的Matlab实现的源程序代码
2021-02-08 09:03:11 6KB 惩罚函数法 matlab 源代码
1
最优化理论之惩罚函数,求解函数极值问题,带约束和不带约束都可以用其来求解,本讲义观点清晰,条理明确,思路严谨,立意深刻,知识点通俗易懂,简单易掌握,是学习优化理论入门的好资源和材料
2021-01-11 01:34:37 3.05MB 优化理论
1
外点法的惩罚函数法,是一种约束优化问题的求解方案。 文件中包含被调用的鲍威尔法源码和黄金分割法源码。
2019-12-21 22:24:48 8KB 惩罚函数法 鲍威尔法 黄金分割法
1
工程优化设计中常常用到的惩罚函数法的Matlab实现的源程序代码
2019-12-21 22:01:49 41KB 惩罚函数法 matlab 源代码
1
MATLAB上实现内点惩罚函数法进行优化,有兴趣的有需要的可以学习学习
2019-12-21 21:47:25 10KB MATLAB 外惩罚函数法 优化设计
1
#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