搜索资源列表
约束优化问题的遗传算法求解
- 基于matlab的约束优化问题的遗传算法求解-Matlab-based constrained optimization problems of the genetic algorithm
求解机械优化的Pareto多目标中心粒子群算法
- 摘要:针对基于权重法的多目标算法无法求解约束多目标问题的缺陷,将中心粒子群算法与Pareto 解集搜索算法相结合,提出 一种Pareto 多目标中心粒子群算法。将此方法用来优化气门弹簧的模型,实验结果表明,该优化方法能够快速准确地收敛于Pareto 解集,并且使其对应的目标域均匀地分布于Pareto最优目标域。
0514003
- 根据汽车内饰等行业需求,对皮制品加工的优化排样问题进行了研究.创新地采用离散化处理方式,同时引进边界约束,使排样过程与皮料和样片的几何信息无关,使用基于顺序的启发式底左布局将样片顺次布置到皮料上-According to the demand for such industries as automotive interior trim, leather processing for optimal layout problem is studied. Innovative approach o
Math
- 内含8个数学建模的实验报告:线性规划、插值、拟合、非线性规划、蒙特卡洛方法、微分方程、无约束优化、回归分析-Mathematical modeling includes 8 Experiment Report: linear programming, interpolation, fitting, linear programming, Monte Carlo method, differential equations, unconstrained optimization, regressi
5paper5
- 无线信道上能量约束条件下可伸缩视频的自适应传输 E为提高无线信道上可伸缩视频码流的传输效率!提 出一种新的能量约束条件下可伸缩视频码流自适应传输算 法"基于无线信道的#$ &’(模型假设!在满足延时约束条 件下!对各可伸缩视频编码帧的增强层数目以及信道发送速 率进行联合优化!并给出了动态规划算法求解该约束优化问 题"实验结果表明!相对于采用固定信道传输速率的可伸缩 视频码流传输方案!该方案在达到相同平均视频质量时平均 可节省))*+,-.,/*01-的能量!显著提
Nonconstraint-Optimized-Method
- 无约束优化方法,解无约束优化问题,用于机械优化设计等课程-Constraint Optimized Method
2_2
- 优化工具箱提供fmincon函数用于对有约束优化问题进行求解-Optimal toolbox fmincon function to provide the constrained optimization solution
example
- 该程序使用优化问题中的变尺度发求解无约束优化问题。-The program uses to optimize the scale hair change in the problem solving unconstrained optimization problems.
mymma
- 利用MMA函数求解大规模无约束优化问题 添加了滤子的技巧-A MMA function of solving large scale unconstrained optimization problems added filters skills
lagelangrichengzifa
- 用拉格朗日乘子法解有约束优化问题的matlab程序。-Lagrange multiplier method for solving constrained optimization problems matlab program.
an-sqp-algorithm--optimization
- 序列二次算法求大量的约束优化问题,外文,非常好的文献-Sequential Quadratic algorithm for a large number of constrained optimization problems, foreign languages, very good literature
optimization-problem-in-this-paper
- 遗传算法对约束优化问题的研究综述,主要是综述约束问题。-Genetic algorithm for constrained optimization problem in this paper, research is mainly summarized constraint problems.
the-Lagrange-multiplier-method-
- 约束优化算法:拉格朗日乘子法matlab程序-Constrained optimization algorithm: the Lagrange multiplier method and matlab program
Optimization-of-the-design-process
- 现代设计理论中涉及的一些常用的优化设计方法,如一维搜索(黄金分割、二次差值等)、无约束优化方法(梯度法、牛顿法等)、约束优化方法(复合形法、DFP、惩罚函数法等)。-Some commonly used method for optimizing the design of modern design theory involved, as one-dimensional search (golden section, the second difference, etc.), unconstr
An-efficient-augmented-
- 基于经典的增广拉格朗日乘子法, 对求解一类带有特定结构(主要是针对凸规划)的非光滑等式约束优化问题, 我们提出、分析并测试了一个新算法. 在极小化增广拉格朗日函数的每一步迭代中, 该算法有效结合了带有非单调线性搜索的交替方向技术, 我们建立了算法的收敛性, 并用它来求解在带有全变差正则化的图像恢复问题.-Based on the classic augmented Lagrangian multiplier method, we propose, analyze and test an algo
pyOpt-1.2.0
- python非线性约束优化包 适用于大型优化问题切求解(Python Nolinear Constraints Optimization Package)
华侨大学XFX函数优化平台2017版
- 该2017版软件集成了竞赛争冠系列算法(含单目标寻优、多峰函数寻优、参数估计(拟合)等)和多种差分向量型式的差分进化算法。可对数学函数进行有或无约束优化、多峰函数优化等工作。其中改进竞赛争冠算法是近期本人的研究佳作。与现行优良的进化算法相比,颇具竞争力。(The 2017 version of the software integrates the series of race champion algorithm (including single objective optimization
CEC 2006
- cec 单目标约束优化问题的标准测试函数 G01-G24(cec2006 Benchmark functions G01-G24 on Constrained optimization problem.)
用matlab编程求解线性约束优化问题的fmincon函数例子
- matlab编程求解线性约束优化问题 minf(X)=-x1x2x3 s.t. -x1-2x2-2x3<=0 x1+2x2+2x3<=72
蚁群算法 约束条件下
- 对有约束的优化问题.提出了一种改进的蚁群算法.将罚函数策略引入算法中,自动调节惩罚比,避免过度惩罚。算法构造了蚁群适应函数.结合局部搜索策略引导蚂蚁找到解空间中有希望的区域。经过一系列算例测试。证明算法对这些问题的求解是有效的。