您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 模拟退火算法模拟退火算法模拟退火算法

  2. 模拟退火算法模拟退火算法模拟退火算法模拟退火算法模拟退火算法模拟退火算法模拟退火算法模拟退火算法模拟退火算法模拟退火算法模拟退火算法模拟退火算法
  3. 所属分类:其它

    • 发布日期:2009-04-27
    • 文件大小:8192
    • 提供者:yinbaiqiang123
  1. Anneal algorithm

  2. good program for using Anneal algorithm
  3. 所属分类:其它

    • 发布日期:2007-11-08
    • 文件大小:195584
    • 提供者:shanzhang
  1. C语言数值算法程序大全

  2. 史无前例的全,很实用。看了就知道。 #include #include #include #include #include "nr.h" using namespace std; namespace { inline DP alen(const DP a, const DP b, const DP c, const DP d) { return sqrt((b-a)*(b-a)+(d-c)*(d-c)); } } void NR::anneal(Vec_I_DP &x, Vec_I_
  3. 所属分类:C

    • 发布日期:2010-04-04
    • 文件大小:410624
    • 提供者:haotongzhi
  1. 模拟退火源代码有需要的吗

  2. m .\anneal.m .\berkeley.m .\COPYRIGHT.txt .\dispEh.m .\dispEt.m .\dispMat.m .\ensembleInit.m .\examples .\........\chemcluster .\........\...........\clusterdistances.m .\........\...........\clusterplot.m .\........\...........\cluster_cost.m .\...
  3. 所属分类:其它

    • 发布日期:2010-04-27
    • 文件大小:467
    • 提供者:my245457454
  1. simulated annealing

  2. Abstract-One way to alleviate the heavy computation required by simulated annealing placement algorithms is to replace a significant fraction of the higher or middle temperatures with a faster heuristic, and then follow it with simulated annealing.
  3. 所属分类:C

    • 发布日期:2008-10-07
    • 文件大小:689152
    • 提供者:cxl_2008
  1. arff数据集全集

  2. 目录列表: 2dplanes.arff abalone.arff ailerons.arff Amazon_initial_50_30_10000.arff anneal.arff anneal.ORIG.arff arrhythmia.arff audiology.arff australian.arff auto93.arff autoHorse.arff autoMpg.arff autoPrice.arff autos.arff auto_price.arff balance-scal
  3. 所属分类:互联网

    • 发布日期:2015-08-25
    • 文件大小:19922944
    • 提供者:jiajia333666
  1. arff格式数据集整理

  2. 数据集目录: 2dplanes.arff abalone.arff ailerons.arff Amazon_initial_50_30_10000.arff anneal.arff anneal.ORIG.arff arrhythmia.arff audiology.arff australian.arff auto93.arff autoHorse.arff autoMpg.arff autoPrice.arff autos.arff auto_price.arff balance-sca
  3. 所属分类:互联网

    • 发布日期:2016-08-03
    • 文件大小:19922944
    • 提供者:pang_hailong
  1. 非数值并行算法(第一册)模拟退火算法.pdf

  2. 非数值并行算法(第一册)模拟退火算法 simulated annealing
  3. 所属分类:其它

    • 发布日期:2009-04-14
    • 文件大小:6291456
    • 提供者:zcj04566
  1. Simulated anneal 模拟退火法求解TSP java实现

  2. Simulated anneal 模拟退火法求解TSP java实现
  3. 所属分类:Java

    • 发布日期:2009-04-25
    • 文件大小:62464
    • 提供者:ywlcoolcool
  1. 模拟退火算法及其在求解TSP中的应用

  2. 模拟退火算法(Simulate Anneal,SA)是一种通用概率演算法,用来在一个大的搜寻空间内找寻命题的最优解。模拟退火是由S.Kirkpatrick, C.D.Gelatt和M.P.Vecchi在1983年所发明的。V.Černý在1985年也独立发明此演算法。模拟退火算法是解决TSP问题的有效方法之一。
  3. 所属分类:算法与数据结构

    • 发布日期:2018-04-09
    • 文件大小:179200
    • 提供者:jueqingnikong
  1. 模拟退火算法MATLAB实现代码

  2. 多目标优化问题中常用的模拟退火算法anneal基于MATLAB实现代码。
  3. 所属分类:其它

    • 发布日期:2018-02-06
    • 文件大小:4096
    • 提供者:xingxin_xu
  1. python飞机大战

  2. import matplotlib.pylab as plt import numpy as np import random from scipy.linalg import norm import PIL.Image class Rbm: def __init__(self,n_visul, n_hidden, max_epoch = 50, batch_size = 110, penalty = 2e-4, anneal = False, w = None, v_bias = None,
  3. 所属分类:Python

    • 发布日期:2018-10-27
    • 文件大小:684032
    • 提供者:weixin_43455338
  1. 模拟退火算法工具箱

  2. 模拟退火算法(Simulate Anneal,SA)是一种通用概率演算法,用来在一个大的搜寻空间内找寻命题的最优解。模拟退火是由S.Kirkpatrick, C.D.Gelatt和M.P.Vecchi在1983年所发明的。V.Černý在1985年也独立发明此演算法。模拟退火算法是解决TSP问题的有效方法之一。 模拟退火的出发点是基于物理中固体物质的退火过程与一般组合优化问题之间的相似性。模拟退火算法是一种通用的优化算法,其物理退火过程由加温过程、等温过程、冷却过程这三部分组成。
  3. 所属分类:算法与数据结构

    • 发布日期:2019-02-06
    • 文件大小:61440
    • 提供者:lucas__liu
  1. 模拟退火法的MATLAB程序Generalsimulatedannealingalgorithm-anneal.m

  2. 模拟退火法的MATLAB程序Generalsimulatedannealingalgorithm-anneal.m 模拟退火法的MATLAB程序General simulated annealing algorithm 附件所在帖子地址:https://www.ilovematlab.cn/thread-3129-1-1.html Matlab中文论坛:   www.iLoveMatlab.cn 使用方法: [MINIMUM,FVAL] = ANNEAL; OPTIONS = ANNEAL()
  3. 所属分类:其它

    • 发布日期:2019-08-13
    • 文件大小:8192
    • 提供者:weixin_39840588
  1. sprocess_ug.pdf

  2. Swb maunual , TCAD 仿真软件应用手册, sentaurus, sprocessContents About This Guide XXX Audi XXXII Related Publications .,....,.XXX1 Typographic Conventions ....,,,,,..,.......XXX11 Customer Support..... Accessing SolvNet XXXII Contacting Synopsys Support Cont
  3. 所属分类:制造

    • 发布日期:2019-10-06
    • 文件大小:8388608
    • 提供者:simpleface
  1. Algorithms for hyper-parameter optimization

  2. Algorithms for hyper-parameter optimization.pdf,讲述贝叶斯算法的TPE过程的专业论文The contribution of this work is two novel strategies for approximating f by modeling H: a hier archical Gaussian Process and a tree-structured parzen estimator. These are described in
  3. 所属分类:其它

    • 发布日期:2019-09-03
    • 文件大小:274432
    • 提供者:yangtao_whut
  1. Matrix factorization for multivariate time series analysis

  2. Matrix factorization is a powerful data analysis tool. It has been used in multivariate time series analysis, leading to the decomposition of the series in a small set of latent factors. However, little is known on the statistical performances of mat
  3. 所属分类:机器学习

    • 发布日期:2019-03-16
    • 文件大小:294912
    • 提供者:lex_glimmer
  1. PCB技术中的软性印刷电路板简介

  2. 1. 软板(FLEXIBLE PRINTED CIRCUIT)简介   以俱挠性之基材制成之印刷电路板具有体积小重量轻可做3D 立体组装及动态挠曲等优。    2. 基本材料   2.1. 铜箔基材COPPER CLAD LAMINATE   由铜箔+胶+基材组合而成亦有无胶基材亦即仅铜箔+基材其价格较高在目前应用上较少除非特殊需求。   2.1.1. 铜箔Copper Foil   在材料上区分为压延铜(ROLLED ANNEAL Copper Foil)及电解铜(ELECTRO DEPOSI
  3. 所属分类:其它

    • 发布日期:2020-11-22
    • 文件大小:52224
    • 提供者:weixin_38752907
  1. Analyzing and tailoring spectra of arbitrary microring resonator arrays based on six transfer cells and simulated anneal

  2. A simple approach based on six transfer cells and simulated annealing algorithm for analyzing and tailoring the spectra of arbitrary microring resonator arrays is presented. Coupling coefficients, ring sizes, and waveguide lengths of microring resona
  3. 所属分类:其它

    • 发布日期:2021-02-10
    • 文件大小:1048576
    • 提供者:weixin_38540782
  1. 树状聚合物模拟包装-源码

  2. 树状聚合物模拟包装 用C编写的模拟软件包,用于执行树突状液体经典力学模型的蒙特卡洛模拟。 包含: 单处理器上的蒙特卡洛模拟 编译: 该代码是ansi标准C,必须从源代码进行编译。 构建系统需要unix Make-utility的gnu版本。 使用-std = c99选项进行编译 cd到src /目录 输入make [option],其中option:single,inter,anneal,widom,伞形,eff。 生成的可执行文件(单个,内部,退火,widom,伞形,伞形偏置,eff)将
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:15728640
    • 提供者:weixin_42134168
« 12 »