- stack The code is completely working and giving right results for all the cases.
- chaoliu33 配网前推回代潮流算法的matlab程序
- Haidar A program for neff of Optical fiber using sellemer equation. Then find the corresponding dispersion curve. The program is a part of MSc. thesis.
- gatbx 求解状态转移矩阵
- GLP.rar 简单的神经网络故障诊断
- Electric Power Systems Research IF 2 Elsevier Electric Power Systems Research
资源列表
boostree-0.1.tar
- booster-tree a machine learning method
icsiboost-0.3.tar
- Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the
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
- 改进的遗传算法郭涛算法,最优化问题很管用。