搜索资源列表
SimplexClass
- 改进的单纯形算法,类的定义及实现,效率较高,单参数优化对初始参数要求不高。-improve the simplex algorithm, the class definition and implementation, higher efficiency, single-parameter optimization of the initial parameters modest.
updatesimplexmethod
- 单纯形法是一种不错的随机搜索算法,但是其受初始值的选取,步长大小的影响较大,容易陷入局部收敛。程序中列出了基本单纯形法,和几种改进的单纯形法,包括变步长的单纯形法,单纯形加遗传算法等。-simplex method is a good random search algorithm, but its initial value by the selection, step in a larger size, easy to be trapped into local convergence. P
Simplex-algorithm
- 根据已知条件,利用单纯形算法计算农场的最大收益。-Under the given conditions, the simplex algorithm using the maximum farm income.
C
- 包含了许多的最优化算法,有牛顿法,单纯形法等,都已运行通过了-Contains a number of optimization algorithms, there is Newton' s method, simplex method, etc., have to run through the
jixieshou
- :本文提出了一种基于单纯形方法的机械手位姿逆解的分步求解方法。这种方法充分利用了单纯形法 大范围收敛和计算简单的特性,在不计算目标函数一阶导数的情况下,确定极值点的查找方向与步长,多次迭代,直至目标函数满足所给条件。最后,用一个六自由度的肘机器人验证了该求解方法的有效性。- This paper presents a simplex method based on robot position and orientation of the sub-step inverse solution
NetworkFlowModel
- A tutorial on network simplex method to solve network flow models. Descr iption, algorithm, example and step by step solution process.
dcxf
- 一种基于单纯形法的改进微粒群优化算法及其收敛性分析-Simplex Method Based on Improved Particle Swarm Optimization Algorithm and Its Convergence Analysis
the-simple-method
- 单纯性算法最优控制VC++实现。通过修改对象参数,利用单纯性法获取控制最优参数。-VC++ simplex algorithm to achieve optimal control. By modifying the object parameter, using the simple method to obtain the optimal control parameters.
Modsimpmethod
- 改进的单纯形全局最优化算法,收敛较快,效果不错,希望对需要的童鞋有用-Improved simplex global optimization algorithm, rapid convergence, good, hope to useful for need of children s shoes
SimpMethod
- 改进的单纯形全局最优化算法,经测试收敛较快,效果不错,需要非线性最优化的可以借鉴-Improved simplex global optimization algorithm, tested converges faster, effect is good, need to nonlinear optimization can draw lessons from
SimpMethod-for-Shubert-Function
- 单纯形算法解Shubert函数,经测试收敛较快,效果不错,需要非线性最优化的可以借鉴-Solution Shubert function simplex algorithm, tested converges faster, effect is good, need to nonlinear optimization can draw lessons from
SCGA_ver_0.1
- 该代码为PAPER/:为将单纯形搜索算法和GA相结合的求解多模态优化问题- This program is coresponding to paper Minimizing multimodal functions by simplex coding genetic algorithm .
CLSCS-core
- 基于混沌单纯形法算子的布谷鸟搜索算法,算法引入混沌算子及单纯形法,提高了布谷鸟搜索算法的寻优能力。-an improved cuckoo search algorithm (CS) using chaotic local search and simplex method (CLSCS)
912038
- 线性规划 包括单纯形法,梯度,牛顿,不错的源码 很好-Linear programming Including the simplex method, gradient, Newton, good source is very good
simplex-method-for-GUI
- 一种求解线性规划问题的单纯形法,收敛速度快,高率高- U4E00 u79C u9E3 u7E3 u7EBF u6027 u89C4 u5212 u95EE u9898 u7354 u7EAF u5F62 u6CD5 uFF0C u6536 u655B u901F u5EA6 u5FEB uFF0C u9AD8 u7387 u9AD8
单纯形法
- 解决线性规划问题的单纯形法,使用linprog函数多约束问题(A simplex method for solving linear programming problems)
