CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 模拟 basic

搜索资源列表

  1. 5个遗传算法源码

    2下载:
  2. (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-20
    • 文件大小:616.51kb
    • 提供者:Thread
  1. 模拟退火源码

    1下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:53.91kb
    • 提供者:qianyg
  1. GA-wangxp

    0下载:
  2. 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \\GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.31mb
    • 提供者:zhuli
  1. randpso

    0下载:
  2. 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是随机粒子群算法源代码,可以直接运行,针对不同的问题,只要稍加修改就可以马上使用,希望能对大家有点帮助。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior groups to construct random algori
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9.59kb
    • 提供者:曾生宝
  1. standpso

    0下载:
  2. 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是标准粒子群算法源代码,可以直接运行,针对不同的问题, 只要稍加修改,既可。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior groups to construct random algorithm, the pro
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.3kb
    • 提供者:曾生宝
  1. tarc.rar

    2下载:
  2. 2车道交通流模拟元胞自动机换道模型代码,是学习换道模型的基础.,It is the source code of two_lane change mode of traffic and it is the basic of studying change lane model
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-03
    • 文件大小:4.33kb
    • 提供者:李建
  1. SA

    0下载:
  2. 模拟退火基本模块,其中在尺度变换部分应用到了类似模拟退火算法部分,所有变量均使用汉语拼音很好懂-Simulated Annealing basic module, in which part of the scale transformation is applied to a similar part of simulated annealing algorithm, all variables are very good to understand the use of Hanyu Piny
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4.78kb
    • 提供者:desun
  1. genetic_algorithm_in_c

    0下载:
  2. 此源码包含下面五个程序的源代码。 基本分类算法源程序 基本遗传算法源程序 基于遗传算法的人工生命模拟源程序 基于遗传算法优化神经网络结构源程序 基于遗传算法提取基元图形源程序-This source code contains the following five program s source code. Basic classification algorithm source basic source of genetic algorithm based on gen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:616.52kb
    • 提供者:魏汝垚
  1. zdf

    0下载:
  2. 三维装箱问题的混合模拟退火算法,解决np-hard问题的基本思路-Three-dimensional bin-packing problem of the hybrid simulated annealing algorithm, np-hard problem to solve the basic ideas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:78.87kb
    • 提供者:yang
  1. sa-tap

    0下载:
  2. 模拟退火算法在处理全局优化、离散变量优化等困难问题中,具有传统优化算法无可比拟的优势。描 述了模拟退火算法的原理及其基本框架结构,给出了用模拟退火算法求解TSP问题的具体实现方法 -Simulated annealing algorithm in dealing with global optimization, discrete variable optimization of difficult problems, traditional optimization algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2.06kb
    • 提供者:曹艳丽
  1. watchanddoaboutmonituihuo

    0下载:
  2. 模拟退火算法的非常详细的介绍,模拟退火的基本理论、算法实现、实例-profile about monituihuo.basic knowlege/examples/realization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:359.89kb
    • 提供者:武茗
  1. GA

    0下载:
  2. 源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:676.31kb
    • 提供者:yuanping
  1. shaffer

    0下载:
  2. 在实现基本DNA进化算法的基础上,提出对于概率取值使用自适应策略,最后利用模拟退火算法良好的局部寻优功能和DNA进化算法结合,通过对测试函数的测试,证明改进后的算法性能很好-Achieve basic DNA evolutionary algorithm based on the use of adaptive strategy proposed for the probability value, the final use of the simulated annealing algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:3.44kb
    • 提供者:许文帝
  1. Niche-artificial-fish-swarm-alg

    0下载:
  2. 提出了一种基于生境人工鱼群算法的多峰问题优化算法.该算法融合了模拟退火、小生境技术的思想,并加入了变异算子和自动生成合适小生境半径机制-Since it is difficult to find all the optima when artificial fish SWalTn algorithm(AFSA)is used in multimodal optimization.a niche artificial fish swalTn algorithm(NAFSA)based on b
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:225.73kb
    • 提供者:zhangyan
  1. A2

    0下载:
  2. 计算智能是以模型(计算模型、数学模型)为基础、以分布并行计算为特征的模拟人的智能求解问题的理论与方法,本书系统的讲述计算智能的基本内容基本理论与基本方法1、从模拟智能的生成过程的观点讲述模拟进化的计算理论。2、从模拟智能结构的观点讲述人工神经网络理论。3、从模拟智能行为的观点讲述模糊逻辑与模糊推理。全书突出基础,强调背景,跟着研究与发展-Computational Intelligence based model (model, mathematical model)-based, distri
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5.61mb
    • 提供者:123
  1. Basic-Intelligent-algorithm-source

    0下载:
  2. BP神经网络和模拟退火算法源码,不使用工具箱,适合初学者理解智能算法本质-basic source code for intelligent algorithm having no using tool box of matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.75kb
    • 提供者:Kerry
  1. yiu-eh52

    0下载:
  2. 主同步信号PSS在时域上的相关仿真,用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,多机电力系统仿真及其潮流计算。- PSS primary synchronization signal in the time domain simulation related, Monte Carlo simulation method of calculating the American option price and basic descr iption, Multi-machine power
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:9kb
    • 提供者:王军群
  1. bennun-V0.6

    0下载:
  2. 用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,一种基于多文档得图像合并技术,添加噪声处理。- Monte Carlo simulation method of calculating the American option price and basic descr iption, Based on multi-document image obtained combining technique, Add noise processing.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-23
    • 文件大小:7kb
    • 提供者:陶补娟
  1. xadar

    0下载:
  2. 用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,是机器学习的例程,一个计算声子晶体结构的一维传递矩阵法。- Monte Carlo simulation method of calculating the American option price and basic descr iption, Machine learning routines, A one-dimensional transfer matrix method to calculate the phonon crystal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-22
    • 文件大小:6kb
    • 提供者:王艳锋
  1. hekqd

    0下载:
  2. MIT人工智能实验室的目标识别的源码,Pisarenko谐波分解算法,用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述。- MIT Artificial Intelligence Laboratory identification of the target source, Pisarenko harmonic decomposition algorithm, Monte Carlo simulation method of calculating the American option pr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-14
    • 文件大小:4.85kb
    • 提供者:曹宇东
« 12 »
搜珍网 www.dssz.com