Description: BP_GA_PSO is the use of JAVA development of a small procedure, respectively, are given BP algorithm, GA algorithm, and the PSO algorithm JAVA source and use of the three algorithms, respectively, at the same time solve the XOR problem, allowing users to observe the three algorithm intuitive priority inferior.
File list (Check if you may need any files):
BP_GA_PSO
.........\build.xml
.........\COPYING
.........\MANIFEST.MF
.........\src
.........\...\algorithms
.........\...\..........\BackProp.java
.........\...\..........\GA.java
.........\...\..........\NeuralNetwork.java
.........\...\..........\Pso.java
.........\...\..........\QuickProp.java
.........\...\..........\Trainer.java
.........\...\..........\TrainerListener.java
.........\...\problems
.........\...\........\Problem.java
.........\...\........\RealNumbers.java
.........\...\........\XOR.java
.........\...\TestNN.java
使用说明.doc