CN104951834A - LSSVM (least squares support vector machine) wind speed forecasting method based on integration of GA (genetic algorithm) and PSO (particle swarm optimization) - Google Patents

LSSVM (least squares support vector machine) wind speed forecasting method based on integration of GA (genetic algorithm) and PSO (particle swarm optimization) Download PDF

Info

Publication number
CN104951834A
CN104951834A CN201510354573.9A CN201510354573A CN104951834A CN 104951834 A CN104951834 A CN 104951834A CN 201510354573 A CN201510354573 A CN 201510354573A CN 104951834 A CN104951834 A CN 104951834A
Authority
CN
China
Prior art keywords
lssvm
wind speed
genetic algorithm
formula
particle
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510354573.9A
Other languages
Chinese (zh)
Inventor
李春祥
丁晓达
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of Shanghai for Science and Technology
Original Assignee
University of Shanghai for Science and Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by University of Shanghai for Science and Technology filed Critical University of Shanghai for Science and Technology
Priority to CN201510354573.9A priority Critical patent/CN104951834A/en
Publication of CN104951834A publication Critical patent/CN104951834A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides an LSSVM (least squares support vector machine) wind speed forecasting method based on integration of GA (genetic algorithm) and PSO (particle swarm optimization). The method comprises the following steps: finite wind speed samples are divided into a training set and a testing set, and normalization processing is performed; GA and LSSVM related parameters are initialized; chromosome coding is performed, and initial population is generated randomly; the fitness corresponding to each chromosome is calculated, if requirements are met, the PSO in the fifth step is started directly, and if the requirements are not met, selection, crossover and mutation operation of the GA are performed; optimum parameter combination obtained with the GA is used for initializing the PSO related parameters; the optimum position fitness value of each particle is compared with the optimum position fitness value of the swarm; the final optimum parameter combination is output, and an optimized LSSVM model is obtained; a forecast wind speed time history spectrum is obtained. The LSSVM wind speed forecasting method based on integration of GA and PSO has the characteristics of high optimization precision, high convergence precision, fewer iterations, high success rate and the like.

Description

Based on genetic algorithm and the integrated LSSVM wind speed forecasting method of population
Technical field
The present invention relates to a kind of based on the integrated LSSVM of intelligent optimization (least square method supporting vector machine) wind speed forecasting method, a kind of based on genetic algorithm (GA) and the integrated LSSVM fluctuating wind speed Forecasting Methodology of population (PSO) specifically.
Background technology
For tall and slender structure, large-span space structure and high voltage power transmission tower line system etc., the Stochastic Dynamic load that the class must considered when wind load is structural design is important.The design of wind load is improper not only can have influence on the level of comfort that people use building structure, but also building structure can be made to occur certain damage and fracture, brings huge life and property loss.Therefore, consider in engineering that the dynamic response of wind is extremely important, realize, to the Accurate Prediction of wind speed, there is very strong Practical meaning.
Support vector machine (SVM) is a kind of small-sample learning method that the Corpus--based Method theories of learning propose, and follows structural risk minimization principle.Utilize the good learning ability of support vector machine, the prognosis modelling of the Wind Velocity History to finite sample can be realized.The performance of support vector machine depends on the parameter of model, for the selection of parameter, does not also propose clear and definite theoretical foundation so far.Utilize intelligent optimization mode to carry out intelligent extraction to LSSVM model parameter and become a large focus.Common at present particle cluster algorithm, genetic algorithm, ant group algorithm and artificial bee colony algorithm etc. are mainly contained to the mode that LSSVM optimizes, to a certain extent, all kinds of optimized algorithm obtains certain effect in LSSVM parameter optimization, but the forecast model precision of prediction obtained and speed or not ideal enough.
Easily be absorbed in local optimum in conjunction with particle cluster algorithm, and other several optimized algorithms has the feature of stronger global optimizing ability.Therefore, the mode how using intelligent optimization method integrated carries out intelligent extraction to LSSVM model parameter, has a very big significance to obtain faster, that precision of prediction the is higher forecast model of LSSVM to wind speed of travelling speed.
Summary of the invention
The object of the present invention is to provide a kind of based on genetic algorithm and the integrated LSSVM fluctuating wind speed Forecasting Methodology of population, it utilizes the limited wind speed sample of certain wind field, sample is divided into training set and test set, initialization LSSVM model parameter, utilize that GA and PSO integration mode intelligent extraction LSSVM's have parameter combinations (C, σ) most, and then set up the LSSVM forecast model optimized, test set is predicted, obtains the Wind Velocity History spectrum predicted.
The present invention adopts following technical proposals: the present invention is based on genetic algorithm and the integrated LSSVM fluctuating wind speed Forecasting Methodology of population comprises the steps:
The first step: the limited wind speed sample getting a wind energy turbine set, is divided into training set, test set two parts by limited wind speed sample, and is normalized respectively;
Second step: initialization genetic algorithm correlation parameter, arranges LSSVM model kernel functional parameter C and regularization parameter σ scope C ∈ [C min, C max] and σ ∈ [σ min, σ max], binary coding is carried out to chromosome, produces initial population at random;
3rd step: carry out training study to LSSVM by training set, carries out the prediction of test set, and calculate each the chromosomal fitness in colony, whether evaluation algorithm convergence criterion meets, if meet best parameter group, enters the 5th step, otherwise enters the 4th step;
4th step: design genetic operator and the operational factor determining genetic algorithm, carries out the selection of genetic algorithm, intersection, mutation operation; Check whether and meet stopping criterion for iteration, if do not meet, return second step; Otherwise algorithm terminates to export best parameter group and enters the 5th step;
5th step: utilize the best parameter group that genetic algorithm obtains, initialization population correlation parameter; By training set, training study is carried out to LSSVM, calculate the fitness value that each particle is current, again the current fitness value of each particle and the optimal-adaptive angle value of this particle self are compared, if more excellent, then using the optimal location of position current for particle as this particle;
6th step: self optimal location fitness value of each particle is compared, if more excellent, then using the optimal location of the optimal location of this particle as colony with the fitness value of colony optimal location; Check whether and meet iteration optimizing termination condition, if meet, terminate optimizing, obtain optimum solution; Otherwise return second step;
7th step: utilize the best parameter group that the 6th step obtains, sets up the LSSVM forecast model optimized; Test set is predicted, obtains the fluctuating wind speed time series spectrum predicted; Computational prediction result also compares analysis with the mean absolute percentage error of GA-LSSVM, PSO-LSSVM forecast sample data, mean absolute error and root-mean-square error respectively.
Preferably, in the above-mentioned first step, normalized formula is formula:
f : x → y = x - x min x max - x min
In formula, x minthe minimum value of x, x maxbe the maximal value of x, utilize this formula whole for the scope of x to [0,1].
Preferably, in second step, chromosome coding mode adopts binary coding, as shown in the formula:
C = C m i n + b 2 m - 1 ( C max - C min )
σ = σ m i n + b 2 m - 1 ( σ max - σ min )
Wherein b is binary number, and m is word length, C max, C minthe maximal value allowed for regularization parameter C and minimum value, σ max, σ minthe maximal value allowed for kernel functional parameter σ and minimum value.
Preferably, in the 3rd step, each chromosome fitness get computing formula as shown in the formula:
f = 1 M S E = l Σ i = 1 l ( y i - y ^ i ) 2
Wherein f is fitness function, and MSE is the square error of test set data, y iwith be respectively actual value and the predicted value of test set.
Preferably, in described 4th step, the selection opertor of genetic algorithm adopts fitness rule of three, by this individuality of ratio-dependent shared in whole colony fitness of ideal adaptation degree by select probability; The probability P that individual i is selected iwith the accumulated probability Q of this individuality icomputing formula as shown in the formula:
P i = f i Σ i = 1 N f i
Q i = Σ j = 1 i P j , j = 1 , 2 , ... i
Wherein N is population scale, f ibe i-th chromosomal fitness.
Preferably, in described 4th step, the crossover operator computing formula of genetic algorithm as shown in the formula:
c 1=p 1a+p 2(1-a)
c 2=p 1(1-a)+p 2a
In formula, p 1, p 2be right two individualities of an assembly; c 1, c 2for the new individuality obtained after interlace operation; A is random random number being positioned at (0,1) interval produced.
Preferably, in described 4th step, the mutation operator of genetic algorithm, selects i-th individual jth gene to carry out mutation operation, as shown in the formula:
C ij = C ij + ( C ij - C max ) f ( g ) , r ≥ 0.5 C ij + ( C min - C ij ) f ( g ) , r ≤ 0.5
f(g)=r′(1-g/T)
Wherein, C min, C maxfor the bound of gene, r, r ' the be random number between [0,1], g is for when evolution number of times, and T is maximum evolutionary generation.
Preferably, in described 5th step and the 6th step, the formula that particle upgrades oneself speed and position as shown in the formula:
x=x+v
Wherein: v is the speed of particle; X is the position of current particle; r 1and r 2it is the random number between (0,1); C 1and C 2it is Studying factors.
The beneficial effect that the present invention brings: compared with adaptive genetic algorithm, particle cluster algorithm, have based on genetic algorithm and the integrated hybrid optimization algorithm of particle cluster algorithm that to optimize precision high, convergence precision is high, iterations is few, success ratio high, embodies good robustness and speed of convergence faster.
Accompanying drawing explanation
Fig. 1 is the forecasting wind speed of numerical simulation and the comparison schematic diagram of actual wind speed spectrum.
Fig. 2 is the comparison schematic diagram of the air speed value relative error of numerical simulation.
Fig. 3 is the process flow diagram schematic diagram of GA+PSO-LSSVM numerical prediction simulation wind speed.
Embodiment
Below in conjunction with accompanying drawing, enforcement of the present invention is further described.
The present invention adopts kernel function to be the LSSVM of radial basis function, and next the kernel functional parameter σ of method fast selecting the best that application GA and PSO is integrated and regularization parameter C combines.Genetic algorithm is searched for from trail, wide coverage, and global optimizing ability is strong, but easy Premature Convergence, be absorbed in local optimum; Particle cluster algorithm utilizes adaptive value to carry out evaluation system, and carry out certain random search according to adaptive value, insensitive to the initialization of population, and search speed is fast, and local search ability is strong.Therefore, genetic algorithm and particle cluster algorithm are combined, genetic algorithm is adopted to carry out global search, determine the field that optimum solution exists, the optimum solution initialization particle cluster algorithm so utilizing genetic algorithm to obtain, and then by the Local Search of particle cluster algorithm, realize the effective search of non-convex space, obtain precision higher in actual computation and speed faster.
The present invention is based on genetic algorithm and the integrated LSSVM wind speed forecasting method of population comprises the steps:
The first step, gets the limited wind speed sample of a wind energy turbine set, wind speed sample is divided into training set, test set two parts, and is normalized respectively; Such as, get the air speed data of a wind energy turbine set from 23:25 on the 12nd April 18:55 to 2011 year on the 8th April in 2011, in 10min, obtain a wind speed, totally 600 wind speed points.Get front 500 wind speed as training set, rear 100 wind speed, as test set, are normalized.
In the above-mentioned first step, normalized formula is formula (1):
f : x → y = x - x min x max - x min - - - ( 1 )
In formula, x minthe minimum value of x, x maxbe the maximal value of x, utilize this formula whole for the scope of x to [0,1].
Second step: initialization genetic algorithm correlation parameter (population size N, maximum evolutionary generation T, crossover probability P c, mutation probability P m), LSSVM model kernel functional parameter C and regularization parameter σ scope are set with σ ∈ [σ min, σ max], binary coding is carried out to chromosome, produces initial population at random; Such as initialization genetic algorithm, arranges Population in Genetic Algorithms scale N 1=50, maximum evolutionary generation T=100, crossover probability P c=0.7, mutation probability P m=0.05; Kernel functional parameter and regularization parameter scope C ∈ [10 are set -1, 10 3] and σ ∈ [10 -2, 10 2], binary coding is carried out to kernel functional parameter and regularization parameter, produces initial population at random.
In second step, chromosome coding mode adopts binary coding, specifically such as formula (2) and (3):
C = C m i n + b 2 m - 1 ( C max - C min ) - - - ( 2 )
σ = σ m i n + b 2 m - 1 ( σ m a x - σ min ) - - - ( 3 )
Wherein b is binary number, and m is word length, C max, C minthe maximal value allowed for regularization parameter C and minimum value, σ max, σ minthe maximal value allowed for kernel functional parameter σ and minimum value.
3rd step: carry out training study to LSSVM by training set, carries out the prediction of test set, calculates each the chromosomal fitness in colony, whether evaluation algorithm convergence criterion meets, if meet output parameter combination (C, σ) to enter the 5th step, otherwise enter the 4th step;
In 3rd step, each chromosome fitness gets computing formula as shown in the formula (4):
f = 1 M S E = l Σ i = 1 l ( y i - y ^ i ) 2 - - - ( 4 )
Wherein f is fitness function, and MSE is the square error of test set data, y iwith be respectively actual value and the predicted value of test set.
4th step: design genetic operator (genetic operator comprises selection opertor, crossover operator and mutation operator) and determine the operational factor of genetic algorithm, carries out the selection of genetic algorithm, intersection, mutation operation; Check whether and meet stopping criterion for iteration, if do not meet, return second step; Otherwise algorithm terminates to export best parameter group (C, σ) and enters the 5th step;
In 4th step:
The selection opertor of genetic algorithm adopts fitness rule of three, by this individuality of ratio-dependent shared in whole colony fitness of ideal adaptation degree by select probability.The probability P that individual i is selected iwith the accumulated probability Q of this individuality icomputing formula is as shown in the formula (5) and formula (6):
P i = f i Σ i = 1 N f i - - - ( 5 )
Q i = Σ j = 1 i P j , j = 1 , 2 , ... i - - - ( 6 )
Wherein N is population scale, f ibe i-th chromosomal fitness.
The crossover operator computing formula of genetic algorithm is as shown in the formula (7) and formula (8):
c 1=p 1a+p 2(1-a) (7)
c 2=p 1(1-a)+p 2a (8)
In formula, p 1, p 2be right two individualities of an assembly; c 1, c 2for the new individuality obtained after interlace operation; A is random random number being positioned at (0,1) interval produced.
The mutation operator of genetic algorithm, select i-th individual jth gene to carry out mutation operation, namely as shown in the formula (9) and formula (10):
C ij = C ij + ( C ij - C max ) f ( g ) , r ≥ 0.5 C ij + ( C min - C ij ) f ( g ) , r ≤ 0.5 - - - ( 9 )
f(g)=r′(1-g/T) (10)
Wherein, C min, C maxfor the bound of gene, r, r ' the be random number between [0,1], g is for when evolution number of times, and T is maximum evolutionary generation.
5th step: the best parameter group (C, σ) utilizing genetic algorithm to obtain, initialization population correlation parameter; By training set, training study is carried out to LSSVM, calculate the fitness value that each particle is current, again the current fitness value of each particle and the optimal-adaptive angle value of this particle self are compared, if more excellent, then using the optimal location of position current for particle as this particle; Population population scale N is such as set 2=35, maximum iteration time M 2=120, Studying factors C 1=2, C 2=2.With the LSSVM model corresponding to each particle vector, learning sample is predicted respectively, obtain the fitness value of each particle current location, then by fitness value current for all particles and the individual extreme value p of this particle bestcompare, if more excellent, then using the optimal location of position current for particle as this particle, current fitness value is as individual extreme value p best;
6th step: by self optimal location fitness value p of each particle bestwith the fitness value g of colony's optimal location bestrelatively, if more excellent, then using the optimal location of the optimal location of this particle as colony, i.e. self optimal location fitness value p of this particle bestas the fitness value g of colony's optimal location best.Check whether and meet iteration optimizing termination condition (reaching the maximum iteration time or default precision that preset), if meet, terminate optimizing, obtain optimum solution (C, σ); Otherwise return second step;
In the 5th step and the 6th step, particle upgrades the formula of oneself speed and position as shown in the formula (11), formula (12):
x=x+v (12)
Wherein: v is the speed of particle; X is the position of current particle; r 1and r 2it is the random number between (0,1); C 1and C 2it is Studying factors.
7th step: utilize the best parameter group (C, σ) that the 6th step obtains, sets up the LSSVM forecast model optimized; Test set is predicted, obtains the fluctuating wind speed time series spectrum predicted; Computational prediction result also compares analysis, in table 1 with the mean absolute percentage error (MAPE) of GA-LSSVM, PSO-LSSVM forecast sample data, root-mean-square error (RMSE) and mean absolute error (MAE) respectively:
The evaluation index table of table 1 three kinds of method simulations
Above step can reference diagram 3, gives implementing procedure of the present invention intuitively.Can intuitively find out from Fig. 1, the predicted data image obtained in conjunction with the LSSVM model that GA, PSO are integrated and reality more identical.Can intuitively find out from Fig. 2, the predicted data relative error image obtained in conjunction with the LSSVM model that GA, PSO are integrated is more close to zero axle.Can find out intuitively table 1 data, the mean absolute percentage error (MAPE) in conjunction with the integrated LSSVM model prediction data of GA, PSO is compared GA optimized algorithm and be have dropped 56.1%, compares PSO optimized algorithm and have dropped 40.2%; Root-mean-square error (RMSE) is compared GA optimized algorithm and be have dropped 49.0%, compares PSO optimized algorithm and have dropped 46.9%; Mean absolute error (MAE) is compared GA optimized algorithm and be have dropped 50%, compares PSO optimized algorithm and have dropped 43.5%.
The present invention carries out intelligent selection by GA and PSO Integrated Algorithm to the model parameter of LSSVM, obtain the LSSVM model optimized, utilize the wind speed of known time section to carry out training study to LSSVM model, achieve more accurately, predict more quickly the wind speed of unknown time period.

Claims (8)

1., based on genetic algorithm and the integrated LSSVM wind speed forecasting method of population, it is characterized in that, it comprises the steps:
The first step: the limited wind speed sample getting a wind energy turbine set, is divided into training set, test set two parts by limited wind speed sample, and is normalized respectively;
Second step: initialization genetic algorithm correlation parameter, arranges LSSVM model kernel functional parameter C and regularization parameter σ scope C ∈ [C min, C max] and σ ∈ [σ min, σ max], binary coding is carried out to chromosome, produces initial population at random;
3rd step: carry out training study to LSSVM by training set, carries out the prediction of test set, and calculate each the chromosomal fitness in colony, whether evaluation algorithm convergence criterion meets, if meet best parameter group, enters the 5th step, otherwise enters the 4th step;
4th step: design genetic operator and the operational factor determining genetic algorithm, carries out the selection of genetic algorithm, intersection, mutation operation; Check whether and meet stopping criterion for iteration, if do not meet, return second step; Otherwise algorithm terminates to export best parameter group and enters the 5th step;
5th step: utilize the best parameter group that genetic algorithm obtains, initialization population correlation parameter; By training set, training study is carried out to LSSVM, calculate the fitness value that each particle is current, again the current fitness value of each particle and the optimal-adaptive angle value of this particle self are compared, if more excellent, then using the optimal location of position current for particle as this particle;
6th step: self optimal location fitness value of each particle is compared, if more excellent, then using the optimal location of the optimal location of this particle as colony with the fitness value of colony optimal location; Check whether and meet iteration optimizing termination condition, if meet, terminate optimizing, obtain optimum solution; Otherwise return second step;
7th step: utilize the best parameter group that the 6th step obtains, sets up the LSSVM forecast model optimized; Test set is predicted, obtains the fluctuating wind speed time series spectrum predicted; Computational prediction result also compares analysis with the mean absolute percentage error of GA-LSSVM, PSO-LSSVM forecast sample data, mean absolute error and root-mean-square error respectively.
2. according to claim 1 based on genetic algorithm and the integrated LSSVM wind speed forecasting method of population, it is characterized in that, in the described first step, the formula of normalized is following formula:
f : x → y = x - x min x max - x min
In formula, x minthe minimum value of x, x maxbe the maximal value of x, utilize this formula whole for the scope of x to [0,1].
It is 3. according to claim 1 that based on genetic algorithm and the integrated LSSVM wind speed forecasting method of population, it is characterized in that, in described second step, chromosome coding mode adopts binary coding, as shown in the formula:
C = C min + b 2 m - 1 ( C max - C min )
σ = σ min + b 2 m - 1 ( σ max - σ min )
Wherein b is binary number, and m is word length, C max, C minthe maximal value allowed for regularization parameter C and minimum value, σ max, σ mi nthe maximal value allowed for kernel functional parameter σ and minimum value.
4. according to claim 1ly to it is characterized in that based on genetic algorithm and the integrated LSSVM wind speed forecasting method of population, in described 3rd step, each chromosome fitness get computing formula as shown in the formula:
f = 1 M S E = l Σ i = 1 l ( y i · - y ^ i ) 2
Wherein f is fitness function, and MSE is the square error of test set data, y iwith be respectively actual value and the predicted value of test set.
5. according to claim 1 based on genetic algorithm and the integrated LSSVM wind speed forecasting method of population, it is characterized in that, in described 4th step:
The selection opertor of genetic algorithm adopts fitness rule of three, by this individuality of ratio-dependent shared in whole colony fitness of ideal adaptation degree by select probability; The probability P that individual i is selected iwith the accumulated probability Q of this individuality icomputing formula as shown in the formula:
P i = f i Σ i = 1 N f i
Q i = Σ j = 1 i P j , j = 1 , 2 , ... i
Wherein N is population scale, f ibe i-th chromosomal fitness.
6. according to claim 1ly to it is characterized in that, in described 4th step: in described 4th step based on genetic algorithm and the integrated LSSVM wind speed forecasting method of population, the crossover operator computing formula of genetic algorithm as shown in the formula:
c 1=p 1a+p 2(1-a)
c 2=p 1(1-a)+p 2a
In formula, p 1, p 2be right two individualities of an assembly; c 1, c 2for the new individuality obtained after interlace operation; A is random random number being positioned at (0,1) interval produced.
7. according to claim 1ly it is characterized in that based on genetic algorithm and the integrated LSSVM wind speed forecasting method of population, in described 4th step, the mutation operator of genetic algorithm, selects i-th individual jth gene to carry out mutation operation, as shown in the formula:
C ij = C ij + ( C ij - C max ) f ( g ) , r ≥ 0.5 C ij + ( C min - C ij ) f ( g ) , r ≤ 0.5
f(g)=r′(1-g/T)
Wherein, C min, C maxfor the bound of gene, r, r ' the be random number between [0,1], g is for when evolution number of times, and T is maximum evolutionary generation.
8. according to claim 1ly to it is characterized in that based on genetic algorithm and the integrated LSSVM wind speed forecasting method of population, in described 5th step and the 6th step, the formula that particle upgrades oneself speed and position as shown in the formula:
v = ω × v + C 1 × r 1 × ( p b e s t - x ) + C 2 × r 2 × ( g b e s t - x )
x=x+v
Wherein: v is the speed of particle; X is the position of current particle; r 1and r 2it is the random number between (0,1); C1 and C2 is Studying factors.
CN201510354573.9A 2015-06-24 2015-06-24 LSSVM (least squares support vector machine) wind speed forecasting method based on integration of GA (genetic algorithm) and PSO (particle swarm optimization) Pending CN104951834A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510354573.9A CN104951834A (en) 2015-06-24 2015-06-24 LSSVM (least squares support vector machine) wind speed forecasting method based on integration of GA (genetic algorithm) and PSO (particle swarm optimization)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510354573.9A CN104951834A (en) 2015-06-24 2015-06-24 LSSVM (least squares support vector machine) wind speed forecasting method based on integration of GA (genetic algorithm) and PSO (particle swarm optimization)

Publications (1)

Publication Number Publication Date
CN104951834A true CN104951834A (en) 2015-09-30

Family

ID=54166473

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510354573.9A Pending CN104951834A (en) 2015-06-24 2015-06-24 LSSVM (least squares support vector machine) wind speed forecasting method based on integration of GA (genetic algorithm) and PSO (particle swarm optimization)

Country Status (1)

Country Link
CN (1) CN104951834A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105444923A (en) * 2015-11-18 2016-03-30 浙江工业大学 Mechanical temperature instrument error prediction method based on genetic-algorithm optimized least square support vector machine
CN105574231A (en) * 2015-11-27 2016-05-11 上海交通大学 Storage battery surplus capacity detection method
CN106447065A (en) * 2016-05-12 2017-02-22 东华大学 Method for predicting coagulation bath link performance index in carbon fiber precursor production process
CN107170442A (en) * 2017-05-11 2017-09-15 北京理工大学 Multi-parameters optimization method based on self-adapted genetic algorithm
CN108133121A (en) * 2018-02-24 2018-06-08 北京科技大学 The method of piezoelectric transducer port equivalent admittance circuit parameter estimation
CN108762062A (en) * 2018-05-24 2018-11-06 安庆联动属具股份有限公司 A kind of lift truck attachment clamping force self-adaptation control method and system
CN109165764A (en) * 2018-06-26 2019-01-08 昆明理工大学 A kind of line loss calculation method of genetic algorithm optimization BP neural network
CN110705707A (en) * 2019-09-30 2020-01-17 河海大学 Tunnel structure chlorine corrosion life prediction method based on genetic algorithm
CN111208345A (en) * 2020-01-19 2020-05-29 合肥巨一动力系统有限公司 Bus current estimation method and system for electric drive system of electric vehicle
CN111461390A (en) * 2020-01-17 2020-07-28 天津大学 L IESN ocean surface wind speed prediction method based on genetic algorithm key parameter optimization
CN112131679A (en) * 2020-09-02 2020-12-25 大连理工大学 Reverse thrust adjustment method for initial residual stress of workpiece
CN112380945A (en) * 2020-11-06 2021-02-19 中国电力科学研究院有限公司 Method and system for identifying potential environmental hazards of power transmission channel
CN112433233A (en) * 2020-11-19 2021-03-02 武汉大学 GNSS-R sea surface wind speed inversion method and system based on particle swarm optimization
CN112528556A (en) * 2020-11-30 2021-03-19 广东工业大学 Micro-electro-mechanical system design optimization method based on integrated model assisted social learning particle swarm algorithm
CN113419050A (en) * 2021-07-20 2021-09-21 山东恒拓科技发展有限公司 Method and device for soft measurement of cement raw material components
CN113469285A (en) * 2021-07-26 2021-10-01 上海大学 Dye double-spelling formula prediction method based on PSO-LSSVM
CN116975655A (en) * 2023-08-29 2023-10-31 天栋智能科技(天津)有限公司 Parameter generation method, signal compression and reconstruction method, system, equipment and medium
CN117252114A (en) * 2023-11-17 2023-12-19 湖南华菱线缆股份有限公司 Cable torsion resistance experiment method based on genetic algorithm

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040081977A1 (en) * 2002-10-25 2004-04-29 Hsien-Tsung Hsu Genetic algorithm convergence accelerating apparatus, system and method for the same
CN102005135A (en) * 2010-12-09 2011-04-06 上海海事大学 Genetic algorithm-based support vector regression shipping traffic flow prediction method
CN103871002A (en) * 2014-03-25 2014-06-18 上海电机学院 Wind power forecast method and device based on self-adaptation bee colony algorithm

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040081977A1 (en) * 2002-10-25 2004-04-29 Hsien-Tsung Hsu Genetic algorithm convergence accelerating apparatus, system and method for the same
CN102005135A (en) * 2010-12-09 2011-04-06 上海海事大学 Genetic algorithm-based support vector regression shipping traffic flow prediction method
CN103871002A (en) * 2014-03-25 2014-06-18 上海电机学院 Wind power forecast method and device based on self-adaptation bee colony algorithm

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
史洁: "风电场功率超短期预测算法优化研究", 《中国博士学位论文全文数据库 工程科技Ⅱ辑》 *
孙斌等: "基于PSO优化LSSVM的短期风速预测", 《电力系统保护与控制》 *
崔丽婷等: "改进的遗传算法及其在测试数据自动生成中的应用", 《信息技术与信息化》 *
张华军: "基于个人偏好的多目标优化问题目标权重计算方法", 《控制与决策》 *

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105444923A (en) * 2015-11-18 2016-03-30 浙江工业大学 Mechanical temperature instrument error prediction method based on genetic-algorithm optimized least square support vector machine
CN105444923B (en) * 2015-11-18 2017-12-29 浙江工业大学 Mechanical thermometric instrument error prediction method based on genetic algorithm optimization least square method supporting vector machine
CN105574231A (en) * 2015-11-27 2016-05-11 上海交通大学 Storage battery surplus capacity detection method
CN106447065A (en) * 2016-05-12 2017-02-22 东华大学 Method for predicting coagulation bath link performance index in carbon fiber precursor production process
CN107170442A (en) * 2017-05-11 2017-09-15 北京理工大学 Multi-parameters optimization method based on self-adapted genetic algorithm
CN108133121A (en) * 2018-02-24 2018-06-08 北京科技大学 The method of piezoelectric transducer port equivalent admittance circuit parameter estimation
CN108762062A (en) * 2018-05-24 2018-11-06 安庆联动属具股份有限公司 A kind of lift truck attachment clamping force self-adaptation control method and system
CN109165764A (en) * 2018-06-26 2019-01-08 昆明理工大学 A kind of line loss calculation method of genetic algorithm optimization BP neural network
CN110705707B (en) * 2019-09-30 2022-08-19 河海大学 Tunnel structure chlorine corrosion life prediction method based on genetic algorithm
CN110705707A (en) * 2019-09-30 2020-01-17 河海大学 Tunnel structure chlorine corrosion life prediction method based on genetic algorithm
CN111461390A (en) * 2020-01-17 2020-07-28 天津大学 L IESN ocean surface wind speed prediction method based on genetic algorithm key parameter optimization
CN111208345B (en) * 2020-01-19 2021-12-21 合肥巨一动力系统有限公司 Bus current estimation method and system for electric drive system of electric vehicle
CN111208345A (en) * 2020-01-19 2020-05-29 合肥巨一动力系统有限公司 Bus current estimation method and system for electric drive system of electric vehicle
CN112131679A (en) * 2020-09-02 2020-12-25 大连理工大学 Reverse thrust adjustment method for initial residual stress of workpiece
CN112380945A (en) * 2020-11-06 2021-02-19 中国电力科学研究院有限公司 Method and system for identifying potential environmental hazards of power transmission channel
CN112433233A (en) * 2020-11-19 2021-03-02 武汉大学 GNSS-R sea surface wind speed inversion method and system based on particle swarm optimization
CN112528556A (en) * 2020-11-30 2021-03-19 广东工业大学 Micro-electro-mechanical system design optimization method based on integrated model assisted social learning particle swarm algorithm
CN112528556B (en) * 2020-11-30 2023-01-20 广东工业大学 Micro-electro-mechanical system design optimization method based on integrated model assisted social learning particle swarm algorithm
CN113419050A (en) * 2021-07-20 2021-09-21 山东恒拓科技发展有限公司 Method and device for soft measurement of cement raw material components
CN113469285A (en) * 2021-07-26 2021-10-01 上海大学 Dye double-spelling formula prediction method based on PSO-LSSVM
CN116975655A (en) * 2023-08-29 2023-10-31 天栋智能科技(天津)有限公司 Parameter generation method, signal compression and reconstruction method, system, equipment and medium
CN116975655B (en) * 2023-08-29 2024-04-05 天栋智能科技(天津)有限公司 Parameter generation method, signal compression and reconstruction method, system, equipment and medium
CN117252114A (en) * 2023-11-17 2023-12-19 湖南华菱线缆股份有限公司 Cable torsion resistance experiment method based on genetic algorithm
CN117252114B (en) * 2023-11-17 2024-02-13 湖南华菱线缆股份有限公司 Cable torsion resistance experiment method based on genetic algorithm

Similar Documents

Publication Publication Date Title
CN104951834A (en) LSSVM (least squares support vector machine) wind speed forecasting method based on integration of GA (genetic algorithm) and PSO (particle swarm optimization)
Feng et al. Operation rule derivation of hydropower reservoir by k-means clustering method and extreme learning machine based on particle swarm optimization
Liu et al. A novel hybrid methodology for short-term wind power forecasting based on adaptive neuro-fuzzy inference system
CN104899431B (en) Based on ant colony and swarm of particles into LSSVM fluctuating wind speed Forecasting Methodologies
CN112686464A (en) Short-term wind power prediction method and device
CN103488869A (en) Wind power generation short-term load forecast method of least squares support vector machine
CN105260786B (en) A kind of simulation credibility of electric propulsion system assessment models comprehensive optimization method
CN108197744A (en) A kind of determining method and system of photovoltaic generation power
CN107133695A (en) A kind of wind power forecasting method and system
CN104463349A (en) Photovoltaic generated power prediction method based on multi-period comprehensive similar days
CN102938562B (en) Prediction method of total wind electricity power in area
CN105224738B (en) LSSVM non-gaussian fluctuating wind speed prediction technique
CN103258142A (en) Wind power plant short-term wind speed forecasting method based on weather patterns
CN103942736B (en) A kind of wind power plant multimachine equivalent modeling method
CN106875033A (en) A kind of wind-powered electricity generation cluster power forecasting method based on dynamic self-adapting
CN110942205A (en) Short-term photovoltaic power generation power prediction method based on HIMVO-SVM
CN109492748A (en) A kind of Mid-long term load forecasting method for establishing model of the electric system based on convolutional neural networks
WO2024051524A1 (en) Joint prediction method and apparatus for hydraulic, wind and photovoltaic generation power
CN105701572A (en) Photovoltaic short-term output prediction method based on improved Gaussian process regression
CN109902340A (en) It is a kind of meter and complicated meteorology coupled characteristic multi-source-lotus combine scene generating method
CN109272258B (en) Regional wind and solar power generation resource evaluation method based on K-means clustering
CN106503833A (en) Photovoltaic generation short term power rolling forecast method based on algorithm of support vector machine
Hu et al. Short-term photovoltaic power prediction based on similar days and improved SOA-DBN model
CN109242136A (en) A kind of micro-capacitance sensor wind power Chaos-Genetic-BP neural network prediction technique
CN114169445A (en) Day-ahead photovoltaic power prediction method, device and system based on CAE and GAN hybrid network

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150930

WD01 Invention patent application deemed withdrawn after publication