BRIEF RESEARCH REPORT article

Front. Energy Res., 31 May 2022

Sec. Smart Grids

Volume 10 - 2022 | https://doi.org/10.3389/fenrg.2022.883856

Mayfly Optimization Algorithm–Based PV Cell Triple-Diode Model Parameter Identification

    NC

    Nuo Chen 1

    WB

    Wei Bi 1

    GX

    Gentang Xu 1

    ZW

    Zongshi Wu 1

    MW

    Mingwei Wu 1

    KL

    Ke Luo 2*

  • 1. China Southern Power Grid EHV Transmission Company, Kunming, China

  • 2. School of Information and Electrical Engineering, Shandong Jianzhu University, Jinan, China

Article metrics

View details

4

Citations

1,1k

Views

476

Downloads

Abstract

The maximum power output and control optimization analysis of photovoltaic (PV) systems are based on accurate and reliable PV cell parameter identification. However, its difficult problems such as high nonlinearity and multimodality have become obstacles to the traditional optimization methods to obtain accurate and efficient results. This study uses a new intelligent optimization algorithm called the mayfly algorithm (MA) to efficiently identify the triple-diode model (TDM) of PV cells and uses the minimum root mean square error (RMSE) as the evaluation index to verify the effectiveness of the algorithm. Moreover, by continuously adjusting the parameters, population number, and iteration times of the MA to better balance the relationship between global development and local optimization, we can obtain more efficient and better optimization results. The research case shows that the MA is superior to other meta-heuristic algorithms in the accuracy and stability of PV cell parameter identification. For example, the minimum standard deviation (SD) of the RMSE obtained by the MA is 1,305 times smaller than another algorithm.

Introduction

In the past few decades, traditional fuel energy has been overused (Yang et al., 2020), which has led to the rise of global temperature and the deterioration of the environment (Wang et al., 2021). At the same time, it has also exacerbated the global energy crisis (Yang et al., 2018a; Wang et al., 2019; Peng et al., 2020). Therefore, in order to change the human energy structure and maintain long-term sustainable development (Yang et al., 2018b; Zhang et al., 2019), an energy revolution is necessary. For sustainable energy development, the development of the technology of solar energy and wind energy has been very mature (Li et al., 2019) and has attracted extensive attention all over the world (Zhang et al., 2020). In particular, solar energy has become the focus of attention in the field of new energy because of its unique advantages (Yang et al., 2016; Sun. et al., 2021).

The PV system has been widely used in solar power generation, which has the advantages of being ubiquitous and inexhaustible, and its characteristics of nearby power supply also avoid the power loss caused by long-distance transmission (Chin et al., 2015). In application, accurate PV modeling based on measured current-voltage (I-V) data is essential for the dynamic behavior analysis of PV systems. So far, three PV models are most widely used, namely, the single-diode model (SDM) (Humada et al., 2016), double-diode model (DDM) (Abbassi et al., 2018), and triple-diode model (TDM) (Khanna et al., 2015). Although the three-diode model has the highest model complexity and computational burden, it is still the most accurate model and has broad research prospects. Therefore, this article studies the parameter identification of PV cells based on the TDM.

Generally, the accurate identification of PV cell parameters is not only very important for the accurate modeling of PV cells but also essential for performance optimization (Youssef et al., 2017), state analysis, and real-time control of PV cells (Chaibi et al., 2019; Yang et al., 2019). However, in practical application, due to various shortcomings and limitations, the result of parameter identification is neither stable nor accurate. These reasons can be classified into two points: I) the parameters provided by the manufacturer can only be applied under standard test conditions (STC), and the data deviation under actual operating conditions will greatly change the output characteristics of PV cells; and II) with the change of service life and weather conditions, the parameters of PV cells are time-varying (Gomes et al., 2017).

The parameter identification of PV cells is highly nonlinear with multimodal obstacles. So far, three kinds of methods have been used to solve this kind of problem, namely, the deterministic technology, analysis method (Chan and Phang, 1987; Saleem and Karmalkar, 2009), and meta-heuristic algorithm. Generally, the analysis method has the characteristics of simple calculation and low accuracy (Wolf and Benda, 2013; Batzelis and Papathanassiou, 2016). Deterministic technology has strict requirements for model characteristics and initial operating conditions (Villalva et al., 2009). This kind of technology is easy to converge prematurely when used in PV cell parameter identification. In comparison, as the promising method used to identify PV cell parameters, a meta-heuristic algorithm has the advantages of easy implementation (Zhang et al., 2021), high robustness, and high efficiency (Mahdavi et al., 2015).

So far, dozens of heuristic algorithms have been applied to the parameter extraction of PV cells, for example, gray wolf optimization (GWO) (Ishaque and Salam, 2011), particle swarm optimization (PSO) (Ye et al., 2009), and genetic algorithm (GA) (Jervase et al., 2001).

A novel MA optimization algorithm is proposed in this study, which is a recently developed heuristic algorithm based on biology. The MA imitates the social behavior of mayflies, especially their mating process, which has the advantages of strong optimization ability and low computational cost.

This study is arranged as follows: PV Cell Modeling and Problem Formulation describes the PV cell modeling and objective function. Multi-Objective Mayfly Algorithm introduces the main optimization principles of the MA. Case Study provides the results of the case study. Finally, Conclusion gives the conclusion.

PV Cell Modeling and Problem Formulation

This section establishes an accurate photovoltaic cell model, which is very important for studying the characteristics of photovoltaic cells. On this basis, the PV system can be better optimized by extracting the output I-V and P-V characteristics of PV cells. Up to now, the three SDM, DDM, and TDM used PV cell models.

Mathematical Modeling

The model of the triple-diode PV cell is summarized in Table 1 to provide a more comprehensive display. As demonstrated in Table 1, Iph represents the photogenerated current, which is directly proportional to the daylighting area and light intensity of the PV cell; Id represents the unidirectional current flowing through the PN junction; IL represents the current output by the PV cell to the external load; RL represents the external load resistance; Rs represents the equivalent series resistance inside the PV cell; Rsh represents the equivalent bypass resistance inside the PV cell; and Ish is the current flowing through which, represents the thermal voltage, which is demonstrated aswhere T denotes cell temperature; K denotes the Boltzmann constant; and denotes the electron charge, respectively.

TABLE 1

Diode modelModel drawingOutput I-V equationExtracted parametersFeatures
TDM Khanna et al. (2015); Abbassi et al. (2018), , , , , , , , and a) Highest accuracy and efficiency to investigate complicated PV system behaviors; b) Slightly high complexity and implementation cost

Summary on the PV cell triple-diode model.

Objective Function

The purpose is to minimize the error between experimental data and simulation data by finding appropriate parameters. In particular, the root mean square error (RMSE) is selected as the objective function for quantitative evaluation, which is defined as follows:where denotes the solution vector, and represents the number of experimental data.

Table 2 summarizes the error functions of the three PV models in detail, and it is necessary to minimize the value of the objective function by optimizing the solution vector x so as to reduce the error between the experimental data and the simulation data.

TABLE 2

ModelError functionSolution vector
TDM

Error functions of the TDM.

Multi-Objective Mayfly Algorithm

Movements of the Male Mayfly

A novel intelligent optimization algorithm was proposed, which simulates the flight and mating process of a mayfly. Moreover, the MA integrates the strength of evolutionary and intelligent optimization algorithms.

In addition to the parameter identification of the TDM, this study attempts to find the solution of the MA with stronger search ability and faster convergence speed. Each male mayfly can be adjusted by the experience of itself and adjacent individuals. represents the position of the ith individual at time t in the search space, and the position of the individual can be determined by the speed v at the next time , which is described asIn general, the speed of male mayflies can be calculated as follows:where is the mayfly i in dimension j at time t, and a1 and a2 represent the attraction coefficients. pbest and gbest represent the historical optimal position and the optimal position of the mayfly, respectively. The visibility coefficient is β, and rp and rg represent the distance between the current position and pbest and the distance between the current position and gbest, respectively. In addition, the calculation method of the distance is described asThe best mayfly individuals in the population must constantly change their speed, which is calculated as follows:where the value range of r is (−1,1); moreover, the dance coefficient is d.

Movements of the Female Mayfly

Female mayflies do not congregate but fly to male individuals to reproduce. is used to represent the mayfly i at time t, which is expressed asSince the attraction between male and female individuals is random, it can be modeled as a deterministic process. While considering the minimization problem, the calculation process of speed is represented as follows:where rmf is the distance between the female and male mayfly, and fl represents the random walk coefficient.

Mayfly Mating

An individual is selected from male and female populations to complete mating. The way of selecting parents is the same as that of males attracting females. In particular, the selection can be random or based on their fitness function. Crossover can produce two offspring, and the process is represented as follows:where male and female represent male and female parents, respectively, and L denotes a random number.

MA for PV Parameter Identification

Optimization Variables

The optimization variables of the TDM of photovoltaic cells are shown in Table 2. In order to make the parameter identification more accurate and effective, various optimization variables are within the upper and lower bounds, which is expressed aswhere xj is the optimization variable; denotes the lower bounds of the jth variable; and denotes the upper bounds of the jth variable. In addition, j is the number of variables.

In the process of calculation, mayflies cannot exceed these constraint limits; otherwise, their positions will be reset randomly within the limits, as follows:where r2 is a random value between 0 and 1.

Parameter Setting

In PV cell parameter identification, nine parameters should be carefully set, including a1, a2, a3, β, fl, r, d, tmax, and n. The two most important parameters are the population size n and the maximum number of iterations tmax. Generally, the size of tmax and n is directly proportional to the probability of obtaining the optimal solution and inversely proportional to the computational cost. Table 3 shows parameters obtained by the trial and error method.

TABLE 3

ParameterRangeValue
a1a1>01.0
a2a2>01.5
a3a3>01.5
>02
>01
r0.8
dd > 00.8
5,000
nn > 070

Parameters of the MA for parameter identification of the PV cell.

Application Process

Figure 1 shows the application flow of the MA in parameter identification. The input of the MA is the historical data of the output voltage and current of the PV cell, which can be converted into the objective function through Eq. 2. The MA further executes the optimization program, according to the TDM. Finally, the MA outputs the identification parameters of photovoltaic cells.

FIGURE 1

FIGURE 1

Application process of the MA for parameter identification of the PV cell.

Case Study

In this part, the PV cell TDM is used to extract the parameter based on the MA. To the end, in order to enhance the accuracy of parameter identification, 26 pairs of benchmark current and voltage data sets are used for comparison (Easwarakhanthan et al., 1986). Table 4 denotes the data sets from a 57-mm diameter R.T.C. In addition, the conditions of the French solar cell are G = 1000 W/m2 and T = 33°C. This data set is widely used to verify the parameter identification algorithm of PV cells in previous studies (El-Naggar et al., 2012; Gong and Cai, 2013; Oliva et al., 2017; Yu et al., 2017; Chen et al., 2018). Moreover, the benchmark I-V data are only extracted under the conditions of G = 1000 W/m2 and T = 33°C, so there is only one fitted I-V curve.

TABLE 4

Item12345678910111213
0.20570.12910.05880.00570.06460.11850.16780.21320.25450.29240.32690.35850.3873
0.76400.76200.76050.76050.76000.75900.75700.75700.75550.75400.75050.74650.7385
Item14151617181920212223242526
0.41370.43730.45900.47840.49600.51190.52650.53980.55210.56330.57360.58330.5900
0.72800.70650.67550.63200.57300.49900.41300.31650.21200.1035−0.010−0.123−0.210

I-V data set of the benchmark experiment.

The MA is compared with the PSO algorithm (Oliva et al., 2014). In particular, their maximum number of iterations is designed to be the same, that is, 5,000, and all methods are carried out in 30 independent runs to get a wider range of statistical results. In addition, the population size of the MA is set to 70. The parameter limits of the TDM are shown in Table 5.

TABLE 5

ParameterTDM
Lower boundUpper bound
01
01
00.5
0100
02

Parameter bounds of the TDM.

In particular, the best simulation results of both methods are shown in bold. All cases are calculated by MATLAB 2020a through a personal computer, which uses Intel CoreTMi5 CPU with 3.0 GHz and 8 GB memory.

Results and Discussion on the TDM

The results obtained by the two algorithms applied to the TDM are shown in Table 6, as shown in which, the minimum, maximum, average, median, and standard deviation of the RMSE calculated by the MA is the best. Symbols “+,” “−,” and “ = ”indicate that the optimization result of the MA is better than, lower than, or close to its comparison algorithm. For example, the minimum value, median value, and average value of the RMSE obtained by the MA are 0.4, 52.51, and 91.61% lower than the PSO (suboptimal) algorithm, respectively. More importantly, the MA has good accuracy in parameter identification. Therefore, the MA has the most satisfactory performance for the TDM.

TABLE 6

AlgorithmRMSE
MinMedianMeanMaxSDSig
MA9.8248E-049.8248E-049.8260E-049.8602E-046.4574E-07+
PSO9.8638E-041.4948E-031.8828E-033.8209E-038.4347E-04

Statistical results of the RMSE obtained by various algorithms for the TDM.

Table 7 shows the best parameter identification results of the two algorithms for the TDM. Obviously, the MA achieves the best RMSE, followed by the PSO algorithm.

TABLE 7

AlgorithmRMSERank
MA0.76082.2211E-072.2598E-077.2929E-090.036755.48492.00001.48101.45109.8248E-041
PSO0.76071.00000.056456.79140.037056.79142.00001.45691.43139.8634E-042

Model parameters identified by various algorithms for the TDM.

Figure 2 shows the boxplot of MA and PSO algorithms, and Figure 3 shows the output I-V and P-V curves obtained by the MA. It can effectively verify the accuracy of the extracted PV cell parameters. It can be seen that compared with other algorithms, the MA has strong competitiveness in solution accuracy and stability.

FIGURE 2

FIGURE 2

Boxplot of the RMSE obtained by two algorithms for the TDM.

FIGURE 3

FIGURE 3

Comparison between actual data and the model curve obtained by the MA for the TDM (A)I-V curve and (B)P-V curve.

Finally, the convergence diagrams of the two algorithms are given in Figure 4. It is obvious that the MA has strong optimization ability, fast convergence speed, and can well balance local optimization. Compared with the MA, the optimization effect of PSO is not satisfactory.

FIGURE 4

FIGURE 4

Convergence graph of various algorithms for the TDM.

In particular, Figure 4 demonstrates the convergence diagrams of the two algorithms, in which the PSO algorithm is difficult to converge quickly and obtain high-quality optimal solutions. In addition, the MA can easily get a better result through strong search ability and reasonable balance ability.

Statistical Analysis

It is noted that the standard deviation of the RMSE indicates the reliability of parameter extraction. On the TDM, the MA can obviously achieve better performance than the PSO algorithm, thus effectively verifying the excellent reliability of the MA. For example, in the TDM, the standard deviation of the RMSE obtained by the MA is more than 1,305 times smaller than the optimal value of PSO.

In addition, through 30 independent operations of the TDM, the results of the two methods are shown in Figure 2. Moreover, the superior performance of the MA addition can be shown by the distribution of solutions. The radar charts of the MA and PSO are shown in Figure 5. In particular, the best ranking is two points and then decreases by one point in turn. One can easily identify the comparison of optimization accuracy, convergence stability, and speed between MA and PSO algorithms in PV cell parameter extraction. It can be illustrated by the radar chart that MA’s optimization accuracy is better than that of the PSO algorithm.

FIGURE 5

FIGURE 5

Radar graph of two algorithms for the TDM.

Conclusion

This study adopts a powerful and novel MA to accurately and effectively estimate the parameters of the triple-diode model of PV cells. The algorithm includes the following three contributions/innovations:

  • • The MA can dynamically balance between local optimization and global optimization to obtain a better solution;

  • • The MA is applied to the TDM to verify its feasibility and effectiveness;

  • • Through the case study, it is found that the MA can obtain a higher precision solution than other meta-heuristic algorithms when applied to parameter identification.

The convergence speed and optimization accuracy of the algorithm can be the main directions of future research. Based on the MA, the optimization efficiency can be verified by online parameter estimation of PV cells, which is necessary in practical engineering.

Statements

Data availability statement

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

Author contributions

NC: conceptualization, writing—original draft, and formal analysis; WB: supervision and writing—review and editing; GX: visualization and validation; ZW: data curation and visualization; MW: formal analysis and software; KL: investigation and validation.

Conflict of interest

NC, WB, GX, ZW, and MW were employed by China Southern Power Grid EHV Transmission Company.

The remaining author declares 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.

Abbreviations

DDM, double-diode model; DE, differential evolution; G, irradiation, W ; GA, genetic algorithm; I-V, current-voltage; MA, mayfly algorithm; MPPT, maximum power point tracking; PSO, particle swarm optimization; PV, photovoltaic; P-V, power-voltage; RMSE, root mean square error; SD, standard deviation; SDM, single-diode model; STC, standard test condition; T, temperature, °C; TDM, triple-diode model.

Nomenclature

  • photocurrent, A

  • , , and ,

    diode’s currents, A

  • , , , and

    diode’s reverse saturation currents, A

  • series resistor, Ω

  • shunt resistor, Ω

  • ,,, and

    ideality factors of the diode

References

  • 1

    AbbassiR.AbbassiA.JemliM.ChebbiS. (2018). Identification of Unknown Parameters of Solar Cell Models: A Comprehensive Overview of Available Approaches. Renew. Sustain. Energ. Rev.90, 453474. 10.1016/j.rser.2018.03.011

  • 2

    BatzelisE. I.PapathanassiouS. A. (2016). A Method for the Analytical Extraction of the Single-Diode PV Model Parameters. IEEE Trans. Sustain. Energ.7, 504512. 10.1109/tste.2015.2503435

  • 3

    ChaibiY.AllouhiA.SalhiM.El-jouniA. (2019). Annual Performance Analysis of Different Maximum Power point Tracking Techniques Used in PV Systems. Prot. Control. Mod. Power Syst.4 (4), 171180. 10.1186/s41601-019-0129-1

  • 4

    ChanD. S. H.PhangJ. C. H. (1987). Analytical Methods for the Extraction of Solar-Cell Single- and Double-Diode Model Parameters from I-V Characteristics. IEEE Trans. Electron. Devices34 (2), 286293. 10.1109/t-ed.1987.22920

  • 5

    ChenX.XuB.MeiC.DingY.LiK. (2018). Teaching-learning-based Artificial Bee colony for Solar Photovoltaic Parameter Estimation. Appl. Energ.212, 15781588. 10.1016/j.apenergy.2017.12.115

  • 6

    ChinV. J.SalamZ.IshaqueK. (2015). Cell Modelling and Model Parameters Estimation Techniques for Photovoltaic Simulator Application: A Review. Appl. Energ.154, 500519. 10.1016/j.apenergy.2015.05.035

  • 7

    EaswarakhanthanT.BottinJ.BouhouchI.BoutritC. (1986). Nonlinear Minimization Algorithm for Determining the Solar Cell Parameters with Microcomputers. Int. J. Solar Energ.4 (1), 112. 10.1080/01425918608909835

  • 8

    El-NaggarK. M.AlRashidiM. R.AlHajriM. F.Al-OthmanA. K. (2012). Simulated Annealing Algorithm for Photovoltaic Parameters Identification. Solar Energy86 (1), 266274. 10.1016/j.solener.2011.09.032

  • 9

    GomesR. C. M.VitorinoM. A.de Rossiter CorreaM. B.FernandesD. A.WangR. (2017). Shuffled Complex Evolution on Photovoltaic Parameter Extraction: A Comparative Analysis. IEEE Trans. Sustain. Energ.8 (2), 805815. 10.1109/tste.2016.2620941

  • 10

    GongW.CaiZ. (2013). Parameter Extraction of Solar Cell Models Using Repaired Adaptive Differential Evolution. Solar Energy94, 209220. 10.1016/j.solener.2013.05.007

  • 11

    HumadaA. M.HojabriM.MekhilefS.HamadaH. M. (2016). Solar Cell Parameters Extraction Based on Single and Double-Diode Models: A Review. Renew. Sustain. Energ. Rev.56, 494509. 10.1016/j.rser.2015.11.051

  • 12

    IshaqueK.SalamZ. (2011). An Improved Modeling Method to Determine the Model Parameters of Photovoltaic (PV) Modules Using Differential Evolution (DE). Solar Energy85 (9), 23492359. 10.1016/j.solener.2011.06.025

  • 13

    JervaseJ. A.BourdoucenH.Al-lawatiA. (2001). Solar Cell Parameter Extraction Using Genetic Algorithms. Meas. Sci. Technol.12, 19221925. 10.1088/0957-0233/12/11/322

  • 14

    KhannaV.DasB. K.BishtD.VandanaSinghP. K.SinghP. K. (2015). A Three Diode Model for Industrial Solar Cells and Estimation of Solar Cell Parameters Using PSO Algorithm. Renew. Energ.78, 105113. 10.1016/j.renene.2014.12.072

  • 15

    LiG. D.LiG. Y.ZhouM. (2019). Model and Application of Renewable Energy Accommodation Capacity Calculation Considering Utilization Level of Interprovincial Tie-Line. Prot. Control. Mod. Power Syst.4 (4), 112. 10.1186/s41601-019-0115-7

  • 16

    MahdaviS.ShiriM. E.RahnamayanS. (2015). Metaheuristics in Large-Scale Global Continues Optimization: A Survey. Inf. Sci.295, 407428. 10.1016/j.ins.2014.10.042

  • 17

    OlivaD.Abd El AzizM.Ella HassanienA. (2017). Parameter Estimation of Photovoltaic Cells Using an Improved Chaotic Whale Optimization Algorithm. Appl. Energ.200, 141154. 10.1016/j.apenergy.2017.05.029

  • 18

    OlivaD.CuevasE.PajaresG. (2014). Parameter Identification of Solar Cells Using Artificial Bee colony Optimization. Energy72, 93102. 10.1016/j.energy.2014.05.011

  • 19

    PengX.YaoW.YanC.WenJ.ChengS. (2020). Two-stage Variable Proportion Coefficient Based Frequency Support of Grid-Connected DFIG-WTs. IEEE Trans. Power Syst.35 (2), 962974. 10.1109/tpwrs.2019.2943520

  • 20

    SaleemH.KarmalkarS. (2009). An Analytical Method to Extract the Physical Parameters of a Solar Cell from Four Points on the Illuminated $J{-}V$ Curve. IEEE Electron. Device Lett.30, 349352. 10.1109/led.2009.2013882

  • 21

    Sun.L.WangJ.Tang.L. (2021). A Powerful Bio-Inspired Optimization Algorithm Based PV Cells Diode Models Parameter Estimation. Front. Energ. Res.9, 147. 10.3389/fenrg.2021.675925

  • 22

    VillalvaM. G.GazoliJ. R.FilhoE. R. (2009). Comprehensive Approach to Modeling and Simulation of Photovoltaic Arrays. IEEE Trans. Power Electron.24, 11981208. 10.1109/tpel.2009.2013862

  • 23

    WangJ.YangB.LiD.ZengC.ChenY.GuoZ.et al (2021). Photovoltaic Cell Parameter Estimation Based on Improved Equilibrium Optimizer Algorithm. Energ. Convers. Manage.236, 114051. 10.1016/j.enconman.2021.114051

  • 24

    WangL.Wang.Z.LiangH.HuangC. (2019). Parameter Estimation of Photovoltaic Cell Model with Rao-1 Algorithm. Optik - Int. J. Light Electron Opt.210, 163846. 10.1016/j.ijleo.2019.163846

  • 25

    WolfP.BendaV. (2013). Identification of PV Solar Cells and Modules Parameters by Combining Statistical and Analytical Methods. Solar Energy93, 151157. 10.1016/j.solener.2013.03.018

  • 26

    YangB.JiangL.WangL.YaoW.WuQ. H. (2016). Nonlinear Maximum Power point Tracking Control and Modal Analysis of DFIG Based Wind Turbine. Int. J. Electr. Power Energ. Syst.74, 429436. 10.1016/j.ijepes.2015.07.036

  • 27

    YangB.WangJ.ZhangX.YuT.YaoW.ShuH.et al (2020). Comprehensive Overview of Meta-Heuristic Algorithm Applications on Pv Cell Parameter Identification. Energ. Convers. Manage.208, 112595. 10.1016/j.enconman.2020.112595

  • 28

    YangB.YuT.ShuH.DongJ.JiangL. (2018). Robust Sliding-Mode Control of Wind Energy Conversion Systems for Optimal Power Extraction via Nonlinear Perturbation Observers. Appl. Energ.210, 711723. 10.1016/j.apenergy.2017.08.027

  • 29

    YangB.YuT.ShuH.ZhangY.ChenJ.SangY.et al (2018). Passivity-based Sliding-Mode Control Design for Optimal Power Extraction of a PMSG Based Variable Speed Wind Turbine. Renew. Energ.119, 577589. 10.1016/j.renene.2017.12.047

  • 30

    YangB.ZhongL.ZhangX.ShuH.YuT.LiH.et al (2019). Novel Bio-Inspired Memetic Salp Swarm Algorithm and Application to MPPT for PV Systems Considering Partial Shading Condition. J. Clean. Prod.215, 12031222. 10.1016/j.jclepro.2019.01.150

  • 31

    YeM.WangX.XuY. (2009). Parameter Extraction of Solar Cells Using Particle Swarm Optimization. J. Appl. Phys.105 (9), 094502. 10.1063/1.3122082

  • 32

    YoussefA.El-TelbanyM.ZekryA. (2017). The Role of Artificial Intelligence in Photo-Voltaic Systems Design and Control: a Review. Renew. Sustain. Energ. Rev.78, 7279. 10.1016/j.rser.2017.04.046

  • 33

    YuK.LiangJ. J.QuB. Y.ChenX.WangH. (2017). Parameters Identification of Photovoltaic Models Using an Improved JAYA Optimization Algorithm. Energ. Convers. Manage.150, 742753. 10.1016/j.enconman.2017.08.063

  • 34

    ZhangH.LuZ.HuW.WangY.DongL.ZhangJ. (2019). Coordinated Optimal Operation of Hydro-Wind-Solar Integrated Systems. Appl. Energ.242, 883896. 10.1016/j.apenergy.2019.03.064

  • 35

    ZhangX.TanT.ZhouB.YuT.YangB.HuangX. (2021). Adaptive Distributed Auction-Based Algorithm for Optimal Mileage Based AGC Dispatch with High Participation of Renewable Energy. Int. J. Electr. Power Energ. Syst.124, 106371. 10.1016/j.ijepes.2020.106371

  • 36

    ZhangX.XuZ.YuT.YangB.WangH. (2020). Optimal Mileage Based AGC Dispatch of a GenCo. IEEE Trans. Power Syst.35 (4), 25162526. 10.1109/tpwrs.2020.2966509

Summary

Keywords

parameter, estimation, PV cell, mayfly, algorithm, optimization

Citation

Chen N, Bi W, Xu G, Wu Z, Wu M and Luo K (2022) Mayfly Optimization Algorithm–Based PV Cell Triple-Diode Model Parameter Identification. Front. Energy Res. 10:883856. doi: 10.3389/fenrg.2022.883856

Received

25 February 2022

Accepted

10 March 2022

Published

31 May 2022

Volume

10 - 2022

Edited by

Yaxing Ren, University of Warwick, United Kingdom

Reviewed by

Si Chen, University of Glasgow, United Kingdom

Xiaoshun Zhang, Shantou University, China

Updates

Copyright

*Correspondence: Ke Luo,

This article was submitted to Smart Grids, a section of the journal Frontiers in Energy Research

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