遗传算法求解微电网我要分享

Genetic algorithm for microgrid

微电网数据 微电网 遗传算法 micro-grid

关注次数: 368

下载次数: 1

文件大小: 36KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

遗传算法求解微电网,进行算例分析,有数据。


English Description:

The genetic algorithm is used to solve the microgrid, and an example is analyzed.


代码预览

遗传算法\遗传算法\Code.m

遗传算法\遗传算法\Cross.m

遗传算法\遗传算法\fun.m

遗传算法\遗传算法\Genetic.m

遗传算法\遗传算法\Mutation.m

遗传算法\遗传算法\PV.txt

遗传算法\遗传算法\Select.m

遗传算法\遗传算法\test.m

遗传算法\遗传算法\WT.txt

遗传算法\遗传算法\典型日负荷.txt

遗传算法\遗传算法\出力图.fig

遗传算法\遗传算法\电价.txt

遗传算法\遗传算法\电价SOC.fig

遗传算法\遗传算法

遗传算法