资源列表
wuyuan LCL Genetic Algorithm
- 运用GA算法对LCL滤波器参数进行优化,计算各参数值(Using GA algorithm to optimize the parameters of LCL filter)
pathRRT
- 在平面区域通过RRT算法找到一条有效避开障碍物的路径(Finding a path that effectively avoids obstacles through RRT algorithm in the plane area)
3-20有向直线m中值问题(题)
- 用动态规划算法解决有向直线上最小服务转移费用问题(Using dynamic programming algorithm to solve minimum cost of service transfer in directed straight line)
fixed
- 波束形成过程中,滤波器权值固定不变。一旦阵列的几何形状、目标方向确定,其波束模式特性也将确定(In the beamforming process, the filter weights are fixed. Once the array geometry and target direction are determined, the beam pattern characteristics will also be determined.)
RRT
- RRT算法避障路径规划,适合初学者,可以看看(RRT algorithm obstacle avoidance path planning, suitable for beginners)
双向RRT
- 平面双向RRT算法,可以有效找到路径,缩短搜索时间(Planar bi-directional RRT algorithm can effectively find the path and shorten the search time)
IEEE33节点matlab潮流程序
- 电力系统分析中的IEEE33节点潮流计算matlab程序(IEEE33 node matlab power flow program)
PSO
- 微电网多目标调度,运用改进的多目标粒子群算法进行计算,里面包含经济等三个目标函数设置((Smart Microgrid PSO, micro sources: photovoltaic, wind turbines, generators, energy storage, etc.))
GA
- 智能微电网粒子群优化算法,微源:光伏、风机、发电机、储能等((Smart Microgrid GA, micro sources: photovoltaic, wind turbines, generators, energy storage, etc.))
1天搞懂深度学习
- 深度学习很好的教程,适合研究深度学习的人。(Deep learning is a good tutorial for studying deep learners.)
Q_learning
- 强化学习代码,求解贝尔曼方程,用qlearning求解(Reinforcement learning code, behrman equation, using qlearning solution)
matlab Q学习仿真
- Qdemo演示程序 Qlearning Q学习主程序 调用 drnd(随机变量生成函数) 任务改变时,要设当改变execut子函数和一些脚标变换函数。 用于打印状态的statements也要改一下。(Qdemo demo The main program Qlearning Q learning Call DRND generating function (random variables))