搜索资源列表
fpga时序约束
- fpga时序约束.rar-timing constraints. Rar
use GA to deal with 随机机会约束规划
- use GA to deal with 随机机会约束规划-use GA to deal with random chance Constraint Programming
约束优化问题的遗传算法求解
- 基于matlab的约束优化问题的遗传算法求解-Matlab-based constrained optimization problems of the genetic algorithm
遗传算法解决求解带约束
- 遗传算法解决求解带约束的优化问题明确遗传算法求解问题的一般思路和编码设计-Genetic Algorithm for solving constrained optimization problems with a clear genetic algorithm from the general ideas and Coding Design
第7章 无约束多维极值问题
- 无约束多维极值算法 共轭梯度法 用共轭梯度法求解多维函数的极值(Unconstrained multidimensional extreme value algorithm; conjugate gradient method)
极限约束
- 能实现出来的极限约束,用来计算机视觉中的双目标定的下一步。在MATLAB中进行标定并且读取摄像机参数,然后进行图像处理,再极限约束(A limit that can be achieved)
PSO_约束
- 在典型的pso粒子群算法应用中,解决有约束的问题的pso算法(In the application of typical PSO particle swarm optimization, the PSO algorithm for solving constrained problems is presented)
无约束一维极值问题
- 求一维无约束问题的最优解。包括很多传统的优化算法如牛顿法等。(Using Newton method to find the optimal solution of one dimensional unconstrained problems.)
04带有约束条件的最小二乘法
- 高斯核模型约束 最小二乘法,亲手注释,效果不错,带拟合效果图(Gauss kernel model constrained least squares method, personally annotated, the effect is good, with the fitting effect diagram)
一种带落角约束的精确制导律(拦截高超声速目标)
- 一种考虑终端攻击角度约束、拦截高超声速目标的精确制导方法仿真(Simulation of an accurate guidance method considering terminal attack angle constraint and intercepting hypersonic target)
无约束优化问题
- 包括几种常用的无约束优化算法,比如最速下降法、BFGS算法、共轭梯度法等等(Including unconstrained optimization algorithms in common use)
约束非线性优化问题求解
- 最优化 ,matlab, 约束非线性优化问题求解,约束非线性优化问题(Constrained nonlinear optimization problem)
有边界约束的三角网生成程序
- 在有边界约束的情况下,在区域内生成三角网,任意闭合边界的三角网生成都可以实现。(In the case of boundary constraints, triangulation networks are generated in the region, and the triangular mesh of arbitrary closed boundaries can be realized.)
带约束的遗传优化算法
- 带约束的多目标遗传优化算法NSGA-II(Constrained Multi-objective Genetic Algorithms NSGA-II)
约束的最小二乘方滤波复原法
- 在matlab中使用约束的最小二乘方滤波复原法进行图像的复原(Image restoration using matric least squares filtering restoration in matlab)
椭圆约束主动轮廓视盘分割
- 对图像分割,初始轮廓为椭圆。变化的过程中始终以椭圆为约束(For image segmentation, the initial contour is an ellipse.)
PSO-有约束优化
- 该资源使用matlab编写的有约束条件的粒子群算法,其中的代码对于解决一些约束问题可能会有很大的帮助,也可以为一些人提供一些想法与思路(This resource uses a constrained particle swarm algorithm written in matlab. The code in it may be very helpful for solving some constraint problems, and it can also provide some peo
NSGAII-有约束限制的优化问题
- 基于NSGA-II的有约束限制的优化问题实例matlab编程代码(Matlab programming code based on nsga-ii constrained optimization problem)
模拟退火 多约束
- 求解多车型,多约束情况下的模拟退火算法求取最短路径,有文档说明,程序有解释。
蚁群算法 约束条件下
- 对有约束的优化问题.提出了一种改进的蚁群算法.将罚函数策略引入算法中,自动调节惩罚比,避免过度惩罚。算法构造了蚁群适应函数.结合局部搜索策略引导蚂蚁找到解空间中有希望的区域。经过一系列算例测试。证明算法对这些问题的求解是有效的。