ORIGINAL RESEARCH article

Front. Phys., 28 June 2022

Sec. Interdisciplinary Physics

Volume 10 - 2022 | https://doi.org/10.3389/fphy.2022.912606

Parameter Identification for Memristive Chaotic System Using Modified Sparrow Search Algorithm

  • 1. International College, Hunan University of Arts and Sciences, Changde, China

  • 2. School of Computing and Information Technology, University of Wollongong, Wollongong, NSW, Australia

Article metrics

View details

5

Citations

2k

Views

557

Downloads

Abstract

A memristor is a non-linear element. The chaotic system constructed by it can improve its unpredictability and complexity. Parameter identification of a memristive chaotic system is the primary task to implement chaos control and synchronization. To identify the unknown parameters accurately and quickly, we introduce the Sine Pareto Sparrow Search Algorithm (SPSSA), a modified sparrow search algorithm (SSA). in this research. Firstly, we introduce the Pareto distribution to alter the scroungers’ location in the SSA. Secondly, we use a sine-cosine strategy to improve the producers’ position update. These measures can effectively accelerate the convergence speed and avoid local optimization. Thirdly, the SPSSA is used to identify the parameters of a memristive chaotic system. The proposed SPSSA exceeds the classic SSA, particle swarm optimization algorithm (PSO), and artificial bee colony algorithm (ABC) in simulations based on the five benchmark functions. The simulation results of parameter identification of a memristive chaotic system show that the method is feasible, and the algorithm has a fast convergence speed and high estimation accuracy.

1 Introduction

A memristor is the fourth fundamental circuit element except for resistance R, capacitance C, and inductance. L. Strukov et al [1]. realized the first memristor in the world in 2008. It has set off an upsurge of memristor research. In recent years, memristors have been intensely studied in many application fields, such as memory [2], neural networks [3, 4], and image processing [5]. A memristor is a non-linear element. A chaotic system constructed by the memristor can improve the unpredictability and complexity of the system [610]. Applying a memristive chaotic system is also one of the research hotspots [1113].

In practical engineering applications, the parameter identification of chaotic systems is the primary problem in realizing chaos control and synchronization. The accuracy of the parameter identification will directly affect the control effect of a chaotic system. Therefore, it is essential to accurately identify the parameters of a chaotic system, which has crucial research significance. The parameter identification of a chaotic system is essentially a complex non-linear numerical optimization problem based on multi-dimensional search space. Because swarm intelligence (SI) optimization algorithm does not need the derivative information of objective function, it has more advantages than traditional optimization algorithm in parameter identification. At present, many research results have emerged for some classical continuous memristive chaotic systems, such as particle swarm optimization algorithm [14, 15], differential evolution algorithm [16, 17], artificial bee colony optimization algorithm [18], bird swarm algorithm [19], Jaya algorithm [20]. For a discrete memristive chaotic system, the swarm intelligence optimization algorithms also provide many practical solutions, such as an improved PSO algorithm [21], meta-heuristic algorithm [22], and enhanced differential evolution algorithm [23].

The Sparrow search algorithm (SSA) is one of SI optimization algorithms proposed in recent years [

24

]. It is created by imitating the foraging behavior of a group of sparrows. Compared with other SI optimization algorithms, SSA has the advantages of fewer parameters, simple calculation, and easy implementation in dealing with multi-dimensional problems and global search. Therefore, SSA is used to solve the problem of parameter identification in a chaotic system. However, the traditional SSA is also easy to fall into local optimization. To avoid this phenomenon, many researchers proposed some improved methods. For example, Xiong et al. [

25

] used a fractional-order chaotic sequence to increases the diversity of the population and used Pareto mutation to escape local best. These methods achieve better results than traditional SSA on 12 benchmark functions. But it is more time-consuming than SSA. In this study, we propose a modified SSA called Sine Pareto Sparrow Search Algorithm (SPSSA). The following are the primary contributions of this paper:

  • (1) We use a sine-cosine strategy to improve the producers’ position update.

  • (2) To improve the location of the scroungers, we employ Pareto distribution. This concept is useful for speeding up global convergence and avoiding local minimum points.

  • (3) A memristive chaotic system’s parameters are determined using the SPSSA.

In the following sections, Section 2 introduces preliminaries for parameter identification and some concepts of the SPSSA. Section 3 is the experimental results of the paper. Finally, our conclusions presented in Section 4.

2 Methods

2.1 Parameter Identification of the Chaotic System

Consider the n-dimensional original chaotic system with m parameterswhere, is the state vector, is system parameter vector, X0 is the initial state of the system. is a given non-linear vector function.

Assuming that the system structure is known, the identified system can be defined as Eq. 2:where, is the state vector of the identified system. is the identified system parameter.

The parameter identified problem can be transformed into a Eq. 3where, represents the data length used for state variables, xi and yi represent the actual value and estimated value of the system under their state variables, respectively. Through the above analysis, the parameter identification problem of a chaotic system can be transformed into a multivariable optimization problem, and the relevant variables can be adjusted to minimize the target value J. The optimization principle is shown in Figure 1.

FIGURE 1

It is a multi-dimensional and multi-mode non-linear function, and the chaotic system is dynamically unstable and sensitive to initial parameters. Therefore, it is difficult to identify the parameters of a chaotic system effectively and accurately. The sparrow search algorithm is easy to realize in dealing with multi-dimensional problems, so this paper proposes a modified SSA and takes Eq. 3 as the objective function.

2.2 The Sparrow Search Algorithm

When a group of sparrows is searching for food, we can divide them into three roles: producers, scroungers, and scouts. Producers, also called finders, are some sparrows searching for food. Scroungers are some sparrows following the producers’ track to search for food. Scouts are sparrows watching for dangers. Producers usually account for 10%–20% of the population. Some sparrows will be selected randomly as scouts, which typically account for 10%–20% of the population.

In SSA, the behavior of sparrows searching for food can be simulated as the process of solving optimization problems. Consider that there exist N sparrows, the location of the ith sparrow is , where i = 1, 2, … , N, D is D-dimensional search space.

The formula for the location update of producers is described as below:where, t presents the current iteration, j = 1,2, … D. Tmax indicates the cycles number. and are all random numbers . is the alarm value. Q is a random number subject to standard normal distribution; L is a matrix of . The initial values of all elements in the D are set to 1.

The location of scroungers is updated as follows:where, is the producers’ best location at iteration , while denotes the current global worst location. A is a matrix of . In A, all of the elements are initialized at random .

In addition, the position of the scouts is updated by (6)where, is the optimal place at iteration t. is a parameter that controls the size of the steps. It is a random number with a normal distribution, with a mean of 0 and a variance of 1. The current sparrow fitness value, the best fitness value, and the worst fitness value are fi, fg and fw, respectively. K is a random number that ranges from -1 to 1. is a small constant that prevents zero-division-error.

2.3 The Modified Sparrow Search Algorithm

2.3.1 Updating Scroungers’ Locations

In the process of foraging, scroungers often forage around the best producer. During this process, the producers and the scroungers may switch roles with each other due to the competition for food. According to the optimization method proposed in [26], the Pareto distribution is introduced to improve scroungers’ location so that we can avoid the algorithm falling into local optimization.

A random variable is said to obey the Pareto distribution if its cumulative distribution function has the following equation [26].where, k > 0 is the scale parameter, h > 0 is the shape parameter (Pareto’s index of inequality).

To avoid the local minimum points, the Pareto distribution is utilized [25]. As a result, the scroungers’ location update formula is changed by Eq. 8where, is a random number that follows the Pareto distribution. is the step scale factor, and is the point-to-point multiplication.

2.3.2 Updating Producers’ Locations

In the Eq. 4, when R2 < ST, as the number of iterations increases, the producers gradually approach the local best location. Scroungers will also pour into that location, and the diversity of population locations will be decreased. The algorithm may inevitably fall into local optimum. To solve this problem, the idea of the sine cosine algorithm (SCA) is integrated into the producers’ location update method [27], and a learning factor is introduced. The learning factor has a bigger value in the early stage of the search, which is conducive to global exploration, and a smaller value in the later stage, which is conducive to improving local development ability and accuracy. The learning factor formula and the improved producers’ location formula are described as follows:where, is a constant, t indicates the current iteration, is a random number in [0,2π], and is a random number in [0, 2].

Implementation of an improved sparrow search algorithm for parameter identification of a memristive chaotic system.

Algorithm 1 shows the pseudo code for determining a memristive system’s parameters using the SPSSA.

Algorithm 1

3 Experiments and Discussions

To check the performance of SPSSA, we carry out some simulation experiments. The software platform is Windows 10 and MATLAB 2021b. The hardware platform is a desktop PC which a CPU is 3.20 GHz, and a memory size is 16 GB.

3.1 Benchmark Function Comparison Experiment

To prove the performance of the proposed SPSSA, we select five benchmark functions, which have been widely used to test the effectiveness of the SI algorithm [23]. Table 1 shows the name, range, and the minimum value of the benchmark test function.

TABLE 1

Benchmark FunctionsDimRangeFmin
30[-100, 100]0
30[-10, 10]0
30[-100, 100]0
30[-100, 100]0
30[-500,500]-418.9829×n

Benchmark test functions.

In our experiment, we input the population number N = 50, Tmax = 500, , Fd = Sd = 0.2. The dimension and the search range are set according to the Table 1. The five benchmark functions are used as fitness functions. Each benchmark test function is run 30 times using four different SI algorithms. Table 2 contains the best value, average, standard deviation, and computation time. The best value reflects exploration ability, the average value demonstrates convergence accuracy, and the standard deviation depicts the SPSSA’s stability under the same benchmark test function [25].

TABLE 2

FSIBestAveStdComputation time (Second)
F1PSO7.134288e+011.959255e+0260.00221.17
ABC4.5744268.2745772.396617.44
SSA01.874825e-1401.02688e-1394.56
SPSSA0008.01
F2PSO8.1601503.057447e+0120.09951.26
ABC2.4837483.248522e+0123.352216.77
SSA9.537863e-2997.955561e-684.34102e-674.56
SPSSA0008.28
F3PSO2.908686e+038.612808e+035414.96.76
ABC3.853256e+046.251440e+0410947.127.90
SSA04.102431e-782.24699e-7712.23
SPSSA00013.40
F4PSO3.3457547.4319521.919631.28
ABC45.4885857.46925.7480716.76
SSA02.347171e-701.01756e-694.55
SPSSA07.690814e-31808.08
F5PSO-9.476918e+03-7.601357e+031069.61.91
ABC-1.453578e+63-8.408056e+612.94628e+6222.96
SSA-9.937985e+03-8.648037e+03656.4085.62
SPSSA-1.256949e+04-1.252106e+04159.058.545

Experiment results of benchmark functions.

In terms of the best value, average value, and standard deviation, the optimization accuracy of SPSSA is superior than the other three algorithms, as shown in Table 2. Especially for benchmark functions F5, only SPSSA converges to the optimal value. Although SPSSA is not the fastest, its accuracy and stability are the best. It shows that the SPSSA has a strong global search ability and better equilibrium. To further prove the dynamic convergence performance, four swarm intelligence techniques are utilized to show the convergence curves of the five benchmark functions (in Figure 2).

FIGURE 2

From Figure 2, we can see that SPSSA proposed in this paper has a faster downward trend, steeper slope, and fewer iterations compared with the other three algorithms, obviously in Figure 2A,C, and Figure 2E. Figures 2B,D also show that SPSSA can get the best result. As a result, SPSSA outperforms PSO, ABC, and SSA in terms of convergence speed and optimization impact.This shows the feasibility and superiority of SPSSA.

3.2 Parameter Identification of a Memristive Chaotic System

Figure 3 shows the simplest memristor chaotic circuit model. A linear passive inductor, a linear passive capacitor, and a non-linear active charge driven memristor make up the circuit [28].

FIGURE 3

The dimensionless equation of that simplest memristor circuit system can be described by Eq. 11where, . are system parameters. When the system parameters Eq. 11 are set to a = 1, b = 1/3, the system Eq. 11 exhibits hyperchaotic behavior. When the initial state values are set to x (0) = 0.1, y (0) = 0, z (0) = 0, we can use fourth-order Runge Kutta method to solve the differential Eq. 11. The phase diagrams of the hyperchaotic attractor are shown in Figure 4, in which the step length h = 0.1 and the sampling times Sn = 20000.

FIGURE 4

In the following simulations, we set a = 1, b = 1/3, c = 0.6, d = 1.5. x (0) = 0.1, y (0) = 0, z (0) = 0 are initial value of the original system. The step length h is 0.01 and the sampling times Sn = 500. The parameters of the SPSSA are input as follows: N = 20, Tmax = 100. Other parameters are same as those in Section 3.1. The range of the parameters of the memristive chaotic system is set to .

Figure 5 displays the convergence curve of the chaotic system Eq. 11. Figure 6 show the curve of parameters identification convergence. The final identified parameters of the PSO, ABC, SSA, and SPSSA are provided in Table 3.

FIGURE 5

FIGURE 6

TABLE 3

SIabcdBest J value
PSO1.05510.29430.67221.77475.800800e-03
ABC1.00160.32130.65071.59135.670232e-03
SSA0.99600.33550.60231.48765.620233e-03
SPSSA0.99820.33420.60141.49535.620033e-03

Identified parameters by PSO,ABC,SSA, and BSA algorithms.

As shown in Figure 5, it is obvious that the SPSSA has the fastest convergence speed and the smallest J value. Although SSA converges to the optimal value, its rate is significantly slower than SPSSA. This shows that among the four algorithms, SPSSA has the best performance. From Figure 6 we can see among the four algorithms, SPSSA always converges to the optimal value fastest. It is clear to see from Table 3 that the parameter values calculated by SPSSA are the closest to the actual value. All these show that the convergence and stability of SPSSA are better than the other three algorithms.

4 Conclusion

In this paper, a novel swarm intelligence optimization algorithm, the modified sparrow search algorithm, is used for the parameter estimation of a memristive chaotic system. The proposed algorithm, SPSSA, uses a sine cosine method to the sparrow finders’ position to avoid falling into local optimization in the later search stage. Pareto distribution is used to adjust the current individual position, to improve the speed and the global optimization accuracy. Five standard test functions are used to verify the algorithm, and the results show that the SPSSA has high search accuracy. The simulation results show that the SPSSA can identify the parameters of the simplest memristive chaotic system more accurately, more rapidly, and more stable than the PSO, the ABC, and the SSA. This proves that SPSSA has good effectiveness and robustness. Other memristive chaotic systems can benefit from the SPSSA. If we know the equation of other systems, we can identify the system parameters by the methods mentioned in the article.

Statements

Data availability statement

The original contributions presented in the study are included in the article/Supplementary Materials, further inquiries can be directed to the corresponding author.

Author contributions

QX: system analysis, software design, and draft writing. JS: checking the whole analysis and manuscript revision. BT: numerical analysis. YX: checking the whole analysis.

Funding

This research was funded by the Natural Science Foundation of Hunan Province (No. 2021JJ50137), Doctoral research foundation program in Hunan University of arts and science (No.21BSQD30), the Scientific Research Project of Hunan University of arts and science (No. 21YB12).

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

  • 1.

    StrukovDBSniderGSStewartDRWilliamsRS. The Missing Memristor Found. nature (2008) 453(7191):803. 10.1038/nature06932

  • 2.

    Haj-AliABen-HurRWaldNRonenRKvatinskyS. Not in Name Alone: A Memristive Memory Processing Unit for Real In-Memory Processing. IEEE Micro (2018) 38(5):1321. 10.1109/mm.2018.053631137

  • 3.

    WangYWangGShenYIuHHC. A Memristor Neural Network Using Synaptic Plasticity and its Associative Memory. Circuits Syst Signal Process (2020) 39(7):3496511. 10.1007/s00034-019-01330-8

  • 4.

    ZhangYCuiMShenLZengZ. Memristive Fuzzy Deep Learning Systems[J]. IEEE Trans Fuzzy Syst (2020) 29(8):222438.

  • 5.

    HuXFengGDuanSLiuL. A Memristive Multilayer Cellular Neural Network with Applications to Image Processing. IEEE Trans Neural Netw Learn Syst (2017) 28(8):1889901. 10.1109/TNNLS.2016.2552640

  • 6.

    MannanZIYangCKimH. Oscillation with 4-Lobe Chua Corsage Memristor. IEEE Circuits Syst Mag (2018) 18(2):1427. 10.1109/mcas.2018.2821724

  • 7.

    BaoHJiangTChuKChenMXuQBaoB. Memristor-based Canonical Chua’s Circuit: Extreme Multistability in Voltage-Current Domain and its Controllability in Flux-Charge Domain[J]. Complexity (2018) 2018. 10.1155/2018/5935637

  • 8.

    GuoMYangWXueYGaoZYuanFDouGet alMultistability in a Physical Memristor-Based Modified Chua's Circuit. Chaos (2019) 29(4):043114. 10.1063/1.5089293

  • 9.

    HuangLYaoWXiangJZhangZ. Heterogeneous and Homogenous Multistabilities in a Novel 4D Memristor-Based Chaotic System with Discrete Bifurcation Diagrams[J]. Complexity (2020) 2020:2408460. 10.1155/2020/2408460

  • 10.

    MaXMouJLiuJMaCYangFZhaoX. A Novel Simple Chaotic Circuit Based on Memristor-Memcapacitor. Nonlinear Dyn (2020) 100(3):285976. 10.1007/s11071-020-05601-x

  • 11.

    ChenMWangZNazarimehrFJafariS. A Novel Memristive Chaotic System without Any Equilibrium point. Integration (2021) 79:13342. 10.1016/j.vlsi.2021.04.002

  • 12.

    ChenMWangZNazarimehrFJafariS. A Novel Memristive Chaotic System without Any Equilibrium point. Integration (2021) 79:13342. 10.1016/j.vlsi.2021.04.002

  • 13.

    OstrovskiiVFedoseevPBobrovaYButusovD. Structural and Parametric Identification of Knowm Memristors. Nanomaterials (2021) 12(1):63. 10.3390/nano12010063

  • 14.

    LazzúsJAVega-JorqueraPLópez-CaraballoCHPalma-ChillaLSalfateI. Parameter Estimation of a Generalized Lotka-Volterra System Using a Modified PSO Algorithm. Appl Soft Comput (2020) 96:106606. 10.1016/j.asoc.2020.106606

  • 15.

    PengYSunKHeSYangX. Parameter Estimation of a Complex Chaotic System with Unknown Initial Values[J]. The Eur Phys J Plus (2018) 133(8):113. 10.1140/epjp/i2018-12091-1

  • 16.

    DuWMiaoQTongLTangY. Identification of Fractional-Order Systems with Unknown Initial Values and Structure. Phys Lett A (2017) 381(23):19439. 10.1016/j.physleta.2017.03.048

  • 17.

    GuWYuYHuW. Parameter Estimation of Unknown Fractional-Order Memristor-Based Chaotic Systems by a Hybrid Artificial Bee colony Algorithm Combined with Differential Evolution[J]. Nonlinear Dyn (2016) 84(2):77995.

  • 18.

    HuWYuYZhangS. A Hybrid Artificial Bee colony Algorithm for Parameter Identification of Uncertain Fractional-Order Chaotic Systems[J]. Nonlinear Dyn (2015) 82(3):144156.

  • 19.

    ZhangPYangRYangRRenGYangXXuCet alParameter Estimation for Fractional-Order Chaotic Systems by Improved Bird Swarm Optimization Algorithm. Int J Mod Phys C (2019) 30(11):1950086. 10.1142/s0129183119500864

  • 20.

    ChenFDingZLuZZengX. Parameters Identification for Chaotic Systems Based on a Modified Jaya Algorithm. Nonlinear Dyn (2018) 94(4):230726. 10.1007/s11071-018-4490-9

  • 21.

    PengYSunKHeSPengD. Parameter Identification of Fractional-Order Discrete Chaotic Systems. Entropy (2019) 21(1):27. 10.3390/e21010027

  • 22.

    PengYXSunKHHeSB. Dynamics Analysis of Chaotic Maps: From Perspective on Parameter Estimation by Meta-Heuristic Algorithm*. Chin Phys. B (2020) 29(3):030502. 10.1088/1674-1056/ab695c

  • 23.

    PengYHeSSunK. Parameter Identification for Discrete Memristive Chaotic Map Using Adaptive Differential Evolution Algorithm. Nonlinear Dyn (2022) 107(1):126375. 10.1007/s11071-021-06993-0

  • 24.

    XueJShenB. A Novel Swarm Intelligence Optimization Approach: Sparrow Search Algorithm. Syst Sci Control Eng (2020) 8:2234. 10.1080/21642583.2019.1708830

  • 25.

    XiongQZhangXHeSShenJ. A Fractional-Order Chaotic Sparrow Search Algorithm for Enhancement of Long Distance Iris Image. Mathematics (2021) 9(21):2790. 10.3390/math9212790

  • 26.

    WeiJChenYYuYChenY. Optimal Randomness in Swarm-Based Search. Mathematics (2019) 7:828. 10.3390/math7090828

  • 27.

    MirjaliliS. SCA: A Sine Cosine Algorithm for Solving Optimization Problems. Knowledge-based Syst (2016) 96:12033. 10.1016/j.knosys.2015.12.022

  • 28.

    MuthuswamyB. Implementing Memristor Based Chaotic Circuits. Int J Bifurcation Chaos (2010) 20(05):133550. 10.1142/s0218127410026514

Summary

Keywords

parameter identification, sparrow search algorithm, swarm intelligence, memristive chaotic system, pareto distribution, sine cosine algorithm

Citation

Xiong Q, Shen J, Tong B and Xiong Y (2022) Parameter Identification for Memristive Chaotic System Using Modified Sparrow Search Algorithm. Front. Phys. 10:912606. doi: 10.3389/fphy.2022.912606

Received

05 April 2022

Accepted

19 May 2022

Published

28 June 2022

Volume

10 - 2022

Edited by

Jun Mou, Dalian Polytechnic University, China

Reviewed by

Chunbiao Li, Nanjing University of Information Science and Technology, China

Jacques Kengne, University of Dschang, Cameroon

Yuexi Peng, Xiangtan University, China

Updates

Copyright

*Correspondence: Jun Shen,

This article was submitted to Interdisciplinary Physics, a section of the journal Frontiers in Physics

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics