CN103218459A - Chaotic system parameter estimating method based on neighborhood information optimization algorithm - Google Patents

Chaotic system parameter estimating method based on neighborhood information optimization algorithm Download PDF

Info

Publication number
CN103218459A
CN103218459A CN2013101767529A CN201310176752A CN103218459A CN 103218459 A CN103218459 A CN 103218459A CN 2013101767529 A CN2013101767529 A CN 2013101767529A CN 201310176752 A CN201310176752 A CN 201310176752A CN 103218459 A CN103218459 A CN 103218459A
Authority
CN
China
Prior art keywords
particle
neighborhood
population
max
chaos system
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
CN2013101767529A
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.)
Wuxi Institute of Technology
Original Assignee
Wuxi Institute of 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 Wuxi Institute of Technology filed Critical Wuxi Institute of Technology
Priority to CN2013101767529A priority Critical patent/CN103218459A/en
Publication of CN103218459A publication Critical patent/CN103218459A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a chaotic system parameter estimating method based on a neighborhood information optimization algorithm. According to the method, a neighborhood information sharing thought is integrated in a particle swarm optimization algorithm; the speed and the position of a particle are updated by means of tracking an individual extreme value and a neighborhood extreme value of the particle as well as a global extreme value of population; the evolution information among the particles during a search process is utilized fully; the diversity of the particles is increased; the premature convergence of the algorithm is avoided; and the method has the capabilities of high-efficiency search and global search, so that an optimum parameter estimating effect is achieved.

Description

Chaos system method for parameter estimation based on the neighborhood information optimized Algorithm
Technical field
The present invention relates to System Discrimination and intellectual technology field, be specifically related to a kind of method for parameter estimation based on the neighborhood information particle swarm optimization algorithm at chaos system.
Background technology
Chaos controlling has become the important subject in complexity science field, and has obtained broad research with synchronously since proposing the nineties in last century.Yet existing most control and method for synchronous all are to provide under the known situation of systematic parameter, and these method majorities are no longer suitable under the situation of unknown parameters.Thereby, estimate that the unknown parameter of chaos system becomes chaos controlling and needs the urgent matter of utmost importance that solves synchronously.
The generation of particle cluster algorithm (PSO) derives from the social model simulation of simplifying, and is proposed in nineteen ninety-five by Eberhart and Kennedy.Because simple, the easy realization of its algorithm, fast convergence rate have obtained extensive concern.Initial stage PSO convergence of algorithm speed is very fast optimizing, and still along with the continuation of optimizing process, easily is absorbed in local optimum in the search later stage.At this problem, scholars have provided various improvement particle cluster algorithms, as the PSO of band compressibility factor, the PSO that becomes the study factor, second order vibration PSO, mixing PSO etc.
The present invention plans to build upright a kind of simple in structure, make full use of search procedure particle neighborhood information guiding search direction, and adjust the particle neighborhood according to the time period and form, take all factors into consideration the practicable chaos system parameter estimation algorithm of computation complexity, fast convergence, effective search ability, aspect such as of overall importance.
Summary of the invention
The objective of the invention is to overcome the deficiency of elementary particle group algorithm, propose a kind of particle swarm optimization algorithm and estimate based on neighborhood information
Figure BDA00003182821300012
The parameter of chaos system can be worked in coordination with switching in the searching process between neighborhood extreme value and global extremum, and can make full use of the interparticle neighborhood search mechanism of search, has the ability of effective search and global search, realizes the optimal parameter estimation effect to reach.
Technical scheme of the present invention is as follows:
A kind of chaos system method for parameter estimation based on the neighborhood information optimized Algorithm comprises the steps:
Step 1: produce T chaos discrete-time series (x (t), y (t), z (t)) by chaos system, wherein (x (t), y (t), z (t)) is the state variable of chaos system, and t is the series of discrete time series from 1 to T.
Step 2: initialization; Determine the population scale M of population, dimension size D, the particle position vector is s i=(s I1, s I2..., s ID), the velocity vector of particle correspondence is v i=(v I1, v I2..., v ID), i=1,2 ..., M, study factor c 1=c 2=c 3=1.4962, maximal rate V Max, each neighborhood particle is counted N, makes MmodN=0, iterations k=1, maximum iteration time K Max
Step 3: the fitness function that calculates each particle; According to the discrete-time series of chaos system variable, determine the fitness function of estimated parameter correspondence, its formula is:
e i k = Σ t = 1 T { ( x ( t ) - x i k ( t ) ) 2 + ( y ( t ) - y i k ( t ) ) 2 + ( z ( t ) - z i k ( t ) ) 2 }
Wherein, t is the series of discrete time series from 1 to T,
Figure BDA00003182821300021
Be to obtain the pairing system state variables sequence of parameter behind the k time iteration particle group optimizing, (x (t), y (t), z (t)) real system state variable sequence for recording.
Step 4: determine the neighborhood scheme; If k<K Max, adopt
Figure BDA00003182821300022
Construct q=M/N neighborhood; Otherwise, adopt
Figure BDA00003182821300023
Construct q=M/N neighborhood, j=1,2 ..., q; First particle of each neighborhood can be accepted global information, and other particles are only accepted neighborhood information.
Step 5: the k+1 time iteration, particle are according to following formula renewal speed and position:
v i k + 1 = wv i k + c 1 r 1 ( p i k - s i k ) + c 2 r 2 ( p g k - s i k ) Y i + c 3 r 2 ( pl i k - s i k ) ( 1 - Y i )
s i k + 1 = s i k + v i k + 1
Wherein: i=1,2 ..., M, M are population size, w is an inertia weight; c 1, c 2, c 3Be the study factor, r 1, r 2Get equally distributed random number between [0,1],
Figure BDA00003182821300026
Be the desired positions of i particle experience,
Figure BDA00003182821300027
Be the desired positions of all particle population experience,
Figure BDA00003182821300028
Be the desired positions of all particle experience in the corresponding neighborhood of i particle, Y iBe neighborhood learning ability function, get constant or random number between [0,1], obtain the ability of the overall situation or neighborhood knowledge with the difference particle.
Step 6: if reach maximum iteration time (k=K Max), then optimizing finishes resulting global optimum
Figure BDA00003182821300029
Be the optimized parameter value of chaos system parameter estimation; Otherwise k:=k+1 turns to step 3.
Wherein,
In the described step 2, the search population M of colony need set according to concrete problem scale; Dimension size D represents the variable number of optimization problem; The general span of the study factor is [04], also can dynamically adjust according to search procedure, for adopting fixed value for simplicity.
Useful technique effect of the present invention is:
Compare with existing various improvement particle cluster algorithms, chaos system parameter estimation algorithm provided by the present invention is simple in structure, make full use of search procedure particle neighborhood information guiding search direction, and adjust the particle neighborhood according to the time period and form, take all factors into consideration computation complexity, fast convergence, effective search ability, aspect such as of overall importance.
Chaos system parameter estimation techniques of the present invention is shared neighborhood information with thought and is incorporated in the particle cluster algorithm, made full use of the interparticle evolution-information of search procedure, increased the diversity of particle, avoided the precocious convergence of algorithm, thereby optimization searching efficient and performance have been improved greatly, make the search particle can jump out local optimum, the ability of searching optimum of enhancement algorithms easily.Since the information sharing of the interparticle neighborhood extreme value of search, energy interactive information between the particle in the search procedure, thus can realize collaborative and intelligently explore area of space.
The present invention also can be applicable to the fields such as node covering of Image Edge-Detection, neural metwork training, sensing net except being applied to the chaos system parameter estimation.
Description of drawings
Fig. 1 is a process flow diagram of the present invention.
Fig. 2 is
Figure BDA000031828213000210
The estimation curve figure of chaos system parameter a.
Fig. 3 is
Figure BDA000031828213000211
The estimation curve figure of chaos system parameter b.
Fig. 4 is
Figure BDA00003182821300031
The estimation curve figure of chaos system parameter c.
Embodiment
Have neighborhood information particle cluster algorithm (NPSO) and be and be subjected to the occurring in nature collective behaviour and often depend on the inspiration of social recognition structure and produce, different cognitive structures can have influence on the cluster effect of total system.Corresponding to particle cluster algorithm,, can give full play to its whole optimizing ability and convergence if can use the neighborhood information of particle rightly.The main thought of this algorithm is that the global extremum by individual extreme value, neighborhood extreme value and the population of following the tracks of particle upgrades particle's velocity and position, when reaching end condition, determines that current globally optimal solution is the optimum solution of this problem.
In order to understand technical scheme of the present invention better, below embodiment is described in further detail, and embodiment is described, but be not limited thereto in conjunction with an application example.
Embodiment: consider as follows
Figure BDA00003182821300032
Chaos system
x · ( t ) = - y ( t ) - z ( t ) y · ( t ) = x ( t ) + ay ( t ) z · ( t ) = b + ( x ( t ) - c ) z ( t )
In the formula, parameter a, b, c the unknown.Work as a=0.432, b=2, during c=4, system presents chaos phenomenon.The objective of the invention is and to go out unknown parameter according to the chaos state sequence estimation of said system.
The workflow of the inventive method as shown in Figure 1, embodiment can be divided into following a few step:
(1) produce T=300 chaos discrete-time series (x (t), y (t), z (t)) by chaos system, wherein t is the series of discrete time series from 1 to T.
(2) initialization.Determine the population scale M=20 of population, dimension size D=3, picked at random s I1∈ [01], s I2∈ [05], s I3The initial position vector of ∈ [010] constituent particle is s i=(s I1, s I2, s I3), the velocity vector of picked at random particle correspondence is v i=(v I1, v I2, v I3), i=1,2 ..., M, study factor c 1=c 2=c 3=1.4962, maximal rate V Max=10, each neighborhood particle is counted N=5(and is made MmodN=0), iterations k=1, maximum iteration time K Max=60.
(3) calculate the fitness function of each particle.At first according to the discrete-time series of chaos system variable, determine the fitness function of estimated parameter correspondence, its formula is:
e i k = Σ t = 1 T { ( x ( t ) - x i k ( t ) ) 2 + ( y ( t ) - y i k ( t ) ) 2 + ( z ( t ) - z i k ( t ) ) 2 }
Wherein, Be to obtain the pairing system state variables sequence of parameter behind the k time iteration particle group optimizing, (x (t), y (t), z (t)) is the real system state variable sequence that records in (1) step.
(4) determine the neighborhood scheme.If k<K Max, adopt
Figure BDA00003182821300036
Construct q=M/N neighborhood; Otherwise, adopt
Figure BDA00003182821300037
Construct q=M/N neighborhood, j=1,2 ..., q.First particle of each neighborhood can be accepted global information, and other particles are only accepted neighborhood information.
(5) the k+1 time iteration, particle are according to following formula renewal speed and position:
v i k + 1 = wv i k + c 1 r 1 ( p i k - s i k ) + c 2 r 2 ( p g k - s i k ) Y i + c 3 r 2 ( pl i k - s i k ) ( 1 - Y i )
s i k + 1 = s i k + v i k + 1
Wherein: i=1,2 ..., M, inertia weight
Figure BDA00003182821300041
w Max=0.9, w Min=0.4(adopts the linear decrease weight here); r 1, r 2Get equally distributed random number between [0,1],
Figure BDA00003182821300042
Be the desired positions (individual extreme value) of i particle experience,
Figure BDA00003182821300043
Be the desired positions (global extremum) of all particle population experience, Be the desired positions (neighborhood extreme value) of all particle experience in the corresponding neighborhood of i particle, Y iFor neighborhood learning ability function, get the random number between [0,1], obtain the ability of the overall situation or neighborhood knowledge with the difference particle.
(6) if reach maximum iteration time (k=K Max), then optimizing finishes resulting global optimum
Figure BDA00003182821300045
Be the optimized parameter value (a of chaos system parameter estimation *, b *, c *); Otherwise k:=k+1 forwards (3) to.
Fig. 2, Fig. 3 and Fig. 4 have shown a respectively, the parameter estimation result of b and c.As seen from the figure, three parameters all reach global optimum after about 45 iteration.As seen, the present invention program's effect in the chaos system parameter estimation is better, and has good robustness.
Above the chaos system parameter estimation techniques based on the neighborhood information optimized Algorithm of the present invention is had been described in detail, but specific implementation form of the present invention is not limited thereto.Concerning the those skilled in the art in present technique field, the various conspicuous change of under the situation of spirit that does not deviate from the method for the invention and claim scope it being carried out is all within protection scope of the present invention.

Claims (1)

1. the chaos system method for parameter estimation based on the neighborhood information optimized Algorithm is characterized in that, comprises the steps:
(1) produce T chaos discrete-time series (x (t), y (t), z (t)) by chaos system, wherein (x (t), y (t), z (t)) is the state variable of chaos system, and t is the series of discrete time series from 1 to T;
(2) initialization; Determine the population scale M of population, dimension size D, the particle position vector is s i=(s I1, s I2..., s ID), the velocity vector of particle correspondence is v i=(v I1, v I2..., v ID), i=1,2 ..., M, study factor c 1=c 2=c 3=1.4962, maximal rate V Max, each neighborhood particle is counted N, makes MmodN=0, iterations k=1, maximum iteration time K Max
(3) calculate the fitness function of each particle; According to the discrete-time series of chaos system variable, determine the fitness function of estimated parameter correspondence, its formula is:
e i k = Σ t = 1 T { ( x ( t ) - x i k ( t ) ) 2 + ( y ( t ) - y i k ( t ) ) 2 + ( z ( t ) - z i k ( t ) ) 2 }
Wherein, t is the series of discrete time series from 1 to T,
Figure FDA00003182821200012
Be to obtain the pairing system state variables sequence of parameter behind the k time iteration particle group optimizing, (x (t), y (t), z (t)) real system state variable sequence for recording;
(4) determine the neighborhood scheme; If k<K Max, adopt
Figure FDA00003182821200013
Construct q=M/N neighborhood; Otherwise, adopt
Figure FDA00003182821200014
Construct q=M/N neighborhood, j=1,2 ..., q; First particle of each neighborhood can be accepted global information, and other particles are only accepted neighborhood information;
(5) the k+1 time iteration, particle are according to following formula renewal speed and position:
v i k + 1 = wv i k + c 1 r 1 ( p i k - s i k ) + c 2 r 2 ( p g k - s i k ) Y i + c 3 r 2 ( pl i k - s i k ) ( 1 - Y i )
s i k + 1 = s i k + v i k + 1
Wherein: i=1,2 ..., M, M are population size, w is an inertia weight; c 1, c 2, c 3Be the study factor, r 1, r 2Get equally distributed random number between [0,1],
Figure FDA00003182821200017
Be the desired positions of i particle experience,
Figure FDA00003182821200018
Be the desired positions of all particle population experience,
Figure FDA00003182821200019
Be the desired positions of all particle experience in the corresponding neighborhood of i particle, Y iBe neighborhood learning ability function, get constant or random number between [0,1], obtain the ability of the overall situation or neighborhood knowledge with the difference particle;
(6) if reach maximum iteration time k=K Max, then optimizing finishes resulting global optimum
Figure FDA000031828212000110
Be the optimized parameter value of chaos system parameter estimation, stop; Otherwise k:=k+1 turns to step (3).
CN2013101767529A 2013-05-13 2013-05-13 Chaotic system parameter estimating method based on neighborhood information optimization algorithm Pending CN103218459A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2013101767529A CN103218459A (en) 2013-05-13 2013-05-13 Chaotic system parameter estimating method based on neighborhood information optimization algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2013101767529A CN103218459A (en) 2013-05-13 2013-05-13 Chaotic system parameter estimating method based on neighborhood information optimization algorithm

Publications (1)

Publication Number Publication Date
CN103218459A true CN103218459A (en) 2013-07-24

Family

ID=48816246

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2013101767529A Pending CN103218459A (en) 2013-05-13 2013-05-13 Chaotic system parameter estimating method based on neighborhood information optimization algorithm

Country Status (1)

Country Link
CN (1) CN103218459A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106789312A (en) * 2016-12-30 2017-05-31 南京理工大学 A kind of secure resources optimizing distribution method based on cloud computing
CN109870903A (en) * 2017-12-01 2019-06-11 财团法人工业技术研究院 Parameter optimization method, device and non-instantaneous computer-readable medium
CN117824487A (en) * 2024-03-04 2024-04-05 南京师范大学 High-precision intelligent detection method for differential mechanism tool of pipeline robot

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101436928A (en) * 2008-12-09 2009-05-20 华中科技大学 Parameter estimation method for chaos system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101436928A (en) * 2008-12-09 2009-05-20 华中科技大学 Parameter estimation method for chaos system

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
P.N.SUGANTHAN: "Particle Swarm Optimiser with Neighbourhood Operator", 《IEEE》 *
杨雪榕 等: "多邻域改进粒子群算法", 《系统工程与电子技术》 *
陆克中 等: "基于粒子群优化算法的非线性系统模型参数估计", 《计算机技术与发展》 *
高飞 等: "基于改进粒子群优化算法的混沌系统参数估计方法", 《物理学报》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106789312A (en) * 2016-12-30 2017-05-31 南京理工大学 A kind of secure resources optimizing distribution method based on cloud computing
CN109870903A (en) * 2017-12-01 2019-06-11 财团法人工业技术研究院 Parameter optimization method, device and non-instantaneous computer-readable medium
CN109870903B (en) * 2017-12-01 2022-03-25 财团法人工业技术研究院 Parameter optimization method, device and non-transitory computer readable medium
CN117824487A (en) * 2024-03-04 2024-04-05 南京师范大学 High-precision intelligent detection method for differential mechanism tool of pipeline robot

Similar Documents

Publication Publication Date Title
Wen et al. Path planning for active SLAM based on deep reinforcement learning under unknown environments
CN104020665B (en) Mechanical arm minimum jerk track optimizing method based on multi-objective particle swarm algorithm
CN103679264B (en) Crowd evacuation paths planning method based on artificial fish-swarm algorithm
US9818297B2 (en) Multi-agent reinforcement learning for integrated and networked adaptive traffic signal control
WO2016045615A1 (en) Robot static path planning method
CN104575021B (en) Distributed model predictive control method based on neighborhood Optimizing City road network system
CN106843235A (en) It is a kind of towards the Artificial Potential Field path planning without person bicycle
Liu et al. Dynamic path planning for mobile robot based on improved genetic algorithm
CN103472828A (en) Mobile robot path planning method based on improvement of ant colony algorithm and particle swarm optimization
CN102043905A (en) Intelligent optimization peak load shifting scheduling method based on self-adaptive algorithm for small hydropower system
CN107677473A (en) A kind of GRNN rotating machinery fault Forecasting Methodologies based on FOA optimizations
CN102025344A (en) FIR (Finite Impulse Response) filter design method and equipment thereof
CN103218459A (en) Chaotic system parameter estimating method based on neighborhood information optimization algorithm
CN104217251A (en) Equipment failure Bayesian network prediction method based on K2 algorithm
CN107679306A (en) The crowd evacuation behavior simulation method and system of video drive
JP4518033B2 (en) Route creation method, moving body, and moving body control system
Su et al. Robot path planning based on random coding particle swarm optimization
Hou et al. Indirect adaptive fuzzy wavelet neural network with self-recurrent consequent part for AC servo system
CN103268068B (en) The building method of axial mixed magnetic bearing immunity ant colony algorithm PID controller
Zhang et al. Crowd evacuation simulation using hierarchical deep reinforcement learning
CN104020769B (en) Robot overall path planning method based on charge system search
CN103236072B (en) A kind of winged insect group analogy method based on noise perception
CN104050504A (en) Chaotic-system parameter estimation method based on neighborhood quantum particle swarm
Jin et al. Path planning of free-flying space robot based on artificial bee colony algorithm
CN111596668B (en) Mobile robot anthropomorphic path planning method based on reverse reinforcement learning

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20130724