搜索资源列表

  1. 改进的遗传算法

    0下载:
  2. vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:黄善理
  1. 遗传算法的三个算子

    0下载:
  2. 改进的遗传算法的三个操作算子,包括选择、交叉和变异。-Improved three arithmetic operator in genetic algorithm including select,crossover and mutuation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2153
    • 提供者:胡玉霞
  1. B样条小波边缘检测的改进算法

    0下载:
  2. 第1章为绪论。简要介绍了课题研究背景、意义及研究现状。 第2章具体介绍小波变换应用在图像边缘检测的基本原理。在连续小波变 换基础上引入实际中应用范围较广的离散小波变换,重点分析了多分辨率小波 变换。 第3章介绍B样条小波边缘检测的改进算法。基于B样条小波变换,将 Contourlet变换应用在多尺度自适应阈值边缘检测中。 第4章介绍多层次自适应空间系数高斯小波边缘检测方法。将灰度共生矩 阵特征值应用在高斯小波变换中,提出一
  3. 所属分类:文档资料

    • 发布日期:2009-05-31
    • 文件大小:2355945
    • 提供者:liwenwan
  1. 人工鱼群算法的改进及应用研究

    0下载:
  2. 人工鱼群算法的改进及应用研究,人工鱼群算法的参数分析,比例选择算子用于机械设计优化
  3. 所属分类:报告论文

    • 发布日期:2011-09-02
    • 文件大小:776346
    • 提供者:wangsyz@163.com
  1. 遗传算法的三个算子

    0下载:
  2. 改进的遗传算法的三个操作算子,包括选择、交叉和变异。-Improved three arithmetic operator in genetic algorithm including select,crossover and mutuation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:胡玉霞
  1. cannyadvanced

    0下载:
  2. 一个CANNY算子的应用实例。包含了界面的操作,在当下流行的一版CANNY算子应用实例基础上对高斯滤波做了改进。-a Canny Operator application examples. The interface includes the operation of the current version of a popular Canny operator application on the basis of Gaussian
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-06
    • 文件大小:90112
    • 提供者:费小文
  1. ADAPTIVEGA

    0下载:
  2. ADPTIVE GA是改进遗传算法程序,提供了各种交叉算子,变异算子,具有强大的计算功能-ADPTIVE GA is improved genetic algorithms and procedures, and providing a variety of cross-operator, mutation operator, with powerful computing capabilities
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:208896
    • 提供者:周期函数
  1. ImprovedEdgeDetectionAlgorithmBasedonCannyOperator

    0下载:
  2. 基于改进的canny算子边沿提取算法,比八连同区域的的方法更精确。-Based on improved canny operator edge extraction algorithm, together with the region than eight more accurate methods.
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-06
    • 文件大小:3258368
    • 提供者:huadian
  1. pso

    0下载:
  2. 改进的pso算法:引入变异算子,保持了种群的多样性,并提高了算法的全局搜索能力。-Improved PSO algorithm: the introduction of mutation operator to maintain the diversity of the population and improve the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:4096
    • 提供者:Jacky Gao
  1. GAToolbox

    0下载:
  2. MATLAB遗传算法工具包,内含标准遗传算法各函数及改进遗传算子的实现函数。-MATLAB genetic algorithm tool kit, containing the standard genetic algorithm to improve the function and genetic operators of the implementation function.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:233472
    • 提供者:Anlaen Liang
  1. 6A_5016

    0下载:
  2. 一种基于双变异算子的遗传算法本文针对简单遗传算法(SGA)所存在的缺点和不足,提出了一种新的改进遗传算法-双变异算子GA。该想法通过将所有产生的子代个体与父代个体混合作为下一代种群,在种群选择前对适应度值较低的个体进行一次变异,然后通过选择,交叉,再一次变异产生新种群,再利用自适应算法改变交叉和变异率及最优保存策略保护历代最优个体, 经Visual C++ 软件编程计算,得到了较好的优化结果. -A mutation operator
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:18432
    • 提供者:bai
  1. edge_detection

    0下载:
  2. 实现sobel canny prewitt marr Roberts算子的边缘检测-Achieve sobel canny prewitt marr Roberts edge detection operator
  3. 所属分类:图形图象

    • 发布日期:2024-06-06
    • 文件大小:3072
    • 提供者:gaef
  1. edgeDetection

    0下载:
  2. 本程序实现边缘检测,并可通过设置阀值t二值化输出图像,选择类型设置检测算子(Roberts , sobel , sobel_diagonal ,sobel算子, Prewit ,canny , LoG )。-Edge detection of the program, and by setting the threshold t of the output binary image, select the type of operato
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-06
    • 文件大小:24576
    • 提供者:cui ju
  1. main

    0下载:
  2. sobel、prewitt、robot、LOG、canny 运行main文件,该程序用以上五种算子对图像进行边缘检测-sobel, prewitt, robot, LOG, canny run the main file, the program for more than five operators using the image edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-06
    • 文件大小:55296
    • 提供者:徐薇
  1. IGA

    0下载:
  2. 为改进遗传算法的源程序,采用了多次2-opt变异算子,进一步改进了计算结果。-The source code for the improved genetic algorithm using a number of 2-opt mutation operator to further improve the results.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:碧天
  1. parallelsurf_0.92

    0下载:
  2. 本算法是surf算子的改进算子,能够更加快速的检测出特征点-This algorithm is improved surf operator operator, to more quickly detect the feature points
  3. 所属分类:图形图象

    • 发布日期:2024-06-06
    • 文件大小:252928
    • 提供者:高明亮
  1. tuxiangfenge

    0下载:
  2. 基于改进遗传算法的图像分割,算法中引入了优生算子、改进的变异算子和新个体,避免了局部早熟,提高了收敛速度和全局收敛能力。 -Based on improved genetic algorithm for image segmentation algorithm is introduced eugenics operator, the improved mutation operator and new individual, to av
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:28672
    • 提供者:guixuzhen
  1. canny算子进行边缘检测的源代码

    1下载:
  2. 对于现有canny算子进行了一定的改进,使得效果更好(Some improvements have been made to the existing Canny operator, which makes the effect better)
  3. 所属分类:图形图像处理(光照,映射..)

  1. 一种改进的基于Canny算子边缘检测算法

    0下载:
  2. 在图像处理中的对于canny算子的一种改进方式(An improved method for canny operators in image processing)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-06
    • 文件大小:1242112
    • 提供者:wabgkai9210005
  1. 人工蜂群算法(改进版)

    0下载:
  2. 介绍了一种新的人工蜂群算法,此算法可以用来解决任何多维函数优化问题。算法收敛性比较好!(This paper introduces a new artificial swarm algorithm which can be used to solve any multidimensional function optimization problems.Algorithm convergence is good!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-06
    • 文件大小:28672
    • 提供者:dingli1
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org