Proceedings of the 6th World Congress on Intelligent Control and Automation, June 21 - 23, 2006, Dalian, China

Control a Novel Discrete Chaotic System through Particle Swarm Optimization * Fei Gao and Hengqing Tong Department of mathematics Wuhan University of Technology Wuhan, Hubei Province, China [email protected] Abstract - To investigate the inherent chaotic phenomenon in genetic algorithms (GA), a novel chaos control approach through Particle Swarm Optimization (PSO) (CCPSO) with three main processes is proposed. Firstly it detects the dynamical behaviors of a new discrete chaotic system with rational fraction in GA such as its unstable periodic points. Then it directs the chaotic system to its unstable fix point from any initial point by global controlling factors {Uk} solved self-adaptively by PSO. Thirdly a multi-model solution for chaos control with double plasticity of parameter and structure generated by PSO is proposed to stabilize the system on its unstable fix point. And finally details of applying the proposed method into CCPSO are given, and experiments done show the put approach’s effectiveness. Index Terms - Chaos control, unstable periodical point, particle swarm optimization, discrete chaotic system

I. INTRODUCTION Fractals, chaos, complexity and nonlinear science have established contacts with each other closely along with science developments, and the fields of Society, economy, nature, engineering and technology are taking on more and more obviously not fabricative but intrinsic chaotic phenomena and fractal characters [1,2,3]. Simple iterative systems can generate non-linear dynamic system intricate completely and have been applied broadly, for example, the famous Logistic map is applied into spatio-temporal chaos, communications security etc [4, 5]. Evolutionary algorithm (EA) is an umbrella term used to describe computer-based problem solving systems which use computational models of some of the known mechanisms of EVOLUTION as key elements in their design and implementation. Although simplistic from a biologist’s viewpoint, these algorithms are sufficiently complex to provide robust and powerful adaptive search mechanisms [6, 7]. Recently a lot of iterative systems are proposed basing on Logistic map in the studies of most well-know EA Genetic algorithm (GA). For instance, a new discrete chaotic system with rational fraction is proposed to describe the inherent chaotic phenomenon in GA [5, 8]. Particle Swarm Optimization (PSO)is a relatively new computational intelligence tool relation to artificial neural *

nets, Fuzzy Logic, and Evolutionary Computing, developed by Dr. Eberhart and Dr. Kennedy in 1995[6], inspired by social behavior of bird flocking or fish schooling. In past several years, PSO has been successfully used across a wide range of application fields as well as in specific applications focused on a specific requirement for the two reason following. The first it is demonstrated that PSO gets better results in a faster, cheaper way compared with other methods. And the second reason that PSO is attractive is that there are few parameters to adjust. One version, with slight variations, works well in a wide variety of applications [6, 9]. In this paper, a novel chaos control approach with PSO (CCPSO) is proposed to study the chaotic system introduced above. It combines following processes as a whole: detecting dynamical behaviors, directing the system to the unstable fix point from any initial and stabilizing it on this fix points. The rest of this paper is organized as follows. In Section 2, the main concepts of new chaotic system with rational fraction are described. In Section 3 the main processes of PSO and some technique to progress PSO is introduced. A novel chaos control strategy CCPSO is proposed in Section 4, and experimental results are reported and analyzed. The paper concludes with Section 5. II. A NEW CHAOTIC SYSTEM WITH RATIONAL FRACTION A deterministic model in GA is required in the problems of multi-model function’s optimization and multi-objective optimization for it can control the frequency of evolution, reconcile peak values and create complexity and diversity. And chaos sequence can improve the performance of GA much more comparatively with random sequence as the analysis of GA’s convergence and numerical simulations show [5, 8]. Recently a serial of non-linear model are selected in Ref [5] to describe the stochastic phenomena in the evolution process in GA through a lot of simulations and comparison. System (1) is one of them, indissolubly linking with GA [5].

xn +1 = f ( xn ) =

1 − q ⋅ xn x + 0.1 2 n

(1)

This work is partially supported by the Science Foundation Grant #02C26214200218 for Technology Creative Research from the Ministry of Science and Technology of China, the Chinese NSF Grant #30570611 to H. Q. Tong, the Foundation Grant #XJJ2004113, Project of educational research, the UIRT Project Grant #A156, #A157 granted by Wuhan University of Technology in China

1-4244-0332-4/06/$20.00 ©2006 IEEE

3330

where q ∈ [ − q0 , q0 ] , x ∈ [ −10.0025,10.0025] ,

q0 =

1 1 § · ⋅ ¨10.0025 − ¸ ≈ 0.9990 2 10.0025 © 10.0025 + 0.1 ¹

The particle swarm optimization concept consists of, at each time step, changing the velocity

Vi (k ) = ( vi ,1 (k ),!, vi , D (k ) )

(2)

of each particle toward its pbest and gbest locations (PSO without neighborhood model). Acceleration is weighted by a random term, with separate random numbers being generated for acceleration toward pbest and gbest locations [11]. That is

System (1) is a discrete iterative system with rational fraction with different parameter q to describe GA’s random evolution process. It is much more complicated than Logistic map for it has more than one peak value because it can be seen as approximate combination of three parabolic maps for it has three concave-convex domains with some special parameter q . And it will have an impact upon fields of GA with studies going on [5]. Ref. [5, 8] reports the unstable points of system (1) as below: q = −0.2972 , the fix point x f = 1.0951 ; 2 period points

where w is called Inertia Weight, c1 is called Cognition

are x2,1 = 1.0793 , x2, 2 = 1.1113 .

Acceleration Constant, c2 is called Social Acceleration

q = 0.06 , 4 period points are x4,1 = 0.0412 , x4, 2 = 9.8305 , x4,3 = −0.5795 ,

Constant. The cognitive parameter c1 determines the effect of the distance between the current position of the particle and its best previous position Pi on its velocity. On the other hand,

x4, 4 = 2.3293 .

best previous position, Pgi attained by any particle in the

Particle Swarm Optimization (PSO) belongs to the category of Swarm Intelligence methods closely related to the methods of Evolutionary Computation, which consists of algorithms motivated from biological genetics and natural selection. A common characteristic of all these algorithms is the exploitation of a population of search points that probe the search space simultaneously [6, 10]. PSO shares many similarities with evolutionary computation techniques such as Genetic Algorithms (GA). The system is initialized with a population of random solutions and searches for optima by updating generations [11]. However, unlike GA, PSO has no evolution operators such as crossover and mutation. The dynamics of population in PSO resembles the collective behavior and self– organization of socially intelligent organisms [12]. At step k , each particle X i ( k ) = ( xi ,1 ( k ), !, xi , D ( k )) keeps track of its coordinates in the problem space which are associated with the best solution (fitness) it has achieved so far. (The fitness value is also stored.) This value is called

(

(3)

the social parameter c2 plays a similar role but it concerns the

III. THE MAIN CONCEPT OF PARTICLE SWARM OPTIMIZATION

pbest Pi ( k ) = pi ,1 ( k ),! , pi , D ( k )

­ Ai, d ( k ) = rand ( 0, c1 ) ⋅ ª¬ pi ,d ( k ) − xi, d ( k ) º¼ ° ° Bi , d ( k ) = rand ( 0, c2 ) ⋅ ª¬ qg , d ( k ) − xi ,d ( k ) º¼ ® °vi, d ( k + 1) = w ⋅ vi , d ( k ) + Ai , d ( k ) + Bi ,d ( k ) ° xi , d ( k + 1) = xi , d ( k ) + vi, d ( k + 1) ¯

) . Another "best" value

that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the neighbors of the particle, called lbest Li (t ) = (li ,1 (t ), !, li , D (t )) . When a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest

Qg (k ) = ( (qg ,1 (k ),! , qg , D (k ) ) .

3331

neighborhood. rand ( a, b) denotes random in [ a, b] , in this way, the randomicity is introduced to PSO. Vi ( k ) is limited by a max velocity Vmax as below:

­ vij , if | vij |≤ Vmax , ° vij = ®−Vmax , ifvij < −Vmax , °V , ifvij > Vmax , ¯ max

(4)

Though PSO without neighborhood model converges fast, sometimes it relapses into local optimal easily. So an improved edition of PSO with circular neighborhood model is also proposed to ameliorate convergence through maintaining more attractors. Let N i = { X i −r ,!, X i −1 , X i , X i +1 ,! , X i + r } be a neighborhood of radius r of the i-th particle, X i (local variant). Then, lbest Li ( k ) is defined as the index of the best particle in the neighborhood of X i , i.e.,

f ( Pgi ) ≤ f ( Pj ),

j = i − r ,! , i + r .

(5)

The neighborhood’s topology is usually cyclic, i.e., the first particle X 1 is assumed to follow after the last particle X N . Now the updating mechanism is given:

­Ci ,d ( k ) = rand ( 0, c3 ) × ª¬li , d ( k ) − xi, d ( k ) º¼ °° ®vi, d ( k + 1) = w ⋅ vi , d ( k ) + Ai , d ( k ) + Bi , d ( k ) + Ci, d ( k ) ° °¯ xi , d ( k + 1) = xi , d ( k ) + vi , d ( k + 1)

f(x)

15

5

(6) where c3 is called Neighborhood Acceleration Constant, the other parameters are the same as those in (3). Sometimes Vi ( k ) can be modified [13] as

vi, d ( k + 1) = χ ª¬ w ⋅ vi, d ( k ) + Ai ,d ( k ) + Bi ,d ( k ) + Ci ,d ( k ) º¼ where

χ

is Constriction factor, normally

χ=

χ

(7) = 0.9 . And



(8)

| 2 − φ − φ 2 − 4φ |

φ > 4 , where φ = c1 + c2 , and κ = 1

[13,14]. It is known to all that there is no algorithm fit to any problems. When the objective function f ( x ) is full of local optimums and more than one minimizer is needed, some established techniques is often combined with PSO to guarantee the detection of a different minimizer, such as deflection and stretching are introduced. Suppose objective function is f ( x ) , we use deflection technique [15] as below for

to generate the new objective function F ( x) : k

(9)



where xi (i = 1, 2," k ) are k minimizers founded,. We also introduce stretching technique [15] to generate the new objective functions G ( x) and H ( x) as new objective functions:

G ( x) = f ( x) + β1 x − x ª¬1 + sgn ( f ( x) − f ( xi∗ ) ) º¼ ∗ i

H ( x) = G( x) + β 2

(10)

∗ i

tanh ª¬δ ( G ( x) − G ( xi∗ ) ) º¼

where λi ∈ (0,1) , β1 , β 2 , δ > 0 . Fig.1. shows deflection and f ( x) = cos x at x = π .

stretching

0 −5

0

5

x

effects

(11)

on

10

Fig 1. Deflection and stretching effects on

f ( x)

IV. A NOVEL CHAOS CONTROL STRATEGY THROUGH PSO Now we propose a novel chaos control strategy through PSO (CCPSO) to control the chaos system (1). CCPSO consists of three aspects. Firstly it detects the dynamical behaviors of the system (1) such as the domain and unstable periodic points through PSO. Secondly it directs system (1) to its unstable fix point from any initial point by global controlling factors { U k } solved self-adaptively by PSO. Thirdly it proposes a multi-model solution for chaos control through PSO to stabilize system (1) on its unstable fix point. And experiments done with many repetitions shows the novel control strategy is workable and effective. A. Equations Dynamical behaviors simulations by PSO Firstly CCPSO detects the dynamical behaviors of discrete chaotic such as unstable periodic points of system (1). Let Φ = ( Φ1 , Φ 2 ,…, Φ n ) : R → R (Φ i : R → R , T

−1

F ( x ) = ∏ ª¬ tanh(λi x − xi∗ ) º¼ f ( x) i =1

1 + sgn ( f ( x ) − f ( x ) )

10

f(x) F(x) G(x) H(x)

n

n

n

i =1,2,…, n) is a nonlinear system, we define a new function Eq. (12) below to get its different unstable period orbits.

F ( X ) = Φ( p) ( X ) − X

2

(12)



Then X s.t. F ( X ) = 0 is also the Φ ’s p period points. ∗

( X ) ,…, Φ ( P ) ∗ ( X ) } is the Φ ’s p period orbit. We can judge the X ’s When X is achieved, { X , Φ ( X ) , Φ (1)

(2)

stability by the algorithm in [15]. The optimization of function (12) is difficult, so we choose PSO without neighbor model to seek the system (1)’s unstable period points. With the evolution generation of DE in each contraction T = 800 , the size of the population in [-10.0025, 10.0025], Cognitive M = 40 acceleration c1 = c2 = 2 , Constriction factor χ = 0.9 , Value of velocity Weight at the beginning and the end are wstart = 0.95 and wend = 0.4 , and velocity weight w varies as Eq. (13):

wstart − wend (13) T ( p) −10 And when x − f ( x ) s.t. ≤ 10 , we consider PSO is w := w − k ⋅

successful. If two period points x1, x2

3332

s.t . x1 − x2 ≤ 10−10 ,

we consider they are the same. Let PSO run 50 times independently, the results with the probability lager than 98% are listed as below: TABLE I UNSTABLE PERIOD POINTS

Step2. Judge the stability of x f , if it is unstable, go to Step3,

Period points

q Fix point -0.0444 0.982433092809625 -0.2972 1.0951210377959 0.06

0.946791422550846

0.5

0.835448646519729

2-order 5.60653976656916 1.11130814428321 5.42337798577876

4-order

otherwise go back to Step1; Step3. For a given initial X 0 = 0.92, use PSO to find global

0.0412110038 560536

control factors [ U1 , U 2 ,…, U m ], until f1 ≤ ε , X m = x8 , n =8 ; Step4. Stabilize xn in U ( x f , ε 2 ) with U k detected by DE

All these results are much more superior to the results reported in Ref. [5] in sense of x − f

( p)

is f 2 ≤ ε 2 . Then a novel chaos control strategy through PSO comes into being: Algorithm1. Chaos control strategy through PSO (CCPSO) Step1. Choose PSO to seek the unstable fix point x f ;

( x) .

with the objective f 2 , compute xn +1 by system (1);

B. Directing and stabilize chaos system through PSO Having the unstable period points above, now we can direct the chaos system (1) into these points from any initial points. With the concept of global control [16], PSO self adaptively find a chaotic orbit converging to an unstable period point and force system (1) from any initials to it. We choose chaos system (1)’s unstable period point achieved in Section4.1, that is with q = 0.5 , its unstable fix point is x f = 0.835448646519729 . The control objective

Step5. n = n + 1 , if n ≤ 1000 , go back Step4; Otherwise output {xn } = { X 1 , X 2 , ", X 8 , x9 ," , xn } . For the chaotic system we discussed, let CCPSO run 50 times independently, the efficiency is 96% . We choose one of the success control process as below. Fig.2 shows the process that the initial point 0.92 is directed into U ( x f , ε1 ) through U n by PSO globally.

is to make the system (14) below

4

xn +1 = f ( xn ) + U n

(14) 2

from any initial x1 on the mercy of control factors

[U1 ,U 2 ," ,U m ] to become X m = xm +1 ∈ U ( x f , ε1 ) , ( ε 1 = 10 ) after m iterations. And we choose PSO to realize this process for it’s only a problem of m -dimensional function optimization which can be resolve by PSO. Let m = 8 , the evolution generation of PSO in each contraction T = 500 , the size of the population −10

M = 20 random in [−2, 2]m , the termination condition is f1 ≤ ε1 . The process of directing chaos is then translated into minimizing the function f1 : (15)

6

n

(16)

And set m =1, the evolution generation of PSO in each contraction T = 100 , the size of the population M = 20 random in [ −0.01, 0.01]

m

, the termination condition

3333

(n = 1: 8)

U ( x f , ε 2 ) where U n is the control factor, error= X n − x f ,

n is the iteration from n = 9 . 0.5

x 10

−6

0 −0.5 −1

−2 −2.5

200

400

n600

Fig. 3 Control factors {Un}

f 2 (U k ) = xk +1 − x f

8

Fig.3 and Fig.4 shows the process PSO stabilize the xn in

−1.5

function is f 2 :

4

Fig. 2 CCPSO control chaos

chaos control generated by PSO to obtain double plasticity of parameter and structure is proposed to stabilize the system on its unstable fix point U ( x f , ε 2 )(ε 2 = 10 ) . The objective

error xf 2

When system is in U ( x f , ε1 ) , a multi-model solution for

−7

Un

−2

Un

f1 ([U1 ,U 2 ,! ,U 8 ]) = X m − x f

xn

0

800

1000

(n = 9 :1000)

−6 −7 log10 (error)

−8 −9

−10 −11 −12 −13 0

200

400

n600

Fig. 4 Error of CCPSO control chaos

800

1000

(n = 9 :1000)

From the simulations above, we can conclude that the put chaos control strategy CCPSO is efficient and robust for the new chaos system (1) in three aspects: finding value domain, detecting unstable period orbits, directing and stabilizing the chaos system. V. CONCLUSIONS In this paper we propose a novel chaos control scheme CCPSO combining Swarm Intelligence technique PSO and some established control techniques to study the chaotic phenomena in GA, which is the novel chaos system with fraction. And the experiments done show the proposed scheme is robust and effective. Though experiments of CCPSO are done to chaos system (1) from studies of GA, we can easily derive it into the other chaos systems [1, 16]. ACKNOWLEDGMENT We thank the anonymous reviewers for their constructive remarks and comments. REFERENCES [1] Rui J.P. de Figueiredo, and Chen G., Nonlinear Feedback Control Systems, An Operator Theory Approach. New York: Academic Press, 1993. [2] Caponetto R., Fortuna L., Fazzino S. et.al, “Chaotic sequences to improve the performance of evolutionary algorithms”. IEEE Trans Evolution Computation, vol. 7, no. 3, pp. 289–304, 2003. [3] Fang J. Q., “Control Chaos and Develop High Technique”, Beijing: Atomic Energy Press, (in Chinese), 2002. [4] Kapitaniak T., Stochastic resonance in chaotically forced systems, Chaos, Solitons & Fractals, vol. 3, no.6, pp.405–410, 1993. [5] Lu Jun-an, Wu X.Q., “A new discrete chaotic system with rational fraction and its dynamical behaviors”, Chaos, Solitons & Fractals, vol. 22, no. 2, pp. 311–319, 2004. [6] Eberhart RC, Shi Y.” Comparing inertia weights and constriction factors in particle swarm optimization”. Proceedings of the 2000 Congress on Evolutionary Computation. IEEE Service Center: Piscataway, NJ, pp. 8488, 2000. [7] Whitley D., “An overview of evolutionary algorithms: Practical issues and common pitfalls,” Information and Software Technology, vol.43, no. 14, pp. 817–831, 2001 [8] He J, Kang L., “On the convergence rate of genetic algorithms”, Theor. Comput. Sci., vol. 229, no.1,pp 23–39, 1999. [9] Paul Pomeroy, “An Introduction to Particle Swarm Optimization”, http://www.adaptiveview.com/articles/ipsop1.html, 2003.

3334

[10]J. F. Schutte, J. A. Reinbolt, B. J. Fregly et al., “Parallel global optimization with the particle swarm algorithm”.Int. J. Numer. Meth. Engng. vol. 61, pp. 2296-2315, 2004. [11]Xiaohui Hu, “Particle Swarm Optimization”, http://www.swarmintelligence.org/, 2002. [12]Ch. Skokos et al, “Particle Swarm Optimization: An efficient method for tracing periodic orbits in 3D galactic potentials”. Mon.Not.Roy.Astron.Soc. vol. 359, pp.251-260,.2005. [13]Ioan Cristian Trelea, “The particle swarm optimization algorithm: convergence analysis and parameter selection.” Inf. Process. Lett., vol. 85, no. 6, pp 317-325, 2003. [14]David Corne, Marco Dorigo, Fred Glover, New Ideas in Optimization (Advanced Topics in Computer Science) , McGraw-Hill , 2004. [15]Parsopoulos K., Vrahatis M., “Computing periodic orbits of nonlinear mappings through particle swarm optimization” , in Proc. of the 4th GRACM Congress on Computational Mechanics,Patras, Greece, 2002. [16]G. Chen, J. Lü., Dynamics of the Lorenz System Family: Analysis, Control and Synchronization. Beijing: Science Press, 2003.

Control a Novel Discrete Chaotic System through Particle Swarm ...

Control a Novel Discrete Chaotic System through. Particle Swarm Optimization. *. Fei Gao and Hengqing Tong. Department of mathematics. Wuhan University of ...

213KB Sizes 0 Downloads 240 Views

Recommend Documents

EJOR-A discrete particle swarm optimization method_ Unler and ...
Page 3 of 12. EJOR-A discrete particle swarm optimization method_ Unler and Murat_2010 (1).pdf. EJOR-A discrete particle swarm optimization method_ Unler ...

Application of a Novel Parallel Particle Swarm ...
Dept. of Electrical & Computer Engineering, University of Delaware, Newark, DE 19711. Email: [email protected], [email protected]. 1. Introduction. In 1995 ...

Srinivasan, Seow, Particle Swarm Inspired Evolutionary Algorithm ...
Tbe fifth and last test function is Schwefel function. given by: d=l. Page 3 of 6. Srinivasan, Seow, Particle Swarm Inspired Evolutionar ... (PS-EA) for Multiobjective ...

A Modified Binary Particle Swarm Optimization ... - IEEE Xplore
Aug 22, 2007 - All particles are initialized as random binary vectors, and the Smallest Position. Value (SPV) rule is used to construct a mapping from binary.

A Modified Binary Particle Swarm Optimization ...
Traditional Methods. ○ PSO methods. ○ Proposed Methods. ○ Basic Modification: the Smallest Position Value Rule. ○ Further Modification: new set of Update ...

Modelling and control of chaotic processes through ...
data difficult as any plant may have to be reset for various. Fig. 1. Typical variations ..... visualisation of bifurcation diagrams of all outputs along with their ...

A Comparative Study of Differential Evolution, Particle Swarm ...
BiRC - Bioinformatics Research Center. University of Aarhus, Ny .... arPSO was shown to be more robust than the basic PSO on problems with many optima [9].

An Interactive Particle Swarm Optimisation for selecting a product ...
Abstract: A platform-based product development with mixed market-modular strategy ... applied to supply chain, product development and electrical economic ...

Application of a Parallel Particle Swarm Optimization ...
Application of a Parallel Particle Swarm Optimization. Scheme to the Design of Electromagnetic Absorbers. Suomin Cui, Senior Member, IEEE, and Daniel S.

Chang, Particle Swarm Optimization and Ant Colony Optimization, A ...
Chang, Particle Swarm Optimization and Ant Colony Optimization, A Gentle Introduction.pdf. Chang, Particle Swarm Optimization and Ant Colony Optimization, ...

Quantum Evolutionary Algorithm Based on Particle Swarm Theory in ...
Md. Kowsar Hossain, Md. Amjad Hossain, M.M.A. Hashem, Md. Mohsin Ali. Dept. of ... Khulna University of Engineering & Technology, ... Proceedings of 13th International Conference on Computer and Information Technology (ICCIT 2010).

particle swarm optimization pdf ebook download
File: Particle swarm optimization pdf. ebook download. Download now. Click here if your download doesn't start automatically. Page 1 of 1. particle swarm ...

An Improved Particle Swarm Optimization for Prediction Model of ...
An Improved Particle Swarm Optimization for Prediction Model of. Macromolecular Structure. Fuli RONG, Yang YI,Yang HU. Information Science School ...

Particle Swarm Optimization for Clustering Short-Text ... | Google Sites
Text Mining (Question Answering etc.) ... clustering of short-text corpora problems? Which are .... Data Sets. We select 3 short-text collection to test our approach:.

Quantum Evolutionary Algorithm Based on Particle Swarm Theory in ...
hardware/software systems design [1], determination ... is found by swarms following the best particle. It is ..... “Applying an Analytical Approach to Shop-Floor.

Phishing Website Detection Using Random Forest with Particle Swarm ...
Phishing Website Detection Using Random Forest with Particle Swarm Optimization.pdf. Phishing Website Detection Using Random Forest with Particle Swarm ...

Particle Swarm Optimization: An Efficient Method for Tracing Periodic ...
[email protected] e [email protected] ..... http://www.adaptiveview.com/articles/ipsop1.html, 2003. [10] J. F. Schutte ... email:[email protected].

Particle Swarm Optimization: An Efficient Method for Tracing Periodic ...
trinsic chaotic phenomena and fractal characters [1, 2, 3]. Most local chaos control ..... http://www.adaptiveview.com/articles/ipsop1.html, 2003. [10] J. F. Schutte ...

Entropy based Binary Particle Swarm Optimization and ... - GitHub
We found that non-ear segments have lesser 2-bit entropy values ...... CMU PIE Database: 〈http://www.ri.cmu.edu/research_project_detail.html?project_.

Discrete Binary Cat Swarm Optimization Algorithm - IEEE Xplore
K. N. Toosi university of Tech. ... its best personal experience and the best experience of the .... the cat and the best position found by members of cat swarm.

A New Approach in Discrete Chaos System Control by ... - IEEE Xplore
A New Approach in Discrete Chaos System Control by Differential Evolution Algorithm. Fei Gao. Department of Electrical Engineering and. Computer Science.

A control problem for hybrid systems with discrete ...
high-level control algorithms and software for complex electro-mechanical ...... for matrices Mu,q,Aqc ∈ Rn×n, vectors bu,q,rqc,j,Bqc,j, ni ∈ Rn, and scalars bi,µ1 ...

A control problem for hybrid systems with discrete ...
is not synchronized with inputs, and that the hybrid plant contains reset maps. ..... Definition 7 (Quasi-recognizable sequential input-output maps, [21]).

Adaptive Control for a Discrete-time First-order ...
Adaptive Control for a Discrete-time First-order Nonlinear System with ... of non-parametric part is characterized by a Lipschitz constant. L, and the nonlinearity of ...