搜索资源列表
homework
- 实现图像分割处理。基于遗传算法的图像分割处理,包括彩色图像和灰度图像,其中遗传算法的种群规模、交叉概率和突变概率可变。-Achieve image segmentation. Based on genetic algorithm for image segmentation, including color and grayscale images, where the genetic algorithm population size, crossover probability and mu
hybrid-particle-swarm-optimization
- 3种分别基于选择、交叉、模拟退火的混合粒子群算法,matlab编程。-Were based on three kinds of selection, crossover, hybrid particle swarm simulated annealing algorithm, matlab programming.
yichuansuanfa
- 遗传算法,随机产生100个种群,交叉产生100,变异产生100,然后选取最优的100个种群继续交叉变异-Genetic algorithm, randomly generated 100 population, cross produces 100, mutation produces 100, and then select the best 100 stocks continue to crossover and mutation
DblGEGA
- 双切点交叉遗传算法,对遗传算法的改进-Double-cut-point crossover genetic algorithm, the improved genetic algorithm
pso
- 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
center_detection
- 本人刚刚做的数学建模比赛题目和求解程序,是图像中的“交叉点”检测问题。先是对图像去噪去模糊光照均匀后再二值化,然后利用角点检测方法得到图像中的角点,最后聚类分析,剔除不合格角点,最终得到交叉点的坐标。-I just do mathematical modeling and solving program title game, is the image of the "crossover point" detection. First, go to blur the image de-noisi
yichuan
- 使用遗传算法实现对图像的分割,包括初始化、交叉和变异选择等-Use of genetic algorithm to image segmentation, initialization, crossover and mutation selection step
GA
- GA遗传算法用于孔径编码版的优化,程序包利用交叉、选择、变异、适应度计算的子程序。-The Genetic Algorithm is used for Aperture Coding s optimization here, and this package includes its crossover,selection,mutation and fitness calculation
