资源列表
AHeuristicAlgorithmForFunctionOptimization
- it file is in hurestic algorithm
pid
- PID“校正网络”是由比例积分PI和比例微分PD"元件组"成的。这里简单介绍一下比例积分PI和比例微分PD。-PID " correction network" is proportional and proportional integral derivative PI PD " element group" into. Briefly outline the proportion of proportional integral derivative PI
SATsp_VC
- 本程序已知50个城市坐标,可计算经过50个城市一次的最短路径,为经典的TSP问题,非常实用-This procedure is known coordinates of 50 cities, 50 cities through a calculated shortest path for the classic TSP, very useful
fight
- 二维光子晶体禁带算法:光子晶体中因周期性结构而存在的频率禁带称为光子禁带,光子禁带的存在是光子晶体具有广泛应用前景的重要原因。 禁带越大,可控光的频带也越宽,因此如何设计合适的晶体结构以获得大的光子禁带一直是研究和应用的重点与热点。-Algorithm for two-dimensional photonic band gap crystals: photonic crystal periodic structure exists because of the frequency band re
qstark
- 用于计算线型、对称陀螺和非对称陀螺分子的stark分裂,并可对所测光谱进行拟合- PROGRAM TO FIT THE STARK SHIFTS FOR A LINEAR/SYMMETRIC/ASYMMETRIC ROTOR WITH UP TO ONE QUADRUPOLAR NUCLEUS+ SPIN-ROTATION
PR
- Algorithm PageRank (same as in google, yandex and so on)
ElectronM
- Modelling of flat electron movement
Digital4
- 数值计算的算法,采用c++实现,移植容易,一定能够用。-Data processing algorithm
digital6
- 数值计算的算法,采用c++实现,移植容易,一定能够用。-Dataprocessing
TspSA1
- 本程序为界面程序,应用模拟退火算法,可以计算大规模TSP问题,又可解决混合离散变量问题,实用性很强-This procedure can calculate the large-scale TSP, but also solve the problem of discrete variables, so it is very practical
Conventionaloptimization
- 本程序包 包括一些常用的常规优化算法,包括抛物线法、最速下降法、黄金分割法、牛顿法等,可作为学习优化算法的参考-This package includes some commonly used conventional optimization algorithms, including the parabola method, steepest descent method, golden section method, Newton s law so it can be used as re
robot
- 取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动,利用Pi= Pi1+ti×(Pi2-Pi1)(ti∈[0,1] i=1,2,…n)即可确定相应的Pi,即为新的路径点,连接此路径点为最优路径。-Ta
