搜索资源列表
TravellingSalesman
- Java遗传算法的旅行者问题,源代码可以运行
粒子群优化PSO程序包(Java,C,VB)
- C语言遗传算法程序包-NO. 11 heredity arithmetic programme packet of c programme language
jgap_3.2.1_full.开源的用java开发的遗传算法的封装好的工程
- 一个开源的用java开发的遗传算法的封装好的工程,里面有可用的jar文件,An open-source development with java genetic algorithm package good works, which are available jar file
Pathfinder
- 用遗传算法解决迷宫路径搜索问题。有界面显示搜索的过程。-Using genetic algorithms to solve the maze path searching problem. Have english interface display process.
JNSGA-II
- 用java编写的基于小生境的遗传算法,NASG-II,对于用java的朋友来说绝对是个好东西!-Prepared by using java-based niching genetic algorithm, NASG-II, for the friends with java is definitely a good thing!
A_Simple_G1615197152003
- 模拟遗传算法,JAVA-Simulation of Genetic Algorithms, JAVA
queryline
- 查询公交线路情况,有转站查询,使用了遗传算法-Query bus lines, the station has a query, using the genetic algorithm
PaiKe
- 遗传算法做排课软件源码。还行吧-Course Scheduling software to do genetic algorithm source code. Also visit you
GA
- 简单的遗传算法源程序,你可以运行及参考,初步掌握遗传算法的过程-Simple genetic algorithm source code, you can run and reference, the initial grasp the process of genetic algorithm
gaknn2008-12-08
- 本算法是实现基于KNN的基因遗传算法,是对KNN算法的改进,具有更好的分类效果。-gaKnn[Genetic Algorithm Optimized K Nearest Neighbor Classification framework] is a frameowork for KNN optimization with a genetic algorithm.
jgap_3.4.3_src
- 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
GaPlaygroundCode
- 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
paike
- 基于遗传算法的排课系统,可以对学校的课程进行编排。-Timetable based on genetic algorithm system, can be arranged for school curricula.
java_evolutionary_algorithms
- 用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
GeneticAlgorithms
- 遗传算法源代码,实现了选择操作、交叉操作和变异操作,通过适应度函数完成种群的选择及收敛.-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.
SGA
- JAVA编写的用于实现TSP的遗传算法的模拟仿真实验有8个城市用eclipse直接导入运行适合初学-TSP JAVA prepared for implementation of genetic algorithm simulation experiments with 8 cities for beginners running directly into the eclipse
genetic(java)
- 遗传算法具有全局搜索的功能,能够克服K-means算法的缺点。-Genetic algorithm global search function to overcome the shortcomings of K-means algorithm.
GA(Java)
- 使用JAVA开发的遗传算法程序,可供初学者学习-A genetic algorithm program coded by Java
wanggediaodu
- 用蚂蚁算法和遗传算法结合实现的网格调度问题-Classic example of a genetic algorithm, a visual interface to their own clicks, the problem described in TSP
GeneticTSP-master(java)
- 遗传算法解决TSP问题,Java编写源码,github(Solving TSP problem by genetic algorithm)