文件名称:Economic-Dispatching
介绍说明--下载内容均来自于网络,请自行研究使用
在MATLAB中,分别使用粒子群算法(PSO)和嵌套粒子群算法(Nested PSO)实现经济调度。代码结构清晰,并配有详细注释。-Implementation of PSO and Nested PSO for Economic Power Dispatching in MATLAB.Code structure is clear, and with detailed notes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Economic Dispatching\01 Economic Dispatching using PSO\CreateModel.m
....................\.................................\license.txt
....................\.................................\ModelCalculations.m
....................\.................................\MyCost.m
....................\.................................\ParseSolution.m
....................\.................................\pso.m
....................\.2 Economic Dispatching using Nested PSO\CreateInternalModel.m
....................\........................................\CreateModel.m
....................\........................................\license.txt
....................\........................................\ModelCalculations.m
....................\........................................\MyCost.m
....................\........................................\MyCostExt.m
....................\........................................\ParseSolution.m
....................\........................................\ParseSolutionExt.m
....................\........................................\pso.m
....................\........................................\RunInternalPSO.m
....................\license.txt
....................\01 Economic Dispatching using PSO
....................\02 Economic Dispatching using Nested PSO
Economic Dispatching