搜索资源列表
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.
genericOnJava
- 前段时间用JAVA改写的遗传算法,只需要改变编码位数,适应函数即可用于别的数值优化,极度适合JAVA的朋友-earlier with JAVA rewrite the genetic algorithm, only need to change the code, the median fitness function can be used for other numerical optimization, extremely suitable for Java friends! !
multiobjective_GA
- 多目标进化计算算法在JGAP包上的实现。程序演示了多目标进化中fitness function和search operator的实现。-Multi-objective evolutionary computation algorithm in the realization of JGAP package. Procedures to demonstrate the evolution of multi-objective fitness function and the realization
FGA_Bounds
- java实现的浮点数编码遗传算法,很有用,只需更改适应度函数即可-the complement of genetic algorithm by java, which is very useful via changing the fitness function for any use.
BLH_proFitnessFunction2
- 碧流河水库采用改进遗传算法调度的适应度函数编码部分-Biliuhe improved genetic algorithm scheduling coding part of the fitness function
TravelingSalesman12
- traveling salesman problem solution by using genetic algorithm coded in java no of the city, distance fitness function, population, generation
Sample
- Uses Bat Algorithm . It first loads the dataset and converts it into zeors and ones randomly. Then the fitness function is calculated for each and every bat.