资源列表
jinjin3
- 数据处理及误差分析采用了matlab软件来实现,它的界面虽然没有VB等直观简便,但其可调用的函数多,实现起来比较方便,程序中已经实现的功能有: (1)求算术平均值; (2)求残余误差(绝对误差); (3)求标准差; (4)判断粗大误差,如果发现粗大误差,剔除粗大误差后再进行计算; (5)判断数据是否具有线性误差或者周期性误差。 -Data processing and error analysis using matlab software to achie
Standard_evolutionary_algorithm_design_and_analysi
- 为了有效检测多目标优化进化算法的性能,从3 个方面进行多目标优化测试问题的设计,即约束条件、最优解分布的均匀性、算 法逼近Pareto 最优前沿的难度,采用NSGA-Ⅱ算法对这些测试问题进行仿真实验,并将算法求得的最优解可视化。结果显示,测试问题能够有效检测算法在上述3 方面的性能。-In order to effectively detect the multi-objective optimization evolutionary algorithm performance, from
PatternSearch.tar
- 本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。-The ultimate goal of this program is to form a set of criteria for clustering, scalable tools.
BFGS
- 最近学习优化理论中的算法,通过网上的查找及改进,得到了共轭梯度法的C语言程序 主要问题:如函数为f(X)=x1*x1*x1*x1+x2*x2时,算得的结果有问题,初步估计是因为迭代公式中出现了求梯度的模的分量造成的,有待继续改进,不过用BFGS算法C语言程序算时,上述问题没有发生,所以才说BFGS算法是无约束优化中最稳定的算法之一了-Optimization theory in a recent study of algorithms, through online search and i
WaferPainter
- 对离散点通过Kriging插值算法实现2维和3维地图等高线绘制。 -Kriging interpolation of discrete points on the algorithm by 2-D and 3-dimensional map of contour drawing.
PKU_acm_code
- 北京大学ACM JudgeOnline部分源码,供大家参考学习!-nothing
IAGA
- 改进的加速二进制遗传算法,效率比标准遗传算法要高-Improve accerlate SGA
markov
- 在vb环境下实现马尔柯夫链功能,对未来进行预测分析。-Vb environment to achieve the Markov chain function analysis to predict the future.
Interpolationevaluation
- 研究生课程:数值分析课后题:第三题:三次样条插值-Cubic spline interpolation postgraduate
MAPv1
- 关于memetic算法的源码,对各种函数进行了优化,希望对这个研究方向感兴趣的人能够共同交流-Memetic algorithm on the source code has been optimized for a variety of functions, in the hope that people interested in research to work together to communicate
rainflowmodle
- 通过在数据处理流程中加入数据对接处理算法,解决了发散收敛波问题,得到一种改进的雨流法实时计数模型.其计数简单,计数时不需要得到完整的应力时间历程,也不需要在计数前对应力时间历程作任何调整或修正,实现了应力循环的实时计数.该模型已应用于高速动车组应力谱数据处理之中. -rainflow cycle count
ACM-disjointset
- 这个是暑假ACM培训时老师的资料,介绍了并查集的功能和实现,以及路径压缩,还有相关的ACM训练题-It came form the teacher s training, summer ACM club.In the ppt,the data sets were introduced and the function of investigation and implementation, and the path compression,as well as issues related to