搜索资源列表

  1. AGP-NNBP

    0下载:
  2. 遗传模拟退火算法通用源程序 给定群体规模,群体,种群,初始温度-genetic simulated annealing definitive source given population size, population, population, the initial temperature
  3. 所属分类:Dephi控件源码

    • 发布日期:2008-10-13
    • 文件大小:4066
    • 提供者:zhuty
  1. MCRGSA

    1下载:
  2. MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num-----
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1766
    • 提供者:程爱华
  1. TSPTravelingsalesmanproblem

    0下载:
  2. 完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序拟退火算法解0-1背包问题MATLAB源代码 -complete graph Hamilton Circle genetic simulated annealing Matlab to be definitive source solution annealing 0 - a knapsack problem MATLAB source code
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2041
    • 提供者:zh110
  1. GA_SA

    0下载:
  2. 采用遗传模拟退火的方法解决TSP问题,界面友好,程序运算效果很好-genetic simulated annealing method to solve the TSP, friendly interface and operation procedures with good results
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:58062
    • 提供者:yinhui
  1. TSP-based-on-improved-pso

    0下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algori
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:633856
    • 提供者:durongmao
  1. computer_classical_arithmetic

    0下载:
  2. 该文件主要为分治策略、概率算法、回溯算法、枚举法、模拟退火算法、排序算法、搜索算法、贪心算法、遗传算法、蚁群算法的介绍及实现方式-The document mainly divide and conquer, probabilistic algorithms, backtracking algorithm, enumeration method, simulated annealing algorithm, sorting algori
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:775168
    • 提供者:mcs
  1. GA_tuihuo1

    0下载:
  2. 模拟退火优化遗传算法,改进了遗传操作,自适应参数(improved simulated annealing and optimized genetic algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:均哥
  1. 遗传模拟退火算法

    0下载:
  2. 介绍了遗传算法和退火算法的结合使用,提高了GA本身的性能(introduce a method combine GA with SA to make a difference to GA)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:```hollyshee9
  1. 模拟退火禁忌搜索遗传算法神经网络MATLAB程序合集

    1下载:
  2. 模拟退火,禁忌搜索,遗传算法,神经网络-MATLAB程序合集(Simulated annealing, tabu search, genetic algorithms, neural networks - MATLAB collection)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:1155
  1. 遗传算法处理NURBS曲线逼近(Matlab实现)

    1下载:
  2. 在Matlab平台上采用将模拟退火算法及遗传算法相结合的曲线拟合方法,实现以任意次数、任意顶点数的非均匀有理B样条(NURBS)曲线逼近给定测量点序列(On the Matlab platform, we use the curve fitting method combining simulated annealing algorithm and genetic algorithm to achieve the sequence of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:125952
    • 提供者:beautyjade
  1. 模拟退火,遗传算法,神经网络程序

    0下载:
  2. 模拟退火,遗传算法,神经网络程序高级算法的简单运用,是有效的计算出最优的方法,相比于暴力搜索,算法简洁,运行时间短(The application of simulated annealing, genetic algorithm and advanced algorithm of neural network program is the best way to calculate effectively. Compared with
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:30720
    • 提供者:问梅vuk
  1. 算法

    0下载:
  2. floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,模拟退火算法是局部最优解能概率性地跳出并最终趋于全局最优,遗传算法是一种通过模拟自然进化过程搜索最优解的方法。(The Floyd algorithm is also known as the insertion point method, which is a multi weighted graph using the idea of d
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:108544
    • 提供者:咯吧嘞
  1. SAGAexp.m

    0下载:
  2. 遗传算法和模拟退火算法融合,解决遗传算法早熟问题。(Fusion of genetic algorithm and simulated annealing algorithm)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:秋天三岁
  1. arithmetic

    0下载:
  2. 用Java分别实现了遗传、模拟退火、BP的旅行商问题(The traveling salesman problem of heredity, simulated annealing and BP was realized by Java)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:367616
    • 提供者:于鱼鱼
  1. 模拟退火算法和遗传算法程序

    0下载:
  2. 使用MATLAB编写的模拟退火算法和遗传算法的源代码(The source code of the simulated annealing algorithm and genetic algorithm written in MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:1334849784
  1. 遗传算法退火算法

    0下载:
  2. 利用MATLAB实现模拟退火算法的在各实际情况中的应用(The application of simulated annealing algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:9250816
    • 提供者:lesilecc
  1. 模拟退火和模糊C均值分类

    0下载:
  2. 遗传模拟优化初始聚类中心,模糊C均值聚类(Genetic algorithm is used to optimize initial clustering centers and fuzzy C means clustering.)
  3. 所属分类:matlab例程

  1. GASA

    0下载:
  2. 运用模拟退火遗传算法解决路径优化问题,其中已给出中文注释(GASA for VPR.Simulated Annealing Genetic Algorithms (SAGA) is used to solve the problem of path optimization, in which Chinese annotations are given.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:果果66
  1. 遗传退火算法fortran实现

    0下载:
  2. 遗传算法与模拟退火算法的混合算法,用于最优化问题的求解。(The hybrid algorithm of genetic algorithm and simulated annealing algorithm is used to solve the optimization problem.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:打死光头强
  1. 111

    0下载:
  2. 用于求解带时间窗的多车场的配送路径优化问题,即vrp问题,算法是基于模拟退火算法和遗传算法的混合算法(The algorithm is a hybrid algorithm based on simulated annealing algorithm and genetic algorithm, which is used to solve the distribution path optimization problem of mu
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:小时代8884
« 1 2 3 4 56 7 8 9 10 ... 18 »

源码中国 www.ymcn.org