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

搜索资源列表

  1. TSP

    0下载:
  2. 遗传算法求解TSP(旅行商问题)。算法设计作业自己做的答案-Genetic Algorithm for TSP
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6156
    • 提供者:张逸飞
  1. yichuansuanfa

    0下载:
  2. 实现了基因遗传算法,实现了交叉,变异,突变等操作,最终产生最优解-Achieve a genetic algorithm to achieve the crossover and mutation, mutation and other operations, and ultimately produce the optimal solution
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:13965
    • 提供者:蒋帅
  1. GA_java

    1下载:
  2. 基于遗传算法的智能组卷系统 java ssh 基本的课程管理模块、题库模块和组卷模块- Design and Implementation of Intelligence Testing-paper Generation of Data structure
  3. 所属分类:Java Develop

    • 发布日期:2017-06-12
    • 文件大小:19455730
    • 提供者:张帆帆
  1. lvxingshang.java

    0下载:
  2. 用java语言开发基于遗传算法理论的旅行商最短路径问题,包含遗传算法的常用基本理论。-The basic theory of common java language development based on the traveling salesman problem based on genetic theory shortest path algorithms, including genetic algorithm.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:1668
    • 提供者:毕艳亮
  1. Genetic-algorithm-java-source-code

    0下载:
  2. java实现的一个遗传算法的例子,这个简单例子可以帮助初学遗传算法的人掌握这个算法的机理。-Genetic algorithm java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:沈跃
  1. GeneticAlgorithms

    0下载:
  2. 用Java实现的遗传算法代码,有很详细的代码的分解,可以参考一下-GeneticAlgorithms use java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:6945
    • 提供者:chenhongyu
  1. TSP

    0下载:
  2. 遗传算法解决tsp 问题,内附有详细解决方案的代码-the method to solve the TSP problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3231
    • 提供者:王四
  1. TSP

    0下载:
  2. 一种基于遗传算法求解TSP的新思路,内有详细注释。-new method of TSP based GA
  3. 所属分类:Applet

    • 发布日期:2017-05-16
    • 文件大小:3967392
    • 提供者:zx
  1. Clouddatalayout

    0下载:
  2. 使用遗传算法解决装箱问题,网上其他地方找不到-The use of genetic algorithms to solve packing problems can not be found elsewhere online
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:63740
    • 提供者:纳兹
  1. TSP

    0下载:
  2. 用遗传算法解决TSP问题,采用Java实现-the GA code for the tsp problem which is implemented by java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:536
    • 提供者:alison
  1. t1

    0下载:
  2. 实现48个城市的用遗传算法求解TSP问题,用户输入种群大小,运行代数,交叉率,变异率,得到运行界面。-Achieve 48 cities TSP problem using genetic algorithms, user input population size, run algebra, crossover rate, mutation rate and get running interface.
  3. 所属分类:Applet

    • 发布日期:2017-04-25
    • 文件大小:20255
    • 提供者:高雅
  1. GA

    0下载:
  2. 在java平台,应用遗传算法拟合浑水入渗经验公式,经验证可用-In the java platform, application of genetic algorithm to fit empirical formula for muddy water infiltration, proven available
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:8241
    • 提供者:陈佳悦
  1. Bob

    0下载:
  2. 迷宫寻路程序,利用遗传算法,实现的帮助bob回家-Maze pathfinding program, using the genetic algorithm, help Bob to go home
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:9972
    • 提供者:liminglei
  1. yichuansuanfa

    0下载:
  2. 利用遗传算法实现智能组卷实例,自适应遗传算法,仿造生物学的遗传规律来实现算法。-To achieve intelligent examples by using genetic algorithm, adaptive genetic algorithm, genetic algorithm to achieve the imitation of biological law.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:346416
    • 提供者:fanzhenyong
  1. zhinengzhujuansuanfa

    0下载:
  2. 用自适应遗传算法实现的智能组卷算法,根据试题ID随机抽取试题实现组卷。-Intelligent algorithm with adaptive genetic algorithm, according to the ID test random test implementation test.
  3. 所属分类:Java Develop

    • 发布日期:2017-06-19
    • 文件大小:29769965
    • 提供者:fanzhenyong
  1. GA_tsp

    0下载:
  2. Java实现遗传算法的tsp问题。函数说明详细,步骤清晰。-sove the TSP problem in GA with JAVA computer language. the function is clear
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3174
    • 提供者:黄小君
  1. TSP-Java

    0下载:
  2. TSP问题遗传算法求解以及Java实现,适合初学java的借鉴使用-Genetic Algorithm for TSP and Java implementation
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:6160
    • 提供者:tony.huang
  1. GA

    1下载:
  2. 水库调度最优水位控制遗传算法,java编写,方法针对水库调度最优水位的求解,求出的水位用于指导水库运行。-Reservoir dispatching water level control, genetic algorithm (ga) Java code
  3. 所属分类:Java Develop

    • 发布日期:2016-04-08
    • 文件大小:8192
    • 提供者:rui
  1. SA

    0下载:
  2. JAVA遗传算法分布式实现,包括extend扩展类功能等,主要实现遗传算法解方程。-JAVA genetic algorithm distributed implementation, including the extend extended class function, the main realization of genetic algorithm solution equation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:55881
    • 提供者:于青民
  1. PSO

    0下载:
  2. 动态环境下的粒子群算法研究 动态优化问题是指目标函数随时间连续、缓慢或突然、随机变化的情况。该课题旨在将动态优化问题连续变化的时间变量区间进行任意划分,在得到的每个时间子区间上将动态问题转化为静态问题,针对此静态优化问题设计相应的遗传算法。同时给出一种能自动检测时间变化的应答算子。-Dynamic optimization problem refers to the objective function over time in a row, slow or sudden, random c
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:30381
    • 提供者:xdrdh
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com