资源列表
SAR跟损趋势-EA
- SAR跟损趋势-EA,本策略是一次一单的策略,源码免费分享,建议大家先下载模拟测试,有源码大家可以自己修改一下。
gene
- 遗传算法的标准源代码,输入和输出方式均为exe文件,具体看源码注释-The standard genetic algorithm source code, input and output are exe files, specifically to see source code comments
Genetic
- Java实现遗传算法,针对10城市或20城市,根据遗传算法求出最终解-Java implementation of genetic algorithms, for the 10 cities or 20 cities, the final solution obtained based on genetic algorithms
genetic-algorithm
- 自然计算中遗传算法的各个程序,matlab环境下开发的源代码。best.m 求种群中适应度最大的值 calfitvalue.m 计算每个个体的适应度 calobjvalue.m 适应度函数 crossover.m 交叉变换 decodebinary.m 将二进制数转换成十进制数 decodechrom.m 将二进制数转换成十进制数 initpop.m 产生初始种群 mutation.m 变异 selection.m 选择合适的个体进行复制 main.m 主函数
SineTest
- This a test program which gives the output in the form of sin(x), where x is the input to the neural network. It uses SineLayer class of JOONE.-This is a test program which gives the output in the form of sin(x), where x is the input to the neural ne
A-star-8num
- 人工智能中A*算法解决八数码问题,c++源代码,vs2010编写实现,效果很好,代码有注释,方便理解-AI A* algorithm to solve eight digital problem, c++ source code, vs2010 prepared to achieve good results, code annotated, easy to understand
ant_colony_elitists
- 利用改进的蚂蚁算法,即带精英策略的蚂蚁算法,求解TSP问题。对深入理解蚂蚁算法的优化原理很有帮助。-Improved ant algorithm, that is, with the elite strategy of ant algorithm for solving TSP problems. Ant Algorithm-depth understanding of the principle of optimality helpful.
bpyuce
- 一个bp神经网络的预测程序,能较好的拟合训练数据-A program of BP for forecasting,it can better fit the training-data
AprioriMain
- 此算法实现了基本的Apriori算法,效率很低. 过程是:先通过对数据集进行扫描,得到候选1-项集C1,根据用户输入的最小支持度筛选出频繁1-项集L1,将筛选中 不满足条件的结果放入一个先验项集,然后对L1进行组合,并根据Apriori算法的先验原理,用每个组合的结果和先 验项集中的所有元素进行比较,如果组合结果的子集中包含先验集中的任何一个元组就将其排除,将没有被排除 的组合结果放入C2.如此循环反复,直到Cn或Ln为空. 2008.11.1-2008.11.3
ants
- 蚁群算法解决TSP问题,有城市,有坐标,有路线。-Ant colony algorithm to solve TSP problem, there are cities, coordinates, there are routes.
GA-to-RBF
- GA to RBF 神经网络,遗传算法,滤波器,MATLAB-GA to RBF neural networks, genetic algorithms, filters, MATLAB
TSP
- 经典的tsp的实现方法,有c++语言开发。-Classic tsp of implementation, there are c++ language development.
