资源简介
程序为改进的遗传算法对配电网无功优化补偿问题。电力系统配电网的无功优化规划是保证配电网安全、经济运行的一项有效手段,是降低网损、提高电压质量的重要措施。
代码片段和文件信息
function [bestmembestvalnfeval] = devec3(fnameVTRDXVminXVmaxyNPitermaxFCRstrategyrefresh);
% minimization of a user-supplied function with respect to x(1:D)
% using the differential evolution (DE) algorithm of Rainer Storn
% (http://www.icsi.berkeley.edu/~storn/code.html)
%
% Special thanks go to Ken Price (kprice@solano.community.net) and
% Arnold Neumaier (http://solon.cma.univie.ac.at/~neum/) for their
% valuable contributions to improve the code.
%
% Strategies with exponential crossover further input variable
% tests and arbitrary function name implemented by Jim Van Zandt
% 12/97.
%
% Output arguments:
% ----------------
% bestmem parameter vector with best solution
% bestval best objective function value
% nfeval number
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 13663 2006-04-16 06:41 devec3.m
文件 428 2006-04-16 06:42 rosen.m
文件 1691 2006-04-16 06:42 run1.m
文件 784 2006-04-16 06:42 run2.m
文件 5825 2006-04-16 06:42 yue.m
----------- --------- ---------- ----- ----
22391 5
评论
共有 条评论