搜索资源列表
优化设计
- 常规优化算法程序库,处理各种有约束和无约束优化问题-conventional optimization algorithm library, to deal with binding and non-constrained optimization problem
exer2
- 无约束优化 一楼房的后面是一个很大的花园 在花园中紧靠着楼房有一个温室 温室伸入花园2m 高3m 温室正上方是楼房的窗台 现清洁工只有一架7m长的梯子 你认为它能达到要求吗-Unconstrained optimization of a building behind is a big garden in the garden close to the building there is a stretching of greenhouse greenhouse Greenhouse Ga
ga
- 简单的遗传算法解决优化问题的汇编代码,包括单变量无约束优化、单变量有约束优化及多变量优化问题,并配以实例进行说明-Genetic Algorithms
CLSPSO
- 用混沌粒子群优化算法求解无约束优化问题,希望对大家有帮助!-Chaotic particle swarm optimization algorithm for solving unconstrained optimization problems, I hope it can help you!
LinWPSO
- 用线性递减权重粒子群优化算法求解无约束优化问题,希望对大家有帮助!-With a linear gradient weight of particle swarm optimization algorithm for solving unconstrained optimization problems, I hope it can help you!
rar
- powell算法设计 鲍威尔法又称方向加速法,它由Powell于1964年提出,是利用共轭方向可以加快收敛速度的性质形成的一种搜索方法。该方法不需要对目标函数进行求导,当目标函数的导数不连续的时候也能应用,因此,鲍威尔算法是一种十分有效的直接搜索法。 Powell法可用于求解一般无约束优化问题,对于维数n<20的目标函数求优化问题,此法可获得较满意的结果。 不同于其他的直接法,Powell法有一套完整的理论体系,故其计算效率高于其他直接法。该方法使用一维搜索,而不是跳跃的探测步。同时