搜索资源列表
java-ga-devel-alpha-0.1.tar
- 遗传算法源代码,实现了选择操作、交叉操作和变异操作,通过适应度函数完成种群的选择及收敛。-genetic algorithm source code and realized the choice of operation, crossover and mutation operation, through fitness function completed Stocks choice and convergence.
Genetic_algorithm.rar
- 一个标准遗传算法的java代码和文档,文件为word格式,内附代码!,a genetic algorithm!
java_GAS.rar
- 是一个用java做的遗传算法的实例,主要是用java来实现遗传算法。,Is a java to do with the examples of the genetic algorithm is mainly used to achieve genetic algorithm java.
tsp
- 用的是遗传算法.实现了货郎担的模拟,图形界面-Using a genetic algorithm. Realized the TSP simulation, graphical interface
code
- java的遗传算法 用遗传算法来实现自动文摘-GA Genetic algorithms java
java
- 遗传算法的java实现,调试通过,课直接运行-Java implementation of genetic algorithms, debugging through, classes run directly
myai
- 简单遗传算法,程序进化一个沿二维网格边界行走的机器人。-Simple genetic algorithm, the program evolved a two-dimensional grid along the border walking robots.
zipper
- 使用java.util.zip包将文件压缩成zip文件的Zipper类-Make file to zip file by package java.uitl.Zip.
java-myga
- 用免疫遗传算法解决TSP问题,比较了该算法和遗传算法和免疫算法的效率-With immune genetic algorithm to solve TSP problems, comparison of the algorithm and genetic algorithm and immune algorithm efficiency
LogFac_Exp_1
- java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to derive the shortest path to s
SGA
- 遗传算法的好代码,值得研究! 遗传算法的好代码,值得研究!-Genetic algorithm, genetic algorithm!
ga
- 粒子群算法与遗传算法的结合研究,值得参考!-Particle Swarm Optimization and Genetic Algorithm for the combination of research
PrincipleandApplicationofGeneticAlgorithm
- 遗传算法原理及应用,书本,扫描质量还可以的,pdf.-Principle and Application of Genetic Algorithm
java-GA
- 解非线性模型的遗传算法,采用java语言编写,注释完整,清晰易懂-java-genetic athletic
GA_Assembly
- JAVA编的遗传算法程序,解决装配车间排序问题-JAVA program for the genetic algorithm to solve the assembly shop scheduling problem
java
- 用Java实现遗传算法的 标准遗传算法求解函数原程序-A genetic algorithm with the standard Java Genetic Algorithm for Function of the original program
JobScheduleGA
- Qm调度问题,方法为遗传算法,适用于准时生产-Qm scheduling problem, methods for the genetic algorithm for in-time production
scheduling-system
- 本系统主要实现了商品信息模块,公告信息模块(及时发现需进货商品信息),出库信息模块,管理员模块,商品调度模块,日志信息模块。在本系统中使用了遗传算法,可以同时对多种商品进行调度,该算法会根据供应商报价以及运输成本去自动选择一种最优方式,这种方式在很大程度上减少了管理员操作时间,节约了进货成本。-The system implements the product information module, the bulletin information module (must purchase g
jge(java-grammatical-evolution)
- netlogo仿真程序,多目标遗传java相关源代码-netlogo simulation program,R based genetic algorithm for optimization, variable selection and other machine learning and statistical analysis approaches.
TSP遗传算法
- 对于TSP问题使用遗传算法的解决方法,其中含有测试数据以及代码数据。(The genetic algorithm is used to solve the TSP problem, which contains the test data and the code data.)