Next Article in Journal
Two-Dimensional Hermite Filters Simplify the Description of High-Order Statistics of Natural Images
Next Article in Special Issue
Cloud-Based Parameter-Driven Statistical Services and Resource Allocation in a Heterogeneous Platform on Enterprise Environment
Previous Article in Journal
Approach to Multi-Criteria Group Decision-Making Problems Based on the Best-Worst-Method and ELECTRE Method
Previous Article in Special Issue
Energy Conservation Law in Industrial Architecture: An Approach through Geometric Algebra
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

ANFIS-Based Modeling for Photovoltaic Characteristics Estimation

1
School of Electronic and Information Engineering, Suzhou University of Science and Technology, Suzhou 215011, China
2
Department of Computer Science and Software Engineering, Xi’an Jiaotong-Liverpool University, Suzhou 215123, China
*
Author to whom correspondence should be addressed.
Symmetry 2016, 8(9), 96; https://doi.org/10.3390/sym8090096
Submission received: 30 July 2016 / Revised: 10 September 2016 / Accepted: 12 September 2016 / Published: 16 September 2016
(This article belongs to the Special Issue Symmetry in Systems Design and Analysis)

Abstract

:
Due to the high cost of photovoltaic (PV) modules, an accurate performance estimation method is significantly valuable for studying the electrical characteristics of PV generation systems. Conventional analytical PV models are usually composed by nonlinear exponential functions and a good number of unknown parameters must be identified before using. In this paper, an adaptive-network-based fuzzy inference system (ANFIS) based modeling method is proposed to predict the current-voltage characteristics of PV modules. The effectiveness of the proposed modeling method is evaluated through comparison with Villalva’s model, radial basis function neural networks (RBFNN) based model and support vector regression (SVR) based model. Simulation and experimental results confirm both the feasibility and the effectiveness of the proposed method.

Graphical Abstract

1. Introduction

For a rapid and reliable photovoltaic (PV) system design, an efficient and accurate PV characteristics simulator is indispensable [1]. PV model is used for obtaining the current-voltage (I-V) or power-voltage (P-V) characteristics by the environmental data, such as solar irradiance and ambient temperature.
During the last few decades, numerous analytical models have been proposed to represent the relations between PV current and voltage [2,3,4]. These mathematical models are always non-linear as the presence of the silicon PN junction, and the complexity depends on the adopted circuital representation [5]. This kind of model can be divided into two main types, the one-diode and two-diode models. The latter two-diode models have higher accuracy [6,7] but suffer from high computational complexities [8]. And the former type, one-diode model, is the most commonly used mathematical model in the fields of PV modeling as it gives a solution for the tradeoff problems between the simplicity and accuracy [9,10]. The analytical models are easy to implement but a good number of unknown parameters must be identified before using. All the parameters inside the models need to be well determined, otherwise the accuracy of the models reduces [5]. A more complicated model normally results in more parameters in its mathematical formulations along with a higher computational complexity [1,11].
Recently, artificial intelligence (AI) algorithms have been introduced into the fields of PV modeling. Artificial neural network (ANN) based models do not require any physical definitions for PV modules. Since the 1990s, a number of researches presented neural network based systems to predict the optimal operating power points for the PV modules [12,13]. Radial basis function neural network (RBFNN) based PV models were introduced to improve the estimation accuracy [14,15,16]. Shi et al. [17] proposed a forecasting tool to predict the output power of PV systems using the support vector regression (SVR), which is a regression technique based on the concept of Vapnik’s support vector machines (SVM) [18].
The main purpose of this paper is to present a more accurate PV model based on adaptive-network-based fuzzy inference system (ANFIS), which has the capability to approximate a nonlinear function. The proposed ANFIS based model does not need any primary model parameter and the estimation accuracy is verified by applying the model to three PV modules with different technologies (mono-crystalline, poly-crystalline and thin-film) and compared with three different kinds of modeling including Villalva’s model, RBFNN model and SVR model. It is envisaged to be useful for the circuit simulation developers and PV system designers who require a simpler and more accurate PV estimation model.
The remainder of this paper is organized as follows. Section 2 introduces the ANFIS method and the proposed ANFIS based PV model. The results and the validated performance of the proposed method are given in Section 3. Section 4 finally summaries this work.

2. ANFIS and PV Modeling

An adaptive network-based fuzzy inference system (ANFIS) is a kind of artificial neural network developed by Jang [19] in 1993. In this section, after a brief introduction of the theory of the ANFIS, we propose a PV model based on the ANFIS technique.

2.1. ANFIS

The ANFIS combines the fuzzy inference and neural network algorithms. It overcomes the limitations of fuzzy inference that the identification procedure of the parameters in membership functions (MFs) is not efficient for complex systems. Recently, ANFIS has been widely used in maximum power point tracking (MPPT) [20], face recognition [21] and object tracking [22].
Considering there are two inputs x , y and one output f, the inputs and outputs of a neural network obey the following rule.
If x is A i and y is B i Then f i = p i x + q i y + r i ( i { 1 , 2 } )
where A i , B i are fuzzy sets and { p i , q i , r i } is the parameter set, which is determined during the training process. f i are the outputs within the fuzzy region determined by the rules. The architecture of ANFIS is shown in Figure 1.
Every node in layer 1 has a node function
O i 1 = μ A i ( x ) , i { 1 , 2 } μ B i - 2 ( y ) , i { 3 , 4 }
where O i 1 is the output of the ith node in the first layer, and μ A i ( x ) or μ B i ( y ) can adopt any fuzzy member function and is usually chosen to be generalized bell function as follows.
μ A i ( x ) = 1 1 + | x - c i a i | 2 b i μ B i ( y ) = 1 1 + | y - c i a i | 2 b i , i { 1 , 2 }
where { a i , b i , c i } is the parameter set of the generalized bell function.
The general function of layer 2 O i 2 multiplies the input values, denoted as ω i .
O i 2 = ω i = μ A i ( x ) μ B i ( y ) , i { 1 , 2 }
The output of layer 2 need to be normalized, the output of the normalization layer O i 3 is
O i 3 = ω ¯ i = ω i i ( ω i ) , i { 1 , 2 }
where ω ¯ i is the normalized value of ω i .
The node function of the nodes in layer 4 O i 4 is to multiply the outputs of layer 3 and the related supposed function. It can be express by Equation (5).
O i 4 = ω ¯ i f i = ω ¯ i ( p i x + q i y + r i ) , i { 1 , 2 }
The overall output f is the summation of the outputs of layer 4.
f = O 5 = i O i 4 = i ω ¯ i f i
There are two fixed layers (layer 2 and 3) and two adaptive layers (layer 1 and 4) in this ANFIS architecture. In layer 1, the parameter set { a i , b i , c i } determines the input member function. These parameters are the so-called premise parameters. In the fourth layer, the parameters { p i , q i , r i } are related to the first-order polynomial and are the so-called consequent parameters [19].

2.2. The Proposed PV Model

In this paper, the ANFIS based PV model is used to estimate the I-V or P-V characteristics of PV modules under the given environmental conditions. Given the specified solar irradiance and temperature of PV cells, by scanning the voltage of the PV array from zero to the open-circuit voltage of the PV modules, which can be found on manufacturing datasheet, the corresponding predicted current set can be obtained by the proposed PV estimation model.
The architecture for the proposed ANFIS based model is shown in Figure 2. The input data consists of the solar irradiance (G), the ambient temperature (T) and the operating voltage of the PV array (V), while the output is the current (I) of the PV module. The inference system corresponds to a set of fuzzy IF–THEN rules that have learning capability to approximate the I-V or P-V nonlinear relations. The algorithm uses a combination of the least-squares and back-propagation gradient descent methods to train the data set.
In the ANFIS architecture shown in Figure 2, the consequent parameter set is { p i , q i , r i , s i } according to the dimension of the input vector { G , T , V } . The outputs of the specified rule f i are as follows.
f i = p i G + q i T + r i V + s i
After completing the training phase, the aforementioned premise and consequent parameters, and the final weights ω i of the nodes are found and then stored in matrixes of real numbers. Thus, the learned model can be used to get the predicted results as follows.
I = i ω ¯ i f i = i ω i ( p i G + q i T + r i V + s i ) i ω i

3. Results

In this section, the performance of different estimation models are evaluated by four statistical indicators including root mean squared error (RMSE), mean absolute error (MAE), mean absolute percent error (MAPE) and coefficient of determination (R 2 ). The mathematical expressions of these three indicators are given as follows.
RMSE = 1 n i = 1 n ( I ^ i - I i ) 2
MAE = 1 n i = 1 n | I ^ i - I i |
MAPE = 1 n i = 1 n | I ^ i - I i I i |
R 2 = 1 - i = 1 n ( I ^ i - I i ) 2 i = 1 n ( I ^ i - I ¯ i ) 2
where I ^ i is the predicted current of PV modules, I i is the measured one and I ¯ i is the mean of the measured ones.
RMSE is frequently used to measure the differences between the values predicted by the model and the related experimental data. MAE is a quantity used to measure how close the predictions are to the experimental data. MAPE is also used to measure the errors but it differs in values from module to module because the short-circuit current varies from different PV models. R 2 evaluates how well the predicted data fits the measured one. R 2 = 1 indicates that the predicted values and the measured values are perfectly fitted, while R 2 = 0 indicates that the predicted values do not fit the measured values at all.
All the simulations are carried out in MATLAB 2016a (http://www.mathworks.com) environment running on an Intel(R) Core(TM) i7-4850HQ 2.30 GHZ CPU with 16 G RAM. Gaobo GSMT-H-3A100 solar module tester is applied to measure the I–V experimental data. A comparative experiment has been performed among the four different estimation models including Villalva’s model [6], RBFNN model, SVR model and the proposed ANFIS model, using three PV modules with different technologies. Villalva’s model is one of the most successful models in the field of PV modeling. Therefore, the proposed method was compared with Villalva’s model. The technical parameters at the nominal environment of the three PV modules used in this manuscript are listed in Table 1.
Figure 3 depicts the median deviation of the current predicted by four different modeling methods from the measured values of operating current of three PV modules with varied technologies. The red circle below the unit-slope straight line indicates that the estimated current is smaller than the measured one, and vice versa.
As can be seen in Figure 3, the estimation results from RBFNN model are much more accurate than those from Villalva’s model, but some red circles can be found to deviate from the unit-slope straight line, indicating that some errors still exist in the estimation phase. Besides, it is hard to distinguish the prediction performance of SVR model and the proposed ANFIS model from Figure 3.
Figure 4 shows the I-V curves of three PV modules predicted by different modeling approaches along with the measured ones obtained by solar module tester. The left three figures in Figure 4 depict the overall views of the estimation results from four models versus the experimental I-V curves and the right three ones give the details of the appointed areas marked with red rectangles in the overall views. The most important point for solar cells is the maximum power point, thus, these selected regions contain the corresponding maximum power points. It is observed that the estimated I-V curves from the proposed ANFIS model are relatively close to the measured ones among all the modeling methods.
Furthermore, Table 2 lists the best results of involved mathematical indicators for the mentioned three PV modules over 100 runs of four given estimation models. As can be seen, considering the values RMSE and MAPE, the results of these two indicators from the analytical approach (Villalva’s model) are much higher than that from the ANFIS model. The RMSE value of Villalva’s model is nearly 20 times of that of the proposed model. Meanwhile, the R 2 value of the later three AI-algorithm-based models are all close to 1, while the Villalva’s method’s R 2 is much lower. Overall, the proposed ANFIS model obtains the lower values of RMSE/MAPE and higher R 2 value, which indicates that the proposed ANFIS model has the most accurate estimation capability among four modeling methods.
The best prediction results over 100 times only show the optimal predicting capability of each model. Figure 5 further estimates the average prediction performance of different modeling methods over 100 times. Among the four PV models, the ANFIS model shows the lowest MAE in most cases, which is just 7.34% of that for Villalva’s model in average. It is observed that significant errors usually occur in Villalva’s model when the operating voltage is approaching the open-circuit voltage. Both SVR and ANFIS models obtain good estimation capabilities, yet small errors can be found at the open-circuit points. The MAE value for the estimation results from ANFIS model is 32.9% and 50.0% lower than that from SVR model and RBFNN model in average, respectively.
Especially, thin-film modules exhibit both time dependent degradation and annealing behavior, which make device analyses more complicated. The simulation of the initial device performance works fine while the degradation behavior of thin-film modules requires a more detailed analysis.

4. Conclusions

In this paper, an adaptive-network-based fuzzy inference system (ANFIS) based estimation model has been proposed to predict the electrical characteristics of various types of PV modules. The proposed method has the capability of obtaining I-V or P-V curves based on environmental data. The accuracy of the proposed model has been evaluated by PV modules with different technologies. Three modeling approaches, including Villalva’s model, RBFNN model and SVR model, have been used to benchmark the proposed ANFIS model. The simulation results show that the I-V curves predicted by the proposed model are relatively close to those measured data and the improvement on the prediction accuracy of the proposed PV estimation model also can be reflected by its lowest RMSE, MAPE and highest R 2 . The robustness of the proposed model is validated by comparative study on performance test of PV models by using different environmental conditions.

Acknowledgments

The authors would like to thank the anonymous reviewers for their invaluable comments to improve this manuscript. Special thanks to Suzhou Electrical Apparatus Science Research Institute Co., Ltd. (China) for the materials and computer facilities necessary in achieving the results reported. This research is supported by the Natural Science Foundation of Jiangsu Province (Grant No. BK20160355), the Natural Science Research Project of Higher Education of Jiangsu (Grant No. 15KJB480002), and the Science and Technology Project of Ministry of Housing and Urban-Rural Development (Grant No. 2016-K1-019).

Author Contributions

Ziqiang Bi is the principal investigator of this work. He performed the simulations and wrote this manuscript; Jieming Ma contributed to the data analysis work and language editing; Xinyu Pan and Yu Shi designed the simulations solution; Jian Wang checked the whole manuscript. All authors revised and approved the publication.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

AMair mass
P M A X maximum power (W)
V O C open circuit voltage (V)
I S C short circuit current (A)
V M P P maximum power point voltage (V)
I M P P maximum power point current (A)
K V temperature coefficients of open circuit voltage (V/K)
K I temperature coefficients of short circuit current (A/K)
N C S number of cells in series

References

  1. Chin, V.J.; Salam, Z.; Ishaque, K. Cell modelling and model parameters estimation techniques for photovoltaic simulator application: A review. Appl. Energy 2015, 154, 500–519. [Google Scholar] [CrossRef]
  2. Brano, V.L.; Orioli, A.; Ciulla, G.; Gangi, A.D. An improved five-parameter model for photovoltaic modules. Sol. Energy Mater. Sol. Cells 2010, 94, 1358–1370. [Google Scholar] [CrossRef]
  3. Brano, V.L.; Orioli, A.; Ciulla, G. On the experimental validation of an improved five-parameter model for silicon photovoltaic modules. Sol. Energy Mater. Sol. Cells 2012, 102, 27–39. [Google Scholar] [CrossRef]
  4. Ma, J.; Ting, T.O.; Man, K.L.; Zhang, N.; Guan, S.U.; Wong, P.W.H. Parameter estimation of photovoltaic models via cuckoo search. J. Appl. Math. 2013, 2013, 362619. [Google Scholar] [CrossRef]
  5. Piazza, M.C.D.; Pucci, M.; Ragusa, A.; Vitale, G. Analytical Versus Neural Real-Time Simulation of a Photovoltaic Generator Based on a DC–DC Converter. IEEE Trans. Ind. Appl. 2010, 46, 2501–2510. [Google Scholar] [CrossRef]
  6. Villalva, M.G.; Gazoli, J.R.; Filho, E.R. Comprehensive approach to modeling and simulation of photovoltaic arrays. IEEE Trans. Power Electron. 2009, 24, 1198–1208. [Google Scholar] [CrossRef]
  7. Salam, Z.; Ishaque, K.; Taheri, H. An improved two-diode Photo-voltaic (PV) model for PV system. In Proceedings of the 2010 Joint International Conference on Power Electronics, Drives and Energy Systems (PEDES) and 2010 Power India, New Delhi, India, 20–23 December 2010; pp. 1–5.
  8. Chan, D.S.H.; Phang, J.C.H. Analytical methods for the extraction of solar-cell single- and double-diode model parameters from I-V characteristics. IEEE Trans. Electron Devices 1987, 34, 286–293. [Google Scholar] [CrossRef]
  9. Laudani, A.; Fulginei, F.R.; Salvini, A. High performing extraction procedure for the one-diode model of a photovoltaic panel from experimental I-V curves by using reduced forms. Sol. Energy 2014, 103, 316–326. [Google Scholar] [CrossRef]
  10. Laudani, A.; Fulginei, F.R.; Salvini, A. Identification of the one-diode model for photovoltaic modules from datasheet values. Sol. Energy 2014, 108, 432–446. [Google Scholar] [CrossRef]
  11. Mahmoud, Y.A.; Xiao, W.; Zeineldin, H.H. A parameterization approach for enhancing PV model accuracy. IEEE Trans. Ind. Electron. 2013, 60, 5708–5716. [Google Scholar] [CrossRef]
  12. Mashaly, H.M.; Sharaf, A.M.; Mansour, M.; El-Sattar, A.A. A photovoltaic maximum power tracking scheme using neural networks. In Proceedings of the 3rd IEEE Conference on Control Applications, Glasgow, UK, 24–26 August 1994; Volume 1, pp. 160–172.
  13. Hiyama, T. Identification of optimal operating point of PV modules using neural network for real time maximum power tracking control. IEEE Trans. Energy Convers. 1995, 10, 360–367. [Google Scholar] [CrossRef]
  14. Al-Amoudi, A.; Zhang, L. Application of radial basis function networks for solar- array modelling and maximum power-point prediction. IEEE Proc. Gener. Transm. Distrib. 2000, 147, 310–316. [Google Scholar] [CrossRef]
  15. Zhang, L.; Bai, Y.F. Genetic algorithm-trained radial basis function neural networks for modelling photovoltaic panels. Eng. Appl. Artif. Intell. 2005, 18, 833–844. [Google Scholar] [CrossRef]
  16. Bonanno, F.; Capizzi, G.; Graditi, G.; Napoli, C.; Tina, G.M. A radial basis function neural network based approach for the electrical characteristics estimation of a photovoltaic module. Appl. Energy 2012, 97, 956–961. [Google Scholar] [CrossRef]
  17. Shi, J.; Lee, W.J.; Liu, Y.; Yang, Y.; Wang, P. Forecasting power output of photovoltaic system based on weather classification and support vector machines. IEEE Trans. Ind. Appl. 2012, 48, 1064–1069. [Google Scholar] [CrossRef]
  18. Drucker, H.; Burges, C.J.C.; Kaufman, L.; Smola, A.; Vapnik, V. Support vector regression machines. Adv. Neural Inf. Process Syst. 1996, 28, 779–784. [Google Scholar]
  19. Jang, J.R. ANFIS: Adaptive-network-based fuzzy inference system. IEEE Trans. Syst. Man Cybern. 1993, 23, 665–685. [Google Scholar] [CrossRef]
  20. Kharb, R.K.; Shimi, S.L.; Chatterji, S.; Ansari, M.F. Modeling of solar PV module and maximum power point tracking using ANFIS. Renew. Sustain. Energy Rev. 2014, 33, 602–612. [Google Scholar] [CrossRef]
  21. Sharma, R.; Patterh, M.S. A new pose invariant face recognition system using PCA and ANFIS. Optik 2015, 126, 3483–3487. [Google Scholar] [CrossRef]
  22. Choi, I.H.; Pak, J.M.; Ahn, C.K.; Lee, S.H.; Lim, M.T.; Song, M.K. Arbitration algorithm of FIR filter and optical flow based on ANFIS for visual object tracking. Measurement 2015, 75, 338–353. [Google Scholar] [CrossRef]
  23. Chang, C.C.; Lin, C.J. LIBSVM : A library for support vector machines. ACM Trans. Intell. Syst. Tech. 2011, 2. [Google Scholar] [CrossRef]
Figure 1. The architecture for adaptive-network-based fuzzy inference system (ANFIS).
Figure 1. The architecture for adaptive-network-based fuzzy inference system (ANFIS).
Symmetry 08 00096 g001
Figure 2. The ANFIS architecture for the proposed photo-voltaic (PV) model.
Figure 2. The ANFIS architecture for the proposed photo-voltaic (PV) model.
Symmetry 08 00096 g002
Figure 3. Operating current predicted by different models versus the measured data.
Figure 3. Operating current predicted by different models versus the measured data.
Symmetry 08 00096 g003
Figure 4. Current-voltage (I-V) curves obtained by different estimation models.
Figure 4. Current-voltage (I-V) curves obtained by different estimation models.
Symmetry 08 00096 g004
Figure 5. The comparison of mean absolute error (MAE) values over 100 runs for the module (a) STP265S-20 (b) KC200GT (c) TS-150C1. (The MAE value above 0.5 A is shown as 0.5 A in the figure).
Figure 5. The comparison of mean absolute error (MAE) values over 100 runs for the module (a) STP265S-20 (b) KC200GT (c) TS-150C1. (The MAE value above 0.5 A is shown as 0.5 A in the figure).
Symmetry 08 00096 g005
Table 1. Technical parameters of PV modules at 25 C, AM 1.5, 1000 W/m 2 .
Table 1. Technical parameters of PV modules at 25 C, AM 1.5, 1000 W/m 2 .
ModuleSTP265S-20KC200GTTS-150C1
Technologymono-crystallinepoly-crystallinethin-film
P M A X (W)265.05200.14149.96
V O C (V)38.132.964.5
I S C (A)9.228.213.61
V M P P (V)30.526.346.0
I M P P (A)8.697.613.26
K V (V/K)−0.130−0.123−0.187
K I (A/K)5.53 × 10 - 3 3.18 × 10 - 3 3.61 × 10 - 4
N C S 6054100
Table 2. Best results in 100 runs of different models.
Table 2. Best results in 100 runs of different models.
MethodSTP265S-20KC200GTTS-150C1
RMSEMAPER 2 (%)RMSEMAPER 2 (%)RMSEMAPER 2 (%)
Villalva’s model [6]0.675411.85994.500.20320.049999.270.10070.138699.04
RBFNN model *0.04581.923299.970.03810.007199.970.04140.020499.71
SVR model 0.05743.193299.950.01450.003799.990.01050.015099.99
ANFIS model0.02800.736399.990.01230.002699.990.00790.010999.99
* RBFNN model uses the tool embedded in MATLAB 2016a; SVR model uses the SVM tool provided by LIBSVM [23].

Share and Cite

MDPI and ACS Style

Bi, Z.; Ma, J.; Pan, X.; Wang, J.; Shi, Y. ANFIS-Based Modeling for Photovoltaic Characteristics Estimation. Symmetry 2016, 8, 96. https://doi.org/10.3390/sym8090096

AMA Style

Bi Z, Ma J, Pan X, Wang J, Shi Y. ANFIS-Based Modeling for Photovoltaic Characteristics Estimation. Symmetry. 2016; 8(9):96. https://doi.org/10.3390/sym8090096

Chicago/Turabian Style

Bi, Ziqiang, Jieming Ma, Xinyu Pan, Jian Wang, and Yu Shi. 2016. "ANFIS-Based Modeling for Photovoltaic Characteristics Estimation" Symmetry 8, no. 9: 96. https://doi.org/10.3390/sym8090096

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop