搜索资源列表

  1. Object_recognition_by_deterministic_annealing

    0下载:
  2. Object recognition by deterministic annealing
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:382976
    • 提供者:adamR
  1. SAPSO

    1下载:
  2. 模拟退火-粒子群算法,该程序将模拟退火算法和粒子群算法相结合,对优化参数有很好的效果-Simulated annealing- particle swarm optimization, the program will be simulated annealing algorithm and particle swarm optimization by combining optimization parameters have a g
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:liwei
  1. VPRTW-SA

    0下载:
  2. 运用模拟退火算法求解带时间窗约束的车辆路径问题-The use of simulated annealing algorithm with time window constrained vehicle routing problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:2407424
    • 提供者:before
  1. fire

    0下载:
  2. 模拟退火算法是基于蒙特卡罗迭代求解法的一种启发式随机搜索过程。本文给出了该算法的详细介绍和伪代码。-Monte-Carlo simulated annealing algorithm is based on a heuristic iterative method for solving stochastic search process. This paper gives a detailed descr iption of the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:Royal
  1. SA

    0下载:
  2. 这是用模拟退火算法解决0-1背包问题,下载后可直接运行,可以帮助有需要对模拟退火算法进行了解的朋友。-This is a simulated annealing algorithm to solve the 0-1 knapsack problem, after downloading, can be directly run, you can help those in need of the simulated annealing
  3. 所属分类:matlab例程

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

    0下载:
  2. 模拟退火GUI演示,利用模拟退火算法求全局最大值最小值-Simulated annealing GUI demonstration, the use of simulated annealing algorithm seeking the global maximum value of the minimum
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:30720
    • 提供者:junlin
  1. Genetic-Annealing

    0下载:
  2. 一个遗传算法工具箱,很好用的。一种改进的遗传算法-A genetic algorithm toolbox, very good use. An Improved Genetic Algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:564224
    • 提供者:沈大勇
  1. MATLAB-Code-for-Simulated-Annealing

    0下载:
  2. TSP can be defined as a problem where starting from a node it is required to visit every other node only once in a way that the total distance covered is minimized. After an initial solution a neighborhood solution is se
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:amilcar
  1. SimulatedAnnealing

    0下载:
  2. Simulated Annealing (SA) is a smart (meta)-heuristic for Optimization. Given a cost function in a large search space, SA replaces the current solution by a random "nearby" solution. The nearby solution is chosen with a p
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:dingchong
  1. simulated_annealing

    0下载:
  2. 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:15360
    • 提供者:chc
  1. simulated-annealing

    0下载:
  2. 模拟退火程序,用MATLAB语言实现,并带有程序算法说明-simulated annealing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:25600
    • 提供者:刘文
  1. SimulatedAnnealingTools

    0下载:
  2. 很好用的模拟退火Matlab工具箱,带有英文说明书 -Simulated Annealing Tools Software
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:89088
    • 提供者:学者
  1. MSCI703_project

    0下载:
  2. this journal is created by Sachin Jayaswal Student ID: 20186226 Department of Management Sciences University of Waterloo. it s describe how performances of tabu search and simulated annealing solve the TSP. this jour
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:74752
    • 提供者:destra
  1. SimulatedAnnealing

    0下载:
  2. a useful presentation about Simulated annealing
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:191488
    • 提供者:niloofar
  1. SA

    0下载:
  2. Hybrid Simulated Annealing for synthesis of fiber Bragg grating
  3. 所属分类:其他行业

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

    0下载:
  2. 模拟退火算法进行特征选择和参数优化的经典论文-Simulated annealing algorithm for feature selection and parameter optimization of the classic papers
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:836608
    • 提供者:覃茂运
  1. CAD

    0下载:
  2. 自己编写的电路分析,优化程序,可求解电路响应,计算元件灵敏度,优化方法包括Powell法,模拟退火法,可部分实现滤波器设计的功能-I have written the circuit analysis, optimization procedures, can solve the circuit response, computing components sensitivity, and optimization methods in
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:79872
    • 提供者:david
  1. annealing

    0下载:
  2. 这是模拟退火算法,用于解决换热器网络出口温度达到最大值的问题-This is a simulated annealing algorithm used to solve the heat exchanger outlet temperature to achieve maximum network problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:李学文
  1. Annealing

    0下载:
  2. 使用模拟退火算法解决旅行商问题,输入为城市之间距离的描述,输出为城市之间的路径-The use of simulated annealing algorithm to solve the traveling salesman problem, enter a descr iption of the distance between cities, the output path between cities
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:lss
  1. Solving

    0下载:
  2. 求解双层规划问题常用的算法有极点算法、直接搜索法、下降法和非数值优化方法(如模拟退火算法、遗传算法等),遗传算法的求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解。-Solving Bilevel Programming Problems with pole algorithm commonly used algorithms,
  3. 所属分类:编程文档

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:大海
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org