搜索资源列表
PSO
- particle swarm optimitation using c,java and vb
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
PSO
- 用java写的PSO算法求解函数优化的可视化.-Using java to write the PSO algorithm for solving function optimization visualization.
depsV1.0.001
- 使用JAVA编写,一种混合PSO算法,非常复杂的,但功能比较强大,适合深入学习的用户-Written using JAVA, a hybrid PSO algorithm is very complex, but the more powerful features for users of in-depth study
code
- 使用java语言编程,对GA做了改进,实现了标准的PSO,可以对两种算的结果进行比较,可以发现,pso具有精度高的特点,GA具有速度快的特点-Using the java programming language, have made improvements to the GA to achieve the standard PSO, the results can be counted on to compare the two, can be found, pso with high ac
pso
- particle swarm optimization code using java
pso3
- java code for graph coloring using pso
PSO
- 蚁群算法 用java语言编写的配送物品最优路径-Ant colony algorithm using java language Distribution optimal path items
pso-java
- solving optimization functions by using particle swarm optimization algorithm in java
pso-example-java-master
- Particle Swarm Optimization (PSO) Sample Code using Java This project is a complete version of Particle Swarm Optimization with Java sample code described in http://gandhim.wordpress.com/2010/04/04/particle-swarm-optimization-pso-sample-code-usi
tsp_pso
- 基于JAVA语言,使用粒子群算法求解旅行商(TSP)问题(Using particle swarm optimization (pso) algorithm to solve the traveling salesman problem)