搜索资源列表
优化作业_惩罚函数法
- 优化方法中的解非线性规划问题的一种方法,惩罚函数法-optimization methods of solving nonlinear programming problem in a way, punishment function
优化作业_碰壁函数法
- 优化方法中的解非线性规划问题的一种方法,碰壁函数法-optimization methods of solving nonlinear programming problem in a way rebuffed function
ant_test
- 蚁群算法的程序,是关于函数优化的,是一个同学给的,上传上去和大家分享
GT(guotao)_C++_class
- 一个郭涛算法类,可以只做简单的修改就能求解其他函数优化问题。
外点惩罚函数法-调试通过
- 求解n维具有不等式约束优化问题的最优解-solving n-dimensional inequality constrained optimization with the optimal solution
数学优化分析综合工具软件包
- 1stOpt 是七维高科有限公司(7D-Soft High Technology Inc.)独立开发, 拥有完全自主知识产权的一套数学优化分析综合工具软件包。在非线性回归,曲线拟合,非线性复杂模型参数估算求解,线性/非线性规划等领域首屈一指; 1stOpt 应用范围 1) 模型自动优化率定 2) 参数估算 3) 任意模型公式线性,非线性拟合,回归 4) 非线性连立方程组求解 5) 任意维函数,隐函数极值求解 6) 隐函数根求解,作图,求极值 7) 线
Optimization
- 约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。-Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.
Interior_point_method
- 内点法是从可行域内某一初始内点出发,在可行域内进行迭代的序列极小化方法。它仅用于求解不等式约束优化问题。这里列出内点惩罚函数法的六个子程序。 -Interior point method is a feasible region within the initial point of view, the region, where feasible, to carry out the sequence of iterative minimization method. It is only
complex
- 优化设计算法:用复合形法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发-Optimization Algorithm: The objective function of complex method seeking the optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 development
VByuyanDFPjisuan
- VB最优化计算,可以通过改变目标函数进行多维正定和非正定优化计算。-VB optimization calculation can be carried out by changing the objective function is multi-dimensional positive definite and non-positive definite optimization calculation.
Goldendivide
- 黄金分割发求优化问题,在MATLAB程序下,调用即可,求解函数优化问题-Golden hair for optimization problems, in the MATLAB program, the call can be, for Function Optimization
PUNISH
- 这个是优化方法中的一种方法,叫做罚函数法,是一种用于带约束条件的优化。-This optimization method is a method, called the penalty function method, is a condition for constrained optimization.
zuiyouhua
- 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
a
- 约束优化方法—惩罚函数法的c++源程序,可用于三维变量。-Constrained optimization methods- penalty function method of c++ source code, can be used for three-dimensional variable.
cccc
- 用c语言编写的惩罚函数法解决优化问题,自己给出初始内点,可以使用。-C language using the penalty function method to solve optimization problems, given their initial interior point, you can use.
SUMT
- 内点惩罚函数法C语言程序,适用于机械行业机械优化设计-SUMT
Differential_Evolution2
- 优化设计算法:用微分进化法求目标函数的最优解和最优值,有约束条件,已经验证算法的正确性,visual C++6.0开发-Optimization Algorithm: Differential Evolution Method with the objective function of the optimal solution and optimal value, there are constraints, has verified the correctness of the algori
conjugate-gradient
- 共轭梯度算法C程序,本程序适用于n设计变量的函数优化问题,对于不同的设计变量个数可以改变维数,该算法程序只在主函数中与其他无约束程序有差别,其他部分基本一样。-Conjugate gradient algorithm C procedures, the procedures for n design variables of the function optimization problem, the number of different design variables can change
优化算法测试函数集合
- 可用于测试优化函数的性能,里面的测试函数可以直接调用,正确无误(Can be used to test the performance of the optimization function, the test function can be called directly)
pso
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO。它具有精度高,收敛快等优点,广泛用于系统辨识、函数优化等领域。文件pso.m是粒子群算法辨识程序,在此基础上,需要自行编写目标函数计算程序以实现不同系统的参数辨识。(Particle swarm optimization (PSO), also known as particle swarm optimization algorithm or bird swarm foragi