搜索资源列表
TMS320VC55代码优化(函数优化改写总结)
- TMS320VC55代码优化(函数优化改写总结)-TMS320VC55 code optimization (function optimization rewritten Final)
遗传算法优化函数
- 用matblab实现了用遗传算法优化函数的过程
matlab优化程序算例
- 一些基于matlab优化函数fmincon的算例,有助于深入了解matlab的优化算法
利用遗传算法求某函数的最大值
- 利用遗传算法求某函数的最大值matlab- Asks some function using the heredity algorithm maximum value matlab
GA
- 遗传算法的函数优化sga-genetic algorithm optimization function sga
TMS320VC55代码优化(函数优化改写总结)
- TMS320VC55代码优化(函数优化改写总结)-TMS320VC55 code optimization (function optimization rewritten Final)
外点惩罚函数法-调试通过
- 求解n维具有不等式约束优化问题的最优解-solving n-dimensional inequality constrained optimization with the optimal solution
function_opt_demo
- 使用matlab应用遗传算法进行函数优化-Using genetic algorithm in matlab to optimize function
遗传算法代码
- 这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧-This is the source code of genetic algorithm for function optimization, it can run ,down it if you need it.
优化1
- 这是用单纯形法发来进行函数优化的程序,可以运行成功,需要的就下吧-This is sends in with the simplex method carries on the procedure which the function optimizes, may move successfully, download if you need
粒子群优化算法C
- 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it ha
pso_2D
- 一种新的优化算法-粒子群算法,优化函数,速度较快,希望大家可以借鉴.-a new optimization algorithm-PSO algorithm optimization function, faster hope we can learn from.
罚函数内点法程序
- 一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用-a C++ compile penalty function interior point method for optimizing the design process and solve the optimization problem, it can use, copied, only for their own use!
多维函数优化程序
- 用JAVA语言编写,包括PSO(Particle swarm optimization, 中文译名为粒子群优化或微粒群算法), DE (Differential evolution, 中文译名为差分进化或差异演化)等算法,有一些不带约束和带约束的算例(如Michelawicz的几个问题)。使用说明见usage.txt、RUNExample.bat和程序中的注释。 -with Java language, including the
pso.code
- 主函数的源程序,优化函数则以m文件的形式放在fitness.m里面,对不同的优化函数只要修改fitness.m就可以了通用性很强。-pso code
PSOt
- 粒子群优化算法的源程序和pdf课件,还包括几个应用粒子群算法解决优化函数的例子-Particle swarm optimization algorithm source and pdf courseware
优化算法测试函数集合
- 可用于测试优化函数的性能,里面的测试函数可以直接调用,正确无误(Can be used to test the performance of the optimization function, the test function can be called directly)
grad
- 梯度下降法优化函数,包括回溯搜索法和精确直线法(Gradient descent method to optimize the function, including backtracking search method and precise line method)
Zemax优化函数探讨
- zemax光学设计软件教程,优化函数的探讨(Zemax optical design software tutorial, optimization function discussion.)
ACO
- 蚁群算法优化函数,采用matlab来编程,最后给出仿真图(ACO optimizes functions)