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

搜索资源列表

  1. mathmodel

    6下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.65mb
    • 提供者:zhxj
  1. 遗传算法的数值优化

    1下载:
  2. 遗传算法的Matlab程序,用于数值优化-GA Matlab procedures for Numerical Optimization
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:28.23kb
    • 提供者:王勇
  1. cellga_optimization_results

    1下载:
  2. 一种改进的遗传算法及用于数值优化的结果分析-An improved genetic algorithms and numerical optimization for the results of analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-01
    • 文件大小:2.31mb
    • 提供者:李明
  1. masterdegreeproject

    1下载:
  2. 一篇硕士学位论文,数值优化技术编码的 PSO混合算法及 其在前馈神经网络训练中的应用研究。-A master' s degree thesis, numerical optimization techniques encoded hybrid PSO algorithm and the former feed-forward neural network training in applied research.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:660.99kb
    • 提供者:寇振强
  1. Matlabbasedonthegeneticalgorithm

    0下载:
  2. 运用MATLAB编程实现遗传算法,数值仿真验证该方法的有效性,表明它能够对函数进行全局寻优。这种实现方法既可以熟悉MATLAB语言,又可以加深对遗传算法的认识和理解,以此来设计智能系统-Programming using MATLAB genetic algorithm, numerical simulation to verify the effectiveness of the method, that it is able to function for global optimizati
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:76.84kb
    • 提供者:Ethan
  1. GEneticalgorithmforNumericalOptimizationforCOnstr

    0下载:
  2. GENOCOP (GEnetic algorithm for Numerical Optimization for COnstrained Problems). This system is optimizing any function with any number of linear constraints (equalities and inequalities).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:13.73kb
    • 提供者:anatolia
  1. GTPSO

    0下载:
  2. 提出一种改进的粒子群优化算法———基于全局劣汰策略的混合粒子群优化算法(GTPSO) 。GTPSO在 保持PSO算法快速收敛的基础上,以郭涛算法(GuoA)的寻优机制确保种群的多样性和算法的坚韧性。数值计 算结果表明,对于高维(维数≥10)复杂非凸多峰函数的数值优化问题, GTPSO算法的计算结果均优于GuoA算 法和粒子群优化算法。-An improved particle swarm optimization algorithm--- poor overall survival
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:218.41kb
    • 提供者:zhao
  1. DEAgent-algorithm

    0下载:
  2. 通过DE agent求解各种约束函数优化问题-This source code is discrible the DE agent that is for solving constrained numerical optimization problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:185.34kb
    • 提供者:李北辰
  1. yichuan

    0下载:
  2. 根据遗传算法的基本理论,运用MATLAB编程设计实现该算法。通过数值仿真验证了该实现方法的有效性,表明它能够对函数进行全局寻优。-According to the basic theory of genetic algorithm, using MATLAB programming designed to realize the algorithm. By numerical simulation the effectiveness of the implementation method, t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:40.56kb
    • 提供者:曹艳丽
  1. SimulatedAnnealing

    0下载:
  2. 主要介绍模拟退火算法,也是一个很好的启发式算法,在数值优化中用的比较多。-Introduces the simulated annealing algorithm is a good heuristic algorithm used in the comparison of numerical optimization more.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:138.61kb
    • 提供者:吕琼帅
  1. MATLAB-Programming

    0下载:
  2. 讲述了Matlab绘图和影像处理功能,此外增加了图形用户界面编程、数值计算、符号运算、数字信号处理、优化运算、神经网络分析、系统仿真和模糊系统设计等内容。-Tells Matlab graphics and image processing functions, in addition to increasing the graphical user interface programming, numerical computing, symbolic computing, digital s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:10.34mb
    • 提供者:zhang yue
  1. CEC_2011_Matlab

    1下载:
  2. 2011年进化计算年会数值优化问题Matlab代码-Testing Evolutionary Algorithms on Real-world Numerical Optimization Problems,A competition for CEC2011
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-07
    • 文件大小:1.67mb
    • 提供者:张春元
  1. Windows_C

    0下载:
  2. 2011年进化计算年会竞赛数值优化问题用C写的代码-A competition of Numerical Optimization Problems for CEC2011, c code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1.74mb
    • 提供者:张春元
  1. perturbedPSO

    0下载:
  2. 扰动粒子群算法;可参考文献 " A perturbed particle swarm algorithm for numerical optimization"- code for " A perturbed particle swarm algorithm for numerical optimization"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1.31kb
    • 提供者:591937992
  1. test

    0下载:
  2. 引入能直接处理连续型数据的邻域粗糙集约简模型,给出一种基于邻域粗糙集模型和粒子群优化的特征选择算法。仿真实验结果表明该算法可以选择较少的特征,改善分类的能力。-employs the neighborhood rough set reduction model which can process the numerical features directly without discretization. Then the particle fitness function in particl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:16.15kb
    • 提供者:伍洁
  1. 189-199

    1下载:
  2. As the compact design of a muffler system within a constrained environment of a existing machine room becomes obligatory, it also becomes essential to maximize the acoustic performance of mufflers under space constraints. In this paper, the sha
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:442.92kb
    • 提供者:payal
  1. GAshiliSource

    0下载:
  2. 遗传算法实例编程求解具体问题,多变量数值求解、最优化-ga-source Numerical Optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:41.19kb
    • 提供者:notand
  1. prog

    0下载:
  2. 研究演化算法入门基本程序。可用于求解基本数值优化问题。c语言源码。-Getting basic evolutionary algorithm research program. It can be used to solve basic numerical optimization problems. c language source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.49kb
    • 提供者:安琪
  1. mianyisuanfa

    0下载:
  2. 基于免疫算法的数值逼近优化分析,人工免疫算法用MATLAB程序实现-Based on the immune algorithm numerical optimization optimization analysis, artificial immune algorithm with MATLAB program to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:7.04kb
    • 提供者:易水寒
  1. dlib-master

    0下载:
  2. networking, threads, graphical interfaces, data structures, linear algebra, machine learning, XML and text parsing, numerical optimization, Bayesian nets, and numerous other tasks (Boost License)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:8.4mb
    • 提供者:Jankowski
« 12 »
搜珍网 www.dssz.com