资源列表
learner
- aDABOOST This package contains the following files: learner.jar - is a platform independent java package. In order to run it on windows/linux open the command prompt/shell and type the command \"java -jar learner.jar\". Make sure the ja
OpenSVM-1.0.1-Beta-SRC(2)
- OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rig
cyy
- 阴阳历转换的软件,可以实现自动双向转换阴历或阳历日期
TSP
- 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。
TSP2
- 在Visual C++ 编译环境下,遗传算法程序,并利用它们求解了48个城市的TSP问题。
fire
- 面向对象的模拟退火法,这个经典的算法不用多说了吧?AI的经典,附数据
madaline
- madaline网络是神经网络中一类重要的类型,能自动调节权值和偏执。这是用vc实现的该网络
constrainpso
- 求解约束优化问题的改进粒子群优化算法,对粒子群优化算法用于约束优化问题具有参考价值
antcolony
- 程序是蚁群算法在最短路中的应用,稍加扩展即可应用于机器人路径规划
gtsf
- 改进的遗传算法郭涛算法,最优化问题很管用。
posbp
- 我写的PSO训练BP网络的代码,各位下载后,适当修改即可运行
svm1
- 我写的支持向量机做回归分析程序,下载后,设计样本数据,就可以用