搜索资源列表
遗传算法 java
- java的遗传算法实现代码,有详细注释
廖
- 基于java实现的遗传算法 神经网络 实数编码 交叉 选择 变异-achieve genetic neural network algorithm is coded cross-choice variant
jgap_2.5_src
- java实现的遗传算法, 他的设计需要最小集合的支持, 并且在这个基础上实现更复杂的遗传算法! 目录结构如下: jgap_2.5_src.zip\srcjgap_2.5_src.zip\lib jgap_2.5_src.zip\examples jgap_2.5_src.zip\tests 还有相应的帮助-achieve the genetic algorithm, the design needs the
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.
yichuanDemo
- 一个java实现的遗传算法程序,风格清晰明了,十分适合初学者学习使用-java a genetic algorithm to achieve the procedure, clarity of style that is well suited to beginners learning to use
JGA
- 实现一个函数的数值优化的遗传算法源代码,采用二进制编码实现,里面有详细的说明,非常适合初学者!-achieve a numerical optimization function of the genetic algorithm source code, binary coding achieved, There are detailed explanations, very suitable for beginners!
jgap_3.2.1_src_3rdpartylib
- 用java实现遗传算法的调用,最新版本!-Java genetic algorithm used to achieve call, the latest version!
GA
- 本程序利用java语言实现了遗传算法。并对算法进行了模拟。-This procedure using java language to achieve a genetic algorithm. Algorithm and simulated.
SGA-JAVA
- 遗传算法的JAVA实现 做了一个简单函数优化示例~~~~~~体现了面向对象思想-JAVA realization of genetic algorithm to do a simple example of function optimization ~~~~~~ reflects the object-oriented thinking
genetic_algorithm
- 一个JAVA原程序,实现遗传算法,算法运行时配有画面,种群的进化情况。-A JAVA original procedure, the realization of genetic algorithm with run-time picture of the evolution of the situation of the population.
ga
- 基于java实现的遗传算法的源代码,利于初学者了解GA以及如何用java实现。-Java-based genetic algorithm realize the source code, which will help beginners learn how to use GA as well as realize java.
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
gaknn2008-12-08
- 本算法是实现基于KNN的基因遗传算法,是对KNN算法的改进,具有更好的分类效果。-gaKnn[Genetic Algorithm Optimized K Nearest Neighbor Classification fr a mework] is a fr a meowork for KNN optimization with a genetic algorithm.
datamining
- 数据挖掘相关算法集合,有聚类、神经网络、遗传算法等的代码实现-Data mining correlation algorithm collection has clustering, neural networks, genetic algorithms, such as the code implementation
19854828GENETIC
- 用MATLAB实现遗传算法中的好多问题,或许对您有些帮助。-Using MATLAB genetic algorithm implementation of a lot of questions, perhaps some of your help.
java_GAS
- 是一个用java做的遗传算法的实例,主要是用java来实现遗传算法。-Is a java to do with the examples of the genetic algorithm is mainly used to achieve genetic algorithm java.
zydp
- 文件中包含一些资源调配相关的论文,其中涵盖了资源掉配模型的研究,并采用蚁群算法、遗传算法来实现。-Document contains a number of papers related to the allocation of resources, which covers the allocation of resources out of the research model and the use of ant colony a
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 require
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 pop
java
- 用Java实现遗传算法的 标准遗传算法求解函数原程序-A genetic algorithm with the standard Java Genetic Algorithm for Function of the original program