搜索资源列表

  1. matlab3

    0下载:
  2. 这是利用遗传算法进行图像分割的matlab源程序-This is the use of genetic algorithms image segmentation matlab source
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:327680
    • 提供者:梅丽
  1. SGA

    0下载:
  2. 基本遗传算法的C语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm C language source code. (Genetic algorithm extremely broad range of applications, it can be applied to functi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:沁篱
  1. gaopt

    0下载:
  2. 使用基本遗传算法(GA)对函数进行最优化的C语言源程序-The use of the basic genetic algorithm (GA) to optimize the function of the C language source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:ann
  1. sga

    0下载:
  2. 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the ba
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:闫安心
  1. GA-FCM

    0下载:
  2. 遗传算法改进的模糊C均值聚类的matlab源程序 可以运行 格式需要更改-Improved genetic algorithm fuzzy C-means clustering can run the matlab source code need to change format
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:许翔
  1. GA_Ashi

    0下载:
  2. 用Delphi实现的遗传算法实数编码的源程序,相应的参数根据需要进行设定。-Using Delphi to achieve real-coded genetic algorithm s source code, the corresponding parameter settings as needed.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:209920
    • 提供者:程俊仁
  1. generic_tsp

    0下载:
  2. 用遗传算法求解TSP问题,种子数100,遗传概率和交叉概率可以在源程序中修改。-Genetic Algorithm with TSP problem, a few hundred seeds, genetic probability and crossover probability can modify the source program.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:502784
    • 提供者:stefwang
  1. GAOptimization

    0下载:
  2. 我改写的多变量带约束的遗传算法Matlab源程序!-Multi-variable Constrained Optimization by GA in Matlab!!!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:张飞
  1. SGALAB1003beta5005

    0下载:
  2. 这是一个经典的遗传算法标准源程序,可以在此基础上进行改进和提高-This is a classic source of standard genetic algorithm can be carried out on this basis to improve and enhance
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:14707712
    • 提供者:zhizhou
  1. GenetikZIP

    0下载:
  2. 相当不错的,遗传算法源程序,大家不要积分可以随便下载。-GA code by c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:shouhaiyang
  1. quantumgeneticalgorithm

    0下载:
  2. 一种带量子门的改进的遗传算法matlab源程序。-A quantum gate with improved genetic algorithm matlab source.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:李晓东
  1. QGAforfun

    0下载:
  2. 量子遗传算法对标准函数的优化,在matlab下的源程序-Quantum genetic algorithm optimization of the standard function in matlab source code under the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:李晓东
  1. SGA

    0下载:
  2. 基本遗传算法及其在函数优化中的应用,PPT课件,源程序-The basic genetic function optimization algorithm and its application, PPT software, source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:847872
    • 提供者:蔡文文
  1. BP

    0下载:
  2. 基于visual basic的遗传算法优化BP神经网络权值源程序-visual basic
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:lee
  1. GA_main

    0下载:
  2. 遗传算法整套源程序,包括初始种群,计算适应度值,选择,交叉变异等-Genetic algorithm source code package, including the initial population, calculation of fitness value, selection, crossover and other variant
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:Mike
  1. matlabsuanfa

    0下载:
  2. 包含了Floyd算法、dijkstra算法、贪婪算法、遗传算法、搜索算法、蚁群算法、哈密顿环路的matlab源程序及相关说明。-Floyd algorithm is included, dijkstra algorithm, greedy algorithm, genetic algorithm, search algorithm, ant colony algorithm, Hamiltonian loop matlab source
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:219136
    • 提供者:陈壁坚
  1. tsp

    0下载:
  2. matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造-MATLAB to solve tsp problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:fang
  1. tsp

    0下载:
  2. 用遗传算法解决最短路径优化TSP 问题(附matlab源程序.txt)-The solvelution of the shortest path optimization problem TSP by using genetic algorithms (matlab source. Txt)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:zyh
  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-05-16
    • 文件大小:2048
    • 提供者:碧天
  1. matalb

    0下载:
  2. 遗传算法的matlab源程序,可以用于遗传算法的应用,还是很有用的-matalb
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:680960
    • 提供者:费士曼
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »

源码中国 www.ymcn.org