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

搜索资源列表

  1. timu

    0下载:
  2. 用于m=2 的机器调度问题,可求出最优解与花费的时间-m = 2 for the machine scheduling problems, the optimal solution can be obtained with the time
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:吴习
  1. tanxin

    0下载:
  2. 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Greedy algorithm (also known as t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:王卫红
  1. 柔性加工车间遗传算法调度C++

    2下载:
  2. 这是一个柔性加工车间的优化调度的遗传算法,算法应用矩阵编码的方式,实现优化求解,欢迎与作者联系其他算法linxk333@yahoo.com.cn-This is a flexible processing workshops optimal scheduling of the genetic algorithm, the algorithm application matrix coding modes to achieve optimization, and welcome other aut
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:44.83kb
    • 提供者:林献坤
  1. NEA

    0下载:
  2. 针对现有遗传算法在多维非线性优选方面的不足,本文提出了一种基于小生境进化算法(NEA)的非线性优选模型,探讨了NEA算法的参数选择原则。通过大量仿真和比较,表明算法在复杂非线性优选中具有快速、高效、鲁棒性强的特点,并能在全局范围内有效搜索所有最优解。 -against existing genetic algorithms in three-dimensional nonlinear optimization for the shortage, the paper presents a ni
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37.14kb
    • 提供者:黄善理
  1. 用遗传算法计算最短路径

    1下载:
  2. matlab编写的计算排序问题或者求最优值问题,适用于数学建模以及工程计算-Matlab calculations prepared by the scheduling problem or seek optimal values, apply to mathematical modeling, and engineering computing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.62kb
    • 提供者:孙兵
  1. 传教士和野人过河

    0下载:
  2. 在VC的环境下,用C++编程实现人工智能中的A*树的搜索算法,得到一个最优的过河方案。-in VC environment, the C programming AI * A tree search algorithms, to be an optimal program of the river.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.15kb
    • 提供者:
  1. GeneticAlgorithm

    1下载:
  2. 用遗传算法解决函数优化问题原代码 求出最优解与迭代次数-genetic algorithm optimization function source obtained with the optimal solution iterations
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:小翠
  1. 遗传算法TDOA解决

    6下载:
  2. 用遗传算法解决通信中的TDOA问题 文件名 program 完成功能 求出在进行account_test次的试验中每一次的最优染色体,并且求出均值MV,和均方误差MSE 文件名 definition_constant( ) 完成功能 对各个常量试验参数进行设定 文件名 main_program 完成功能 完成一次试验的计算 文件名 all_Noise 完成功能 计算TDOA值(由基站所测量的TDOA(受到噪声的干扰)) 文件名 gen_ini_pop_
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.78kb
    • 提供者:田园
  1. GA_01Knap

    0下载:
  2. 用遗传算法解决背包问题,可以求最优解,也可以自己设定次数-using genetic algorithms to solve knapsack problem, the optimal solution can help, can set its own number
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 一个利用遗传算法求解最优解的程序 主要是利用遗传算法迭代寻求最优的逼近解-using a genetic algorithm for optimal solution of the main procedures is the use of genetic algorithms for optimal iterative approximation Solutions
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:薛燕
  1. GA-2

    0下载:
  2. 利用遗传算法求解一个问题的最优解,包括交叉、变异等过程 -using a genetic algorithm for the optimal solution, including crossover and mutation processes
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.04kb
    • 提供者:薛燕
  1. bayesfunction

    0下载:
  2. bayeserr - Computes the Bayesian risk for optimal classifier. % bayescln - Classifier based on Bayes decision rule for Gaussians. % bayesnd - Discrim. function, dichotomy, max aposteriori probability. % bhattach - Bhattacharya s upper limit of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.18kb
    • 提供者:孟庆
  1. 求基址的遗传算法

    0下载:
  2. 求最优值的一个算法-seeking an optimal value of the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.39kb
    • 提供者:张秒
  1. BP_xunqiu.rar

    1下载:
  2. 应用BP神经网络寻求风力发电机组的最优算法,BP neural network to find the optimal algorithm unit wind
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1010byte
    • 提供者:王惠斌
  1. optimal

    3下载:
  2. 这是采用MATLAB语言编写的遗传算法程序,用于风力机叶片的优化设计,可以一起探讨。-It is written using MATLAB genetic algorithm procedure for optimal design of wind turbine blades, and you can explore.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-07-01
    • 文件大小:512.2kb
    • 提供者:peter
  1. pso-optimal-power-flow

    0下载:
  2. 使用粒子群优化算法对电力系统最有潮流进行优化,比较不错的程序-Using particle swarm optimization algorithm for power system to optimize the power flow, relatively good program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:1.97kb
    • 提供者:dj
  1. Desktop

    0下载:
  2. OPTIMAL POWER FLOW CONTROL WITH UPFC FOR TRANSMISSION POWER SYSTEM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1.88mb
    • 提供者:ASHOK KUMAR
  1. Optimal-control-applied-basic

    0下载:
  2. 最优控制是现代控制理论的核心,它研究的主要问题是:在满足一定约束条件下,寻求最优控制策略,使得性能指标取极大值或极小值-The optimal control is the core of modern control theory it is the main problem is: conditions meet certain constraints, finding the optimal control strategy, and performance to take the max
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2.77mb
    • 提供者:朱盼盼
  1. Optimal-Statistical-Decisions-

    0下载:
  2. 大牛DeGroot所写的Optimal Statistical Decisions,google scholar引用4778次,经典书籍,pdf版,未锁定,可自由注释与编辑,人工智能领域推荐-Daniel DeGroot wrote Optimal Statistical Decisions, google scholar cited 4778 times, classic books, pdf version, unlocked, be free to comment and editing,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-10
    • 文件大小:16.28mb
    • 提供者:hajion
  1. Genetic-algorithms-for-optimal-value

    0下载:
  2. 利用matlab进行编码,能快速收敛,得到最优值。-Using matlab to encode, fast convergence, the optimal value.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:11.36kb
    • 提供者:李力
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com