自己建立的基于VS2008的IPOPT工程文件,包含了一个简单的优化问题的例子,可为使用IPOPT提供一些参考。
2019-12-21 19:49:30 9.34MB IPOPT; 内点法; 优化算法; 使用例子
1
基于直流方程的IEEE14节点电力系统内点法潮流优化程序
2019-12-21 19:46:07 424KB 内点法潮流优化
1
MATLAB的梯度法,内点法,外点法,罚函数,惩罚函数,线性梯度法,源程序,按照提示输入,可直接运行-MATLAB' s gradient method, interior point method, outside the point of law, penalty function, penalty function, the linear gradient method, source code, follow the prompts to input, can be directly run
2019-12-21 19:30:03 3KB 梯度法 内点法 外点法 罚函数
1
matlab 无功优化 内点法 最优潮流,不是工具箱编的
2019-12-21 19:28:11 20KB 内点法 无功优化 最优潮流 matlab
1
内点法最优潮流MATLAB算法: %节点数据处理 N=Node(:,1);%节点号 Type=Node(:,2);%节点类型 Uamp=Node(:,3);%节点电压幅值 Dlta=Node(:,4);%节点电压相角 Pd=Node(:,5);%节点负荷有功。
2019-12-21 18:59:04 19KB 内点法 最优潮流 MATLAB
1