CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - evolutionary

搜索资源列表

  1. multiobjective_GA

    0下载:
  2. 多目标进化计算算法在JGAP包上的实现。程序演示了多目标进化中fitness function和search operator的实现。-Multi-objective evolutionary computation algorithm in the realization of JGAP package. Procedures to demonstrate the evolution of multi-objective fitness function and the realization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5213
    • 提供者:joe
  1. TSP_GA

    0下载:
  2. 使用进化计算算法解决TSP(Travelling Sales man Problem)问题的算法实现。程序显示了进化计算在解决NP-Hard的传统难题上的优势。-The use of evolutionary computation algorithm to solve TSP (Travelling Sales man Problem) algorithm problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2464
    • 提供者:joe
  1. gViz1.1

    0下载:
  2. Recently, both to return to my old love for evolution and to broaden my research horizon, I have started working on models simulating the dynamics of evolutionary processes. It is becoming clearer and clearer in biology that to understand form,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1179745
    • 提供者:meteor
  1. bifarea

    0下载:
  2. Recently, both to return to my old love for evolution and to broaden my research horizon, I have started working on models simulating the dynamics of evolutionary processes. It is becoming clearer and clearer in biology that to understand form,
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:15387
    • 提供者:meteor
  1. Main1

    0下载:
  2. this genetic algorithm in evolutionary algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:778
    • 提供者:autstudent
  1. GA-VC

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。压缩包中包含了由C++语言编写的算法。-Genetic Algorithm (Genetic Algorithm) is a simulation of the biological theory of evolution Darwin' s natural selection and genetic mechanism of th
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-24
    • 文件大小:16697
    • 提供者:常明
  1. mingtiyanhuajisuan

    0下载:
  2. 命题演化计算,关于离散数学的数值式自动求值。-Proposition evolutionary computation, discrete mathematics on the automatic numerical evaluation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:202710
    • 提供者:王三
  1. opt4j-2.0

    1下载:
  2. Java平台的启发式优化算法,包含了多目标进化算法(SPEA2和NSGA2),多目标差异进化,PSO和单目标模拟退火算法。并且包含了ZDT,DTLZ和WFG等测试函数-Opt4J is a framework for applying meta-heuristic optimization algorithms to arbitrary optimization problems. The Opt4J framework currently includes a multi-obje
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-17
    • 文件大小:1968447
    • 提供者:stuart
  1. pavel_1.0.1beta_setup

    0下载:
  2. Pavel是一个交互式显示和评估高维数据的工具,主要用对多目标进化算法结果的分析。-Pavel (Paretoset Analysis Visualization and Evaluation) is a tool for interactively displaying and evaluating large sets of highdimensional data. Its main intended use is the analysis of result sets from mult
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3117008
    • 提供者:stuart
  1. pso_vcpp

    0下载:
  2. 粒子群算法 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有 Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类 似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优 值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在 解空间追随最优的粒子进行搜索。-pso 粒子群优化算法(PSO)是一种进化计算技术(evolutionary
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1696
    • 提供者:刘丽
  1. Othello

    1下载:
  2. 使用java编写的GUI的黑白棋游戏,搜索算法采用经典的博弈树,并在此基础上做了大量优化,我的评估函数采用了Simon M. Lucas 和 Thomas P. Runarsson 在其合作发表的 Temporal Difference Learning Versus Co-Evolution for Acquiring Othello Position Evaluation 中通过对比即时差分学习(TDL,Temporal Difference Learning)和协同进化(CEL,Co-
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3481256
    • 提供者:da
  1. EvolutionaryAlgorithm

    0下载:
  2. 本例用演化算法处理了函数f=x^2在[1,31]上的极值问题。关键词:二进制编码,轮盘赌模型-Evolutionary algorithm used in this case to deal with the function f = x ^ 2 in [1,31] on the extremal problem. Keywords: binary code, roulette model
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1753
    • 提供者:kevin
  1. EvolutionaryAlgorithmsforSolvingMulti-ObjectivePro

    0下载:
  2. 《Evolutionary Algorithms for Solving Multi-Objective Problems》这是一本有关多目标进化的非常值得一看的书,里面有测试标准,测试函数等内容-The solving of multi-objective problems (MOPs) has been a continuing effort by humans in many diverse areas, including computer science, engineering, e
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-29
    • 文件大小:12281245
    • 提供者:
  1. MOPandGA

    0下载:
  2. 使用强变异演化算法处理高维决策向量情况下的多目标优化问题-Strong variation of the use of evolutionary algorithms to deal with high-dimensional vector in decision-making in case of multi-objective optimization problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:7937540
    • 提供者:陈兵
  1. 080502

    0下载:
  2. 基于MATLAB的蚁群算法仿真研究 :介绍了基于MATLAB的蚁群算法仿真研究。对佛罗里达州六城市旅行商问题进行了MATLAB仿真,计算结果显示,作为新型 进化算法,蚁群算法能够解决复杂组合优化问题。-Ant colony algorithm based on MATLAB Simulation: This paper introduces the ant colony algorithm based on the MATLAB simulation. Six Cities of Flo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:286540
    • 提供者:张学利
  1. evo-knapsack

    0下载:
  2. pdf for evolutionary computing of knapsack
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-17
    • 文件大小:328368
    • 提供者:farhad
  1. Printed_Circuits

    0下载:
  2. This edition addresses these new elements of the printed circuit processes, both revolutionary and evolutionary, while still maintaining its foundation on the basics of the technology.No matter how sophisticated the leading edge of the technology
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:14548225
    • 提供者:jomata63
  1. java_evolutionary_algorithms

    0下载:
  2. 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:104732
    • 提供者:陈雷
  1. featureselectionEP

    0下载:
  2. feature selection using evolutionary algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1738
    • 提供者:mehdi
  1. Netcode2006

    0下载:
  2. On Minimizing Network Coding Resources: An Evolutionary Approach
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:158882
    • 提供者:julu
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 44 »
搜珍网 www.dssz.com