-
粒子群优化算法是一种进化技术(进化有限公司)。
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary technology (evolutionary computation). Predatory birds originated from the research PSO with similar genetic algorithm is based on iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values. However, there is no genetic algorithm with the cross- (crossover) and the variation (mutation). But particles in the solution space following the optimal particle search. The steps detailed chapter on the future of genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and ot
- 2022-02-05 13:05:45下载
- 积分:1
-
SPEA2源码,效果相当好
ZIZTLER系列复杂函数只有第三个效果不太好...
SPEA2源码,效果相当好
ZIZTLER系列复杂函数只有第三个效果不太好-SPEA2 source, the effect ZIZTLER very good series of complex functions, only the third effect is not a good
- 2022-07-11 04:23:52下载
- 积分:1
-
Xie Datong Guo Tao algorithm (function optimization) source code download, and s...
谢大同郭涛算法(函数优化)源代码下载,和大家分享自己的东西-Xie Datong Guo Tao algorithm (function optimization) source code download, and share things on your own
- 2022-02-04 21:51:38下载
- 积分:1
-
基于自动学习的逻辑推理机。程序…
基于机器学习的自动逻辑推理机。本程序用归结反演策略实现了命题逻辑系统的自动推理。把要解决的问题作为一个要证明的命题,其目标公式被否定并化成子句形,然后添加到命题公式集中去,把消解反演系统应用于联合集,并推导出一个空子句(NIL),产生一个矛盾。-based on the automatic machine learning logical reasoning machine. The procedures used attributed inversion strategy to achieve the propositional logic of automatic reasoning. Put the problem to be solved as a proposition to prove, with the goal being negated formula and shape into a phrase and then added to the Proposition formula to concentrate, digestion system for joint inversion sets and derived an empty phrase (NIL), resulting in a contradiction.
- 2022-12-19 10:50:03下载
- 积分:1
-
由 Visual C++ 编译过,可以求解任何个数城市的tsp问题,只要输入城市坐标即可。...
由 Visual C++ 编译过,可以求解任何个数城市的tsp问题,只要输入城市坐标即可。-By Visual C++ Compiled, you can to solve any number of cities tsp, so long as you enter the city coordinates.
- 2023-05-26 17:05:04下载
- 积分:1
-
求解tsp问题的局部优化算法
求解tsp问题的局部优化算法-the local optimization algorithm
- 2022-03-03 20:27:24下载
- 积分:1
-
instructors put sequential learning into traditional learning instructors, weka...
把 sequential 有导师学习问题转化为传统的有导师学习问题,是weka机器学习系统(本站可下载)的一个拓展-instructors put sequential learning into traditional learning instructors, weka machine learning system (download site), an expansion
- 2022-04-24 17:16:03下载
- 积分:1
-
BP neural network C language package
BP神经网络C语言程序包-BP neural network C language package
- 2022-01-24 09:28:46下载
- 积分:1
-
清华仿真机器人2002年源码.rar。可以从下面这个网址找到更详细的内容。 http://www.lits.tsinghua.edu.cn/robocup...
清华仿真机器人2002年源码.rar。可以从下面这个网址找到更详细的内容。 http://www.lits.tsinghua.edu.cn/robocup-Qinghua robot simulation source code in 2002. Rar. From below the site to find more details. Http://www.lits.tsinghua.edu.cn/robocup
- 2022-01-24 16:55:58下载
- 积分:1
-
BP神经网络解决异或问题
BP神经网络解决异或问题-BP neural network or problems to solve differences
- 2022-01-25 23:57:10下载
- 积分:1