精英 变异遗传算法对电动汽车有序充电进行优化我要分享

Elitist mutation genetic algorithm for optimization of orderly charging of electric vehicles

EV-grid car 电动汽车-充电 电动汽车 利用遗传算法对电动汽车有序充电进行优化

关注次数: 404

下载次数: 10

文件大小: 1390KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

利用遗传算法对电动汽车有序充电进行优化;优化目标包括充电费用最低,充电时间达到要求(电动汽车充到足够的电) 考虑电动汽车充电对电网负荷的影响,使负荷峰谷差最小


English Description:

Genetic algorithm is used to optimize the orderly charging of electric vehicles; The optimization objectives include the minimum charging cost and the required charging time


代码预览

精英_变异遗传算法\BY_main.m

精英_变异遗传算法\Compareable_results_of_three_methods.m

精英_变异遗传算法\EV.mat

精英_变异遗传算法\EV_BY.mat

精英_变异遗传算法\EV_JY.mat

精英_变异遗传算法\EV_WX.mat

精英_变异遗传算法\Fitness.m

精英_变异遗传算法\FITNESS_BY.mat

精英_变异遗传算法\FITNESS_JY.mat

精英_变异遗传算法\FITNESS_NORMAL.mat

精英_变异遗传算法\generate.m

精英_变异遗传算法\Initial.m

精英_变异遗传算法\JYBY_main.m

精英_变异遗传算法\JY_main.m

精英_变异遗传算法\main.m

精英_变异遗传算法\myGA.m

精英_变异遗传算法\Optimal_Solution.m

精英_变异遗传算法\QA.m

精英_变异遗传算法\Residential_load.mat

精英_变异遗传算法\wuxu.m

精英_变异遗传算法\说明.txt

精英_变异遗传算法