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

搜索资源列表

  1. 用JAVA写的遗传算法

    0下载:
  2. java写 的遗传算法,求f(x1,x2)=100*(x1*x1-x2)*(x1*x1-x2)+(1-x1)*(1-x1)最优解。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-06-18
    • 文件大小:8524
    • 提供者:1888273@qq.com
  1. JNSGA-II

    0下载:
  2. 用java编写的基于小生境的遗传算法,NASG-II,对于用java的朋友来说绝对是个好东西!-Prepared by using java-based niching genetic algorithm, NASG-II, for the friends with java is definitely a good thing!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:383411
    • 提供者:zhang
  1. A_Simple_G1615197152003

    0下载:
  2. 模拟遗传算法,JAVA-Simulation of Genetic Algorithms, JAVA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7360
    • 提供者:zhang
  1. queryline

    0下载:
  2. 查询公交线路情况,有转站查询,使用了遗传算法-Query bus lines, the station has a query, using the genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1505
    • 提供者:cxq
  1. PaiKe

    1下载:
  2. 遗传算法做排课软件源码。还行吧-Course Scheduling software to do genetic algorithm source code. Also visit you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:143639
    • 提供者:build
  1. GA

    0下载:
  2. 简单的遗传算法源程序,你可以运行及参考,初步掌握遗传算法的过程-Simple genetic algorithm source code, you can run and reference, the initial grasp the process of genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:6132
    • 提供者:Anni
  1. gaknn2008-12-08

    0下载:
  2. 本算法是实现基于KNN的基因遗传算法,是对KNN算法的改进,具有更好的分类效果。-gaKnn[Genetic Algorithm Optimized K Nearest Neighbor Classification framework] is a frameowork for KNN optimization with a genetic algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:27272
    • 提供者:sally
  1. datamining

    1下载:
  2. 数据挖掘相关算法集合,有聚类、神经网络、遗传算法等的代码实现-Data mining correlation algorithm collection has clustering, neural networks, genetic algorithms, such as the code implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-26
    • 文件大小:8887254
    • 提供者:lipei
  1. jgap_3.4.3_src

    0下载:
  2. JGAP是一种遗传算法和遗传规划的组成部分提供了一个Java框架。它提供了基本的遗传机制,可以很容易地用来申请进化原则问题的解决办法。见实例演示或观赏树的图形,可以创建JGAP找到解决办法的基因进化程序。-JGAP is a genetic algorithm and genetic programming an integral part of providing a Java framework. It provides basic genetic mechanisms, can easil
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:4858867
    • 提供者:Daniel.Shi
  1. 19854828GENETIC

    0下载:
  2. 用MATLAB实现遗传算法中的好多问题,或许对您有些帮助。-Using MATLAB genetic algorithm implementation of a lot of questions, perhaps some of your help.
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:69347
    • 提供者:
  1. GaPlaygroundCode

    0下载:
  2. Java实现的遗传算法工具集:GA Playground -The GA Playground is a general purpose genetic algorithm toolkit where the user can define and run his own optimization problems. The toolkit is implemented in the Java language, and requires (when used as an application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:574300
    • 提供者:LaoGuan
  1. paike

    0下载:
  2. 基于遗传算法的排课系统,可以对学校的课程进行编排。-Timetable based on genetic algorithm system, can be arranged for school curricula.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:495710
    • 提供者:曹风云
  1. GaBin

    0下载:
  2. 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:160511
    • 提供者:mark
  1. GA_java

    0下载:
  2. java版的经典遗传算法源码 功能:经典遗传算法类,用来实现其在NM96文献中关于旅行商问题的算法.-Genetic Algorithm source code in java
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:4925
    • 提供者:Chil Liu
  1. GeneticAlgorithms

    1下载:
  2. 遗传算法源代码,实现了选择操作、交叉操作和变异操作,通过适应度函数完成种群的选择及收敛.-Genetic algorithm source code, to achieve the selection operation, crossover operation and mutation operation, through the completion of the fitness function the choice of populations and convergence.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:10062
    • 提供者:易志成
  1. GA

    1下载:
  2. 数据结构与算法课程做的遗传算法,用java语言实现的。-Data Structures and Algorithms course to do the genetic algorithm, implemented using java language.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1275289
    • 提供者:Hui
  1. genetic(java)

    0下载:
  2. 遗传算法具有全局搜索的功能,能够克服K-means算法的缺点。-Genetic algorithm global search function to overcome the shortcomings of K-means algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:38608
    • 提供者:聂风
  1. GA(Java)

    0下载:
  2. 使用JAVA开发的遗传算法程序,可供初学者学习-A genetic algorithm program coded by Java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5540871
    • 提供者:xdt
  1. GeneticTSP-master(java)

    0下载:
  2. 遗传算法解决TSP问题,Java编写源码,github(Solving TSP problem by genetic algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:1009664
    • 提供者:jennie
  1. 几种不同的遗传算法

    0下载:
  2. matlab例程,学习遗传算法非常有用,需要的可以下载使用哟!(Voting management system, the use of Java language development, SSH framework, though difficult, but the function is very strong!)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:3a66006
« 12 3 4 5 »
搜珍网 www.dssz.com