搜索资源列表
optima
- 最优化方法中的非线性规划的powell方法的matlab实现,可支持多维的参数,自己修改即可。-optimization of the nonlinear programming method of Matlab Powell realized, support multidimensional parameter can change themselves.
optimark_v.1.0
- 数字水印的实现工具optimark-digital watermarking tool for the realization of optimark
optima
- 最优化方法中的非线性规划的powell方法的matlab实现,可支持多维的参数,自己修改即可。-optimization of the nonlinear programming method of Matlab Powell realized, support multidimensional parameter can change themselves.
predatorysearch
- Alexandre Linhares于1998 提出了一种新的仿生计算方法,即捕食搜索算法。捕食搜索策略很好地协调了局部搜索和全局搜索之间的转换,已成功应用于组合优化领域的旅行商问题和超大规模集成电路设计问题。-The predatory search strategy consists of scanning the solution space in a straightforward manner, but, as each ne
svm
- 支持向量机可以对样本进行的分类,具有很好的泛化能及,并且可以解决小样本学习问题,在学习过程中避免出现局部最优解-Support vector machine classification of samples can have very good generalization can be and, and can solve the small sample learning problems, in the learning pro
monituihuo
- 模拟退火fortran程序,可以根据优化函数设置参数-C Simulated annealing is a global optimization method that distinguishes C between different local optima. Starting from an initial point, the C algorithm takes a step and the functio
Determining-the-Optima
- Enhanced Ant Colony Based Algorithm for
OPtima-lLayout-System-
- 实用异形件优化排样系统的研究与开发 对于多种不规则零件的优化排样,综合利用冲裁件排样中的图形识别和图形分析处理技术和矩形件的排 样优化技术,在对它们作一些合理的改造后,有机地组合构造出多种不规则零件的5种排样算法。 -Shaped pieces of practical research and development of optimum layout system for a variety of irregular p
3SAT
- GA比起SA ,最大的优势在于对个初始解,而且存在杂交和变异,让SA具有非常强的跳出局部最优解的能力。而且简单通用,健壮性强。但是待定的参数很多,而且计算速度比较慢。选择,杂交,变异算子的选取也很关键。-GA than SA, the biggest advantage of an initial solution, and there is hybridization and mutation, so that SA has a ve
modelo
- Ruta mas corta, algoritmo para la busqueda de la ruta mas optima
GA_INVERTED-PENDULUM-CONTROL-MATLAB
- 遗传算法对PID参数寻优实现倒立摆控制。-these programms fulfil the GA methods to find the global optima of the control parameters for a pid controller of an inverted pendulum.
Multi-Agent-Particle-Swarm-Algorithm
- 结合多智能体的学习、协调策略及粒子群算法,提出了一种基于多智能体粒子群优化的配电网络重构方法。该方法采用粒子群算法的拓扑结构来构建多智能体的体系结构,在多智能体系统中,每一个粒子作为一个智能体,通过与邻域的智能体竞争、合作。能够更快、更精确地收敛到全局最优解。粒子的更新规则减少了算法不可行解的产生,提高了算法效率。实验结果表明,该方法具有很高的搜索效率和寻优性能。-Combining the study of multi-agent t
GNew_Genetic_e
- 遗传算法及其育种:GA于20世纪60年代由美国Michigan大学J.H.Holland教授[1]首先提出。它可广泛应用于人工智能、机器学习、函数的优化、自动控制等领域。GA的突出特点是将问题的解空间间通过编码转换为GA的搜索空间,把问题的解转换为生物的个体,并借助生物的遗传和进化理论,对多个个体同时进行选择、交叉和变异操作。这样,可以较快地搜索到最优解。但是,遗传算法易陷入局部最优。搜索效率还不是 -Genetic Algorit
Semantic-Segmentation
- CVPR2012_oral Weakly Supervised Structured Output Learning for Semantic Segmentation-We address the problem of weakly supervised semantic segmentation. The training images are labeled only by the classes they conta
erweishang
- 二维最大熵法和二维最小交叉熵法是目前常用的两种阈值分割方法, 但在某些时候因为两种方法获取的阈 值过高或者过低, 使得分割失效。针对此问题, 提出了基于二维最大熵法和二维最小交叉熵法结合的图像分割方法。 首先, 对二维最小交叉熵公式进行转化 然后, 利用多目标规划理论将这两种方法有机结合使得到的阈值既满足二维 最大熵原则, 又满足二维最小交叉熵原则 最后, 利用二维直方图的特点推导出新型递推算法搜索最佳阈值并降低计 算复
dsad
- :智能算法如粒子群算法已被应用于PID控制器的参数优化,以弥补传统优化方法容易产生振荡和较大超调量 的不足,但是粒子群算法存在易于早熟的缺点,在分析量子粒子群算法的基础上,提出了使用量子粒子群算法优化PID控 制器的参数。为了兼顾控制系统的各项性能指标,根据控制器的实际要求对各项指标进行加权作为算法的目标函数,对 PID控制器进行多目标寻优。通过2个传递函数实例,分别使用z—N、粒子群算法和量子粒子群算法进行了PID控制器
Niche-artificial-fish-swarm-alg
- 提出了一种基于生境人工鱼群算法的多峰问题优化算法.该算法融合了模拟退火、小生境技术的思想,并加入了变异算子和自动生成合适小生境半径机制-Since it is difficult to find all the optima when artificial fish SWalTn algorithm(AFSA)is used in multimodal optimization.a niche artificial fish swa
code
- Convergence analysis and performance of the extended artificial physics optimization algorithm.artificial physics optimization (EAPO), a population-based, stochastic, evolutionary algorithm (EA) for multidimensional
Image-segmentation
- 利用OTSU算法与遗传算法相结合时图像分割的具体步骤,并且发现遗传算法在优化大津图像分割算法时存在着因为早熟而陷入局部最优解不足的情况。-Using the OTSU algorithm is combined with genetic algorithm for image segmentation concrete steps, and found genetic algorithm optimization Otsu image
JHSantiagoTexcoco_FletcherReeves-MatLab
- Prueba1 FletcherReeves Hernández Santiago José Maestría en Ciencias de la Computación Septiembre / 2011 1. Comenzar con un punto arbitrario 2. Calcular Gradiente de Fi 3. Si el Gradiente Fi es igual