搜索资源列表
DeJong_FunF1_F5
- De Jong函数F1-F5的java源码,包括编码解码和函数测试能功能,函数形式。De Jong函数是常用的标准优化函数。-function F1-F5 the java source code, including the coding and decoding function testing functions, function form. De Jong function is commonly used in the optimization function.
test
- 3种关于非线性优化的办法,DFP算法,包括一维搜索等功能,并携带测试函数
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
ISPO
- ISPO优化算法的源代码,里面包含所有文件 及测试函数-ISPO algorithm source code, which contains all the files and the test function
LVQ
- 实现LVQ(Learning Vector Quantization)算法的VB源码,适合多目标对象的函数模型建立,附测试数据和调用方法实例。按不同使用需求,需要用户适当优化调整,此方法对具备或理解LVQ原理+vb编程的用户最佳。如果你觉得好,谢谢支持! -LVQ (Learning Vector Quantization) algorithm VB source, multi-target object function modeling, attached test data and c
ortho_rot_matrix
- 产生随机旋转正交矩阵的程序,在智能计算或者优化算法中一些测试函数的产生中可能用到。-A method for producing random orthdox rotational matrices, used in the building of test functions in intelligent computation or optimization.
Sort_ByXianChu
- 直接插入排序,简单选择排序,递归版快排,非递归版快排的实现,其中递归版快排有加以优化。另外,测试函数产生2万个随机数进行排序,并输出各排序方案排序时间以便对比。(欲改变测试数据的数量只需在头文件中改变宏定义的量)-Direct insertion sort, simple selection sort, recursive version fast row, row non-recursive version of fast realization, wherein the recursive
MABCPtestfunction
- MABC代码,为解决单目标优化问题,测试函数包括在其中-MABC code, for solving single objective optimization problem
优化算法测试函数集合
- 可用于测试优化函数的性能,里面的测试函数可以直接调用,正确无误(Can be used to test the performance of the optimization function, the test function can be called directly)
PSO
- 此程序为标准粒子群算法优化一个10维函数的算例,可以运行(Standard particle swarm optimization optimization 10 - dimensional function)