搜索资源列表
silding-mode-invented-algeorithm-of-a-invented-pen
- 续上一个程序的控制算法代码,非线性滑模变结构控制方法的程序,调试运行正确。-continuation of a process control algorithm code, nonlinear SMVSC control procedures, debugging and running correctly.
Matlab code for LMS algorithm
- lms算法在MATLAB上的实现,有点小错误,给大家当参考吧-LMS algorithm in MATLAB on the realization of a little wrong, we can refer to it
Q-algorithm-of-RL
- 强化学习的Q算法matlab代码。适合寻找最优路径。让您对q算法一定有直观的理解!-A matlab program about Q of Reinforcement Learning Algorithm
Prim-minimum-spanning-tree-algorithm
- 最小生成树Prim算法的matlab文件,无论是在数据结构还是在图论中都有广泛的应用-Prim minimum spanning tree algorithm matlab file, whether in data structures or graph theory, there are a wide range of applications
a-classicedition-of-clonal-selection-algorithm
- 克隆选择算法(clonal selection algorithm)的一种经典版本代码,使用起来效果不错,就不用自己编写了,jack编写的-a classic edition of clonal selection algorithm
wireless-network-sensor-routing-algorithm
- 设计无线传感器网络的路由协议,LEACH是第一个基于多簇结构的集群路由协议,是一种分布式的协议,每一个节点通过一个概率来决定自己是否成为簇头节点,并保证每轮有相当数量的簇头节点. -Design of wireless sensor network routing protocol, LEACH is the first structure of a cluster based on multi-cluster routing protocol, the protocol is a dist
A.new.tree-based.encoding.genetic.algorithm.with.i
- 基于新的树编码方式用免疫遗传算法解决DCMST问题:提出了一种新的树编码方式,可以方便地表达一棵树,简化了树在遗传算法中的编码表达。且新的树编码方式清楚地表达了边的信息,有利于疫苗的设计。此外,本文使用免疫遗传算法,有效地克服了传统遗传算法中解退化的现象。数值实验表明,解的振荡相对于传统遗传算法减小了,且收敛速度更快。-New tree-based encoding genetic algorithm with immune DCMST problem: A new tree encoding,
Shop-scheduling-genetic-algorithm
- 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
Distribution-Model-a-Algorithm
- 主要介绍配电网络合环模型的建立思路与算法研究-Closed Loop Distribution Network Model and Algorithm
A-star-base-programs
- A star algorithm to find the shortest path between two nodes
A-algorithm-robot-path
- 用于已知栅格环境下机器人路径规划的Astar算法源码,像知道的可以来看看一看 ,对于像用matlab来仿真算法的有所帮助-Known for grid environment of the path planning algorithm Astar source, like know can come to see a see, for as by matlab simulation algorithm to the help
A-star-algorithm-without-grid-limit
- 本算法支持任意角度的路径搜索,支持任意网格大小的路障设置,采用A* 算法,实现复杂地图下的路径搜索。 -The algorithm supports any angle route search, support of any grid size barricades set up using A* algorithm, route maps under complex searches.
八数码A星算法加扩展节点分析
- 基于matlab八数码的A*算法实现,有图形界面化,对用户友好。(Based on MATLAB eight digital A* algorithm, graphical interface, user-friendly.)
A star
- 使用A star算法进行路径规划。。matlab代码。。。。。。(Path planning using the A star algorithm)
Whale-Optimization-Algorithm
- This function initialize the first population of search agents f each variable has a different lb and ub f each variable has a different lb and ub Whale-Optimization-Algorithm
A星算法matlab源码及详细注释
- A*算法路径规划,程序中采用随机障碍物,通过躲避障碍物来完成路径的规划(A* algorithm; path planning)
GENETIC ALGORITHM
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。(The genetic algorithm (Genetic Algorithm) is a computational model of biological evolution process of natural selection and genetic mechanism of the simulation of Darwin
A星
- 利用A*算法进行路径规划,寻找最优路径,达到目的,可以进行三维路径搜索(Using the A* algorithm to plan the path, find the best path and achieve the goal, we can search the three dimensional path.)
A算法的航路规划
- A* 算法 matlab程序 用于机器人避障(A* algorithm matlab program for robot obstacle avoidance)
A algorithm
- A算法实现路径规划,数字地图用矩阵建立的(A* algorithm, A* algorithm to achieve path planning, digital map with matrix establishment)