登录
首页 » matlab » GP in power system

GP in power system

于 2018-03-14 发布 文件大小:20KB
0 163
下载积分: 1 下载次数: 25

代码说明:

  利用遗传程序设计建立电力系统的负荷模型,无需像传统方法一样预先确定具体的模型结构,它能根据输入输出数据直接演化出变量间的函数关系,并且能够一次性的同时确定函数的结构形式和参数,使得模型的生成过程趋于智能化、自动化,解决了负荷建模工作中长期困扰的模型辨识问题。(Genetic Programming(GP) is a new evolutionary algorithm based on genetic algorithm,which has self-adaptive,self-organizing,self-learing and other advantages.As a kind of automatic programming technology,it tries to study the computer how to solve the problem according to the objective enviroment automatically without human intervention.)

文件列表:

GP in power system\粒子群优化算法\fitness.m, 2914 , 2018-03-11
GP in power system\粒子群优化算法\liziqunyouhuasuanfahuizong.m, 1273 , 2018-03-14
GP in power system\粒子群优化算法\PSO.m, 847 , 2017-07-21
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\AsyLnCPSO.m, 1120 , 2010-02-22
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\BreedPSO.m, 1816 , 2010-02-23
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\CLSPSO.m, 2334 , 2010-02-23
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\LinWPSO.m, 1003 , 2010-02-22
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\LnCPSO.m, 996 , 2010-02-22
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\PSO.m, 955 , 2010-02-22
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\RandWPSO.m, 1140 , 2010-02-22
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\SAPSO.m, 1219 , 2010-02-22
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\SecPSO.m, 1009 , 2010-02-23
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\SecVibratPSO.m, 1403 , 2010-02-23
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\SelPSO.m, 1243 , 2010-02-23
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\SimuAPSO.m, 1475 , 2010-02-23
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO\YSPSO.m, 1069 , 2010-02-22
GP in power system\遗传规划源程序26256776GP-MATLAB\crossover.m, 1238 , 2017-07-18
GP in power system\遗传规划源程序26256776GP-MATLAB\initpop.m, 1294 , 2017-07-21
GP in power system\遗传规划源程序26256776GP-MATLAB\mutation.m, 693 , 2006-05-12
GP in power system\遗传规划源程序26256776GP-MATLAB\objvalue.m, 1373 , 2017-07-23
GP in power system\遗传规划源程序26256776GP-MATLAB\selection.m, 3332 , 2017-07-20
GP in power system\遗传规划源程序26256776GP-MATLAB\tree_getsubtree.m, 555 , 2006-05-13
GP in power system\遗传规划源程序26256776GP-MATLAB\tree_inserttree.m, 919 , 2006-05-13
GP in power system\遗传规划源程序26256776GP-MATLAB\tree_size.m, 489 , 2017-04-08
GP in power system\遗传规划源程序26256776GP-MATLAB\tree_stringrc.m, 1308 , 2017-07-17
GP in power system\遗传规划源程序26256776GP-MATLAB\yichuanguihua.m, 7264 , 2018-03-10
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法\PSO, 0 , 2018-03-14
GP in power system\粒子群优化算法\各种粒子群或改进型粒子群算法, 0 , 2018-03-14
GP in power system\粒子群优化算法, 0 , 2018-03-14
GP in power system\遗传规划源程序26256776GP-MATLAB, 0 , 2018-03-14
GP in power system, 0 , 2018-03-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Structures.tar
    Structures Theory in Spanish.
    2010-01-06 23:37:59下载
    积分:1
  • gcv_function
    对广义交叉验证算法(GCV)的计算的辅助程序。(The generalized cross-validation algorithm (GCV) calculation of auxiliary programs.)
    2021-03-31 22:49:08下载
    积分:1
  • constr
    matlab 程序开发所需的constr.m源文件 (constr.m fold)(Constr.m source code)
    2021-05-07 10:58:37下载
    积分:1
  • matlab_tool_box_spider
    matlab的数据挖掘工具箱spider(matlab tool box spider)
    2009-03-23 11:02:53下载
    积分:1
  • smooth_update
    数值计算中的平滑算法,非线性滤波中使用。(Numerical calculation of the smoothing algorithm, the use of nonlinear filtering.)
    2009-05-03 21:52:44下载
    积分:1
  • exm
    《Experiments with MATLAB》这本书的程序源码,附中文注释,简单易懂,是学习MATLAB编程语言的极好方式。(" Experiments with MATLAB" This book is Open Source, with Chinese notes, easy to understand, is an excellent way to learn MATLAB programming language.)
    2014-11-21 09:07:26下载
    积分:1
  • 3D_Math_PerlinNoise2D_Ocean
    柏林噪声海洋模拟 柏林噪声海洋模拟 柏林噪声海洋模拟 柏林噪声海洋模拟(perlin noise ocean simulation perlin noise ocean simulation perlin noise ocean simulation)
    2014-12-20 18:29:06下载
    积分:1
  • MATLABDLL
    MATLAB调用动态链接库实例程序,源代码(MATLAB example program called dynamic link library)
    2014-01-29 20:32:10下载
    积分:1
  • X-means
    对K-means聚类算法的改进X-means算法。针对K值如何设定的问题,利用BIC准则判断聚类点数量。同时附有两个初始聚类点的选择程序,自己选吧。(The improved X-means algorithm for K-means clustering algorithm. In view of the problem of how to set the K value, the number of clustering points is judged by the BIC criterion. At the same time, there are two initial clustering points of the selection program, choose it yourself.)
    2018-02-24 21:29:30下载
    积分:1
  • 6314ijcsit03
    说明:  This file introduces a simple procedure to design and test DFIG Wind turbine generation system
    2020-11-20 19:55:37下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载