资源列表
遗传算法和模拟退火算法相结合的并行实现
- 遗传算法和模拟退火算法相结合的并行实现-genetic algorithms and simulated annealing algorithm combining the parallel implementation
ID3
- 数据挖掘中的ID3算法源码 决策树的经典算法之一。
flock6
- 数据挖掘中并行群集算法的源代码,java编写-the implementation of the parallel flock algorithm
模糊控制Simulink和模糊规则fis
- 单容水箱模糊控制的Simulink模型和模糊规则,测试过,可以用!!
ACS
- 蚁群算法求解TSP 假设条件: 1、非对称桥上的信息量与过去一个时间段内经过该桥的蚂蚁数目成正比; 2、某一时刻蚂蚁按照桥上残留的信息量多少来选择其中某座桥 3、经过该桥的蚂蚁数目越多则桥上的残留信息量就越大 -ACS for TSP
TSP-master
- 蚁群算法解决tsp(旅行商)问题 java-Aoc to solve the tsp problem
Travel
- 关于人工智能作业---推销商旅行问题,用C编写,简单易懂-On the artificial intelligence operation--- travel salesman problem, using C to prepare, easy-to-read
专家系统
- 动物专家系统,用c语言实现,输入初始条件后可以推理出是哪种动物。
GA(tsp)
- 遗传算法是一类借鉴生物界自然选择和自然遗传机制的 随机化搜索算法。 它是模拟达尔文的遗传选择和自然淘汰的生 物进化过程的计算模型。-Genetic Algorithm is a kind of drawing on biological natural selection and natural genetic mechanism of the random search algorithm. It is a simulation of Darwinian natural selection t
pso
- 粒子群算法计算最短路径方案 matlab 源码 -PSO algorithm to calculate the shortest path to the program matlab source
AS_GA_PSO
- 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。-Genetic algorithm (ga) to solve minimum spanning tree problem, PURFER encoding.Particle swarm algorithm for unconstrained optimization problems.Ant colony algorithm to solve TSP problem.
GA
- 这是一个简单遗传算法,包括初始化群体、选择、交叉、变异,结果可以输出到文本文档-This is a simple genetic algorithm, including the initialization population, selection, crossover and mutation, the results can be exported to a text document
