搜索资源列表
多目标优化 matlab
- multi object genetic algorithm 多目标优化遗传算法
演示多目标perota优化问题
- %% 该函数演示多目标perota优化问题
优化设计
- 常规优化算法程序库,处理各种有约束和无约束优化问题-conventional optimization algorithm library, to deal with binding and non-constrained optimization problem
GeneticAlgorithm
- 用遗传算法解决函数优化问题原代码 求出最优解与迭代次数-genetic algorithm optimization function source obtained with the optimal solution iterations
Rectangle
- 探讨了矩形件和任意形状图案的排样优化问题的遗传算法求解,提出了剩余矩形表示法和条形图表示法。对于矩形排样,剩余矩形表示法提高了板材利用率,更容易得到较优解。对于任意形状图案排样,条形图表示法直接利用位图排样,不对图案作任何限制(允许有孔洞),排样速度很快。该算法已应用于智能印花分色系统中。-on rectangular pieces of arbitrary shape and pattern layout of genetic opt
7941925pos
- 粒子群的优化算法,不仅可以方便地解决无约束优化问题,也可以方便的解决有约束的非线性优化问题。-Particle Swarm Optimization algorithm, not only can easily solve the unconstrained optimization problem can also be convenient to solve constrained nonlinear optimization pr
SGAC
- 标准遗传算法源码 C语言编程 求解函数优化问题。-Standard genetic algorithm C language programming for Function Optimization.
MATLAB解非线性优化问题
- MATLAB的解非线性优化问题,欢迎下载
一维优化问题
- 利用MATLAB和C++语言进行一维优化问题的编程,包括黄金分割法和二次插值法(Using MATLAB and C ++ language for one-dimensional optimization of the programming, including the golden section and quadratic interpolation method)
基于matlab多种群粒子群算法求解多目标优化问题
- 本代码主要是matlab源代码,介绍了一种通多种群粒子群算法求解多目标优化问题,这是本人毕业设计的内容,源代码附有相关说明,且运行没有问题,大家可以参考(This code is mainly matlab source code, introduced a variety of particle swarm optimization algorithm to solve multi-objective optimization pro
无约束优化问题
- 包括几种常用的无约束优化算法,比如最速下降法、BFGS算法、共轭梯度法等等(Including unconstrained optimization algorithms in common use)
约束非线性优化问题求解
- 最优化 ,matlab, 约束非线性优化问题求解,约束非线性优化问题(Constrained nonlinear optimization problem)
有限体积法求解储热结构分析优化问题
- 根据有限体积法用MATLAB编程,求解两类储热结构分析优化问题(Finite Volume Method for Solving Structural Optimization Problems of Thermal Storage.)
利用cvx 解决凸优化问题实例代码
- 本人最近利用MATLAB在做仿真,其中涉及到求解凸优化问题,现发出来与大家共享代码程序,一起进步。(I recently used MATLAB to do simulation, which involves solving convex optimization problems, and now I am developing with you to share code programs.)
电力系统的多目标优化问题minopf3.2_w32
- 程序讨论电力系统的多目标优化问题,内含多个仿真程序(The program discusses multi-objective optimization of power systems and includes multiple simulation programs)
GA多目标优化问题
- 采用遗传算法进行多目标优化问题的求解,具体为两个目标优化问题(genetic algorithm solve multi-objective problem)
SCA:用于解决优化问题的正弦余弦算法
- 用于求解单目标优化问题的正弦余弦算法。 SCA创建多个初始随机候选解决方案,并要求它们使用基于正弦和余弦函数的数学模型向外波动或朝向最佳解决方案。几个随机和自适应变量也被集成到该算法中,以强调在不同的优化里程碑中探索和利用搜索空间。 压缩包包括:发表的论文、优化算法代码、优化工具箱。(Sine-cosine algorithm for solving single objective optimization problems. S
NSGAII-有约束限制的优化问题
- 基于NSGA-II的有约束限制的优化问题实例matlab编程代码(Matlab programming code based on nsga-ii constrained optimization problem)
牛顿法解优化问题
- 使用各种牛顿法(包括普通牛顿法,拟牛顿法,阻尼牛顿法)求解优化问题(Using various Newton methods (including general Newton method, quasi Newton method, damped Newton method) to solve optimization problems)
PSO求解多目标优化问题matlab代码
- 单目标粒子群优化算法的主程序,这是一个案例,可以参考(Single objective particle swarm optimization)