Parameter setting of MSPSO-BP.
Abstract
An improved neural network algorithm was proposed and applied to the inverse radiative problems. A multi-strategy particle swarm optimization was applied to improve the performance of the back propagation multi-layer feed-forward neural network algorithm. Three commonly used particle size distribution (PSD) functions in a one-dimensional particle system were retrieved using the proposed algorithm. In addition, the optical constant was also estimated, and the measurement errors were considered. Results show that the proposed algorithm can be applied to the retrieval of PSDs and optical constant even with measurement errors. Finally, the proposed algorithm was applied to the simultaneous estimation of the PSDs and optical constant using the multi-wavelength and multi-thickness method.
Keywords
- PSO-based neural network algorithm
- optical constant
- particle size distribution
- particulate media
- inverse radiation problem
1. Introduction
Participating medium is widely used in the petroleum chemical industry, bio-medicine, infrared detection, remote sensing, and many other fields [1, 2]. The particle system is one kind of participation media, such as liquids or gases, with small particles in microns or even nanometer level. Researches on the microphysical properties of particulate media, such as the optical properties and particle size distributions (PSDs), are very important for many engineering applications, such as power plant, coal-fired furnaces, combustion chambers, or other utilization systems, which will contribute to improve the combustion efficiency [3–5] and environment control [6, 7]. Especially, thermal radiation is the dominant mode of heat transfer in power plant [8], and the optical properties and PSD of fly ash particles are of significant importance in radiative heat transfer analysis [9]. Knowledge of the optical constants of the particulate fly ash is necessary for monitoring of temperature and condition, and prediction of heat transfer through fly ash formed in the pulverized fuel-fired furnace. However, determination of optical constants requires a priori information on the particle number density and size distribution. Based on this fact, uncertainty in the PSD is the principal source of error in determining single particle optical properties. In many cases of practical interest, however, these quantities are not known. In spite of the widely use of high temperature fly ash particles, their refractive indices, particularly in the infrared range, are known insufficiently. This is especially true of the optical properties of infrared particles being considered in the high-efficiency combustors. Accurate values of the optical constants of particles, which are significant functions of wavelength, are of particular interest in radiative transfer analysis in power plant because of their significant influence on heat transfer in such applications. Light scattering analyses of the structure and refractive indices of fly ash particles have been proposed as a means of studying the interactions between fly ash particles, flue gases, and the surrounding atmosphere [10]. Moreover, fly ash is a very promising combustion by-product of the coal-fired power station. For example, it can be added into the cement pastes to improve their fluidity where the PSD is an important control parameter [11]. Generally, optical properties and PSD of participating particulate medium are of great importance in power plant systems and have evoked the wide interest of many researchers.
The optical constant of participating medium particle system cannot be directly measured by experiments [12]. Its direct calculation through the measurable physical parameters is also difficult. So its value is usually obtained by inversion algorithm combining with experimental measurements. Optical constant contains real part
To date, the commonly used particle size measurement technique can be divided by its principle into the following categories: microscope method, sieving method, sedimentation, and ultrasonic method. For the practical problem of interest, the sieving method is rarely used recently because it has low precision and it is extremely easy to damage the samples in the measurement process [20]. With the development of the microscope, the accuracy of the microscope method improves. However, it is very time consuming. Ultrasonic method is more suitable for higher particle concentration due to its better ability of transmission in the participating medium compared to light. However, for some unstable particles systems, the ultrasonic method is not applicable. Therefore, spectral extinction method is more widely applied because of its wide measurement range, relatively simple measuring principle and device [21, 22].
Literature survey reveals that there is no reported work about estimating of optical constants and PSDs using artificial neural network (ANN). An important advantage of this method in comparison with other inverse heat transfer modeling approaches, such as the Gauss–Newton method [23], conjugate gradient method [24], genetic algorithm [25], and ant colony optimization [26, 27], to name a few, is that detailed knowledge of the geometrical and thermal properties of the system (such as wall conductivity and emissivity) is not necessary [28, 29]. In many cases, the measurement of such physical properties is extremely difficult or even impossible. Moreover, to use all conventional inverse methods, the direct problem must be solved firstly. This may lead to significant computing errors and excessively time-consuming calculations. ANN solutions are based on experimental data rather than mathematical governing equations [30]. The direct model needs not be solved repeatedly, which will save considerable computation time. Furthermore, genetic algorithm and other evolutionary algorithms require large populations and involve long computing time for convergence, which make them being inappropriate for many inverse heat transfer problems. In ANN, the only iterative part is in training, which is containing simple mathematical relations. Therefore, the proposed method is much faster than conventional iterative methods.
In this chapter, a particle swarm optimization (PSO) based back propagation (BP) neural network algorithm was developed to estimate the PSD and optical constant of a particle system. As one kind of intelligence optimization algorithms, the BP multi-layer feed-forward ANN algorithm was proposed by D.E. Rumelhart firstly [31]. In complicated systems with several effective input parameters, ANN can be used to predict output data. The BP neural network algorithm is a stochastic heuristic intelligent optimization technique, which was investigated thoroughly [32, 33]. However, there remain some unsolved problems. For example, as the initial weight coefficients are generated randomly, it may lead to the instability of the algorithm. Furthermore, the algorithm may fall into local optimum. Therefore, in the present work, to improve the performance of the BP neural network algorithm, the PSO algorithm was applied.
The remainder of this chapter is organized as follows. First, the principle of the inverse method was introduced briefly. Afterwards, the direct model was presented. Subsequently, the PSDs and optical constant were retrieved separately using the PSO-based BP neural network algorithm. Finally, a technique was proposed to obtain the PSDs and optical constant simultaneously.
2. Inverse method
2.1. BP neural network
An ANN model includes five parts, i.e. input values (
Some ANN models include several layers. Each layer includes several neurons and performs a simple process on data. The actions of neurons do not directly depend on the summation but a certain threshold. Only when the summation net
The working process of the BP neural network includes training and prediction. Training is to prepare the network to work for certain system, which is of highly importance. In the training process, the weights are adjusted to obtain better performance of the network. Prediction is to solve the inverse problem by using the prepared network [34]. The detailed principle of the BP neural network is described in Ref. [32], which will not be repeated here.
2.2. The PSO algorithm
The PSO, which has rooted in artificial life and social psychology as well as engineering and computer science, is a random searching technique inspired by bird foraging. It differs from evolutionary computation methods in that the population members, called particles, are flown through the problem hyperspace. The PSO finds the optimum value more quickly than traditional evolutionary algorithms due to the fact that PSO uses a combination of local and global searches with the sharing evolutionary information among the individual particles. Many modifications have been made to improve convergence speed of the basic PSO algorithm and to increase the diversity of particles [35]. The velocity and position of each particle in the basic PSO can be obtained as follows [36]:
where
In the present work, an improved multi-strategy PSO (MSPSO) was applied to BP neural network training [37]. Three improvements were made based on the standard PSO. First, the opposition learning [38] strategy is introduced into every iteration of the PSO algorithm. The idea of opposition learning is that when a new individual particle
where
Finally, it is known that the standard PSO may be trapped into local optimum as the decreasing of the population diversity. Therefore, a multi-start strategy is introduced to the MSPSO, which means that, when the optimal solution is not updated for
2.3. MSPSO-BP algorithm
In the present work, the MSPSO is applied to optimize the threshold and weight of the BP neural network. The training process is required before prediction for BP neural network, which is introduced in Section 2.1. Before the optimization of BP neural network, the topological structure of the network should be decided. For a three-layered BP neural network, i.e. to choose the node numbers in input layer, hidden layer, and output layer. The structure of input layer and output layer is mainly determined by the number of input and output data. The node number in hidden layer is of significant importance, which highly affects the training speed and training accuracy. Too many nodes may lead to slow convergence rate and over learning. However, if the node number is not large enough, the network may have small training precision. The values of the node number can be determined using many different ways [39]. After the node number of the hidden layer is determined, the next step is to decide the weight and threshold values, which are optimized by the MSPSO in the present work. Each particle stands for a possible solution of the optimal weight and threshold.
3. Direct model
A one-dimensional (1-D) absorbing, scattering, and non-emitting particle system was under consideration in the present work (see Figure 2). The left side of the system was exposed to continuous wave laser beam of different wavelengths. For the short interaction time and low laser intensity, the media were assumed to be cold without considering the thermal effect caused by the interaction of the laser and media. The radiative transfer equation in a 1-D particle system can be expressed as follows [40]:
where
According to Mie theory, when the sphere particle is irradiated by a laser beam, the extinction, scattering, and absorption efficiency can be calculated by the following equation [41]:
where the extinction, scattering, and absorption efficiency are denoted by
where
The absorption coefficient
where
It is known that the PSDs can be described by certain distribution function, among which the commonly used parameter distribution function is as follows [42]:
where
4. Results and discussion
To demonstrate the validity of the proposed MSPSO-BP algorithm in the inverse radiative analysis, several different test cases are considered in this section. Firstly, the PSDs are retrieved using multi-wavelength method. Secondly, the optical constant is obtained for L–N distribution. The influence of measurement errors is considered. Finally, the PSDs and optical constant are retrieved simultaneously using a secondary optimization method. Each case was implemented using FORTRAN code, and the developed program was executed on an Intel Core i7 PC.
4.1. The retrieval of PSDs
Multi-wavelength method [43] has been applied to obtain the PSDs accurately and effectively. Therefore, to test the influence of wavelength number on the retrieval accuracy and efficiency, different amounts of wavelengths were used in the present work, which, to be specific, are one, two, and three wavelengths. For the single wavelength, the wavelength was set as 0.55 μm. For the two wavelengths, 0.55 and 0.63 μm were applied. And 0.55, 0.633, 0.649 μm were used for the three-wavelength method. The optical constants (
The number density of particle system was set to a fixed value
where PRE and EXP stand for the predicted and expected values of the results, respectively.
Maximum iteration number | 200 |
Momentum factor |
|
Weight |
|
Learning factors |
|
Maximum stagnation time |
|
In the present work, three commonly used PSDs were applied, i.e. R–R, S–N, and L–N (see Equations 13–15). The training results, which are the mean relative errors of all the prediction samples, for different PSDs and different number of incident wavelengths are shown in Table 2.
It can be seen that MSPSO-BP has excellent prediction performance for the three kinds of PSD functions. Besides, with the number of wavelengths increasing, the error between predicted values and expected values of prediction samples gradually decreases, which means that the multiple-wavelength method can improve the prediction accuracy effectively. Also, it is noticeable that the calculation time is also increasing with the number of wavelengths used, which is caused by the increasing calculation times of the direct problem.
PSDs | Wavelength number |
|
|
---|---|---|---|
R–R | 1 | 0.036 | 0.066 |
2 | 0.009 | 0.021 | |
3 | 0.004 | 0.007 | |
S–N | 1 | 0.059 | 0.076 |
2 | 0.016 | 0.021 | |
3 | 0.001 | 0.004 | |
L–N | 1 | 0.061 | 0.095 |
2 | 0.012 | 0.034 | |
3 | 0.002 | 0.005 |
After the test of the network is finished, the network can be used to retrieve the PSD of the particle system. The results of the 100 sets of test data are illustrated in Figure 3. It demonstrates clearly that increasing the incident wavelength will improve the accuracy the prediction results. To show the performance of the MSPSO-BP algorithm, a case was presented to retrieve the PSD parameters of the L–N distribution. The true value of PSD parameters is set as
Wavelength number |
|
|
Time (s) | |
---|---|---|---|---|
1 | Estimated value | 0.552 | 2.230 | 872 |
Relative error (%) | 8.00 | 11.5 | ||
2 | Estimated value | 0.607 | 1.957 | 1129 |
Relative error (%) | 1.17 | 2.15 | ||
3 | Estimated value | 0.602 | 1.996 | 1398 |
Relative error (%) | 0.33 | 0.20 |
The number of training sample is a very important parameter for the BP neural network. It should be dealt with very carefully. Therefore, different numbers of training samples are applied to the inversion of PSDs using three-wavelength method. The numbers of training samples are set as 600, 700, 800, and 900, respectively. The retrieval results are listed in Table 4.
Training sample number |
|
|
Time (s) | |
---|---|---|---|---|
600 | Estimated value | 0.585 | 2.093 | 1019 |
Relative error (%) | 2.50 | 4.65 | ||
700 | Estimated value | 0.611 | 2.052 | 1127 |
Relative error (%) | 1.83 | 2.60 | ||
800 | Estimated value | 0.595 | 2.013 | 1286 |
Relative error (%) | 0.83 | 0.65 | ||
900 | Estimated value | 0.602 | 1.996 | 1398 |
Relative error (%) | 0.33 | 0.20 |
It can be seen that by increasing the amount of the training samples, more accurate retrieval results can be obtained, which can be seen more clearly in Figure 4. Network training time is obviously related to the number of training data. Training the network with more data tends to spend more time. Therefore, to save computation time, less training samples should be applied. However, it will reduce the accuracy of the retrieval results at the same time (see Figure 4). Therefore, when using the neural network-based algorithm for an inverse problem, the number of the training samples should be decided very carefully.
4.2. The estimation of optical constant
In this section, MSPSO-BP algorithm is applied to retrieve the optical constant, i.e.
First, the MSPSO-BP should be trained. The interval of the optical constant was set as
It is evident that the predicted values and expected values of
Measurement error |
|
|
|
---|---|---|---|
0% | Retrieval result | 1.4002 | 6.0037 × 10−3 |
Relative error (%) | 0.014 | 0.062 | |
1% | Retrieval result | 1.3995 | 5.9750 × 10−3 |
Relative error (%) | 0.036 | 0.417 | |
3% | Retrieval result | 1.4012 | 5.9650 × 10−3 |
Relative error (%) | 0.086 | 0.583 | |
5% | Retrieval result | 1.4038 | 5.9440 × 10−3 |
Relative error (%) | 0.271 | 0.933 |
4.3. The retrieval of optical constant and PSDs
In this section, a secondary optimization method [44] was applied to obtain the optical constant and PSDs simultaneously by combining the multi-wavelength and multi-thickness methods. The diffuse transmittance, diffuse reflectance, and collimated transmittance were applied. The details of this method are described in Ref. [44] and will not be repeated here.
The wavelengths of two incident beams were set as 0.55 and 0.65 μm. And its corresponding optical constants were 1.432–0.00753
PSDs | R–R | S–N | L–N |
---|---|---|---|
|
0.8, 2.8 | 0.7, 2.5 | 0.6, 2.0 |
PSDs |
|
|
|
|
Time (s) |
---|---|---|---|---|---|
R–R | 1.451, 0.00765 | 1.33, 1.59 | 0.543, 2.435 | 9.50, 2.60 | 1258 |
1.443, 0.00806 | 1.19, 1.51 | ||||
S–N | 1.4199, 0.00732 | 0.84, 2.78 | 0.842, 2.466 | 5.25, 11.93 | 1468 |
1.4137, 0.00774 | 0.85, 2.52 | ||||
L–N | 1.4181, 0.0072 | 0.97, 4.28 | 0.709, 2.436 | 18.25, 21.78 | 1742 |
1.4130, 0.0075 | 1.33, 0.41 |
It can be seen that for the same distribution, the retrieval results of optical constant are much smaller than those of the PSDs. The optical constant can be retrieved with a tolerable error. However, the average retrieved results of the PSDs, i.e.
It can be concluded that the influences of the PSDs on the diffused reflectance and transmittance signals are less significant than that of the optical constant. Even though the retrieved results of the PSDs were not accurate, those of the complex refractive index were relatively satisfactory. Hence, the accuracy of the retrieved PSDs needed to be improved which meant much more information, which was sensitive to the PSDs, should be included in the inverse procedure. It was found that the collimated transmittance was more sensitive to
The results of the secondary optimization are shown in Table 8. It is evident that the estimated results of the secondary optimization were much more accurate than those of the first optimization, which proved that the applied inversion method is suitable for the simultaneous estimation of the complex refractive indexes and PSDs.
Function | Original values | Estimated values ( |
|
---|---|---|---|
R–R | 0.8, 2.8 | 0.807, 2.809 | 0.88, 0.32 |
S–N | 0.7, 2.5 | 0.711, 2.508 | 1.57, 0.32 |
L–N | 0.6, 2.0 | 0.605, 2.0447 | 0.75, 1.98 |
5. Conclusion
A multi-strategy PSO was applied to improve the performance of the BP multi-layer feed-forward ANN algorithm. The proposed MSPSO-based ANN method was introduced to solve the inverse radiation problems for the first time. Three commonly used PSD functions in a 1-D particle system were retrieved using the proposed algorithm. In addition, the optical constant was estimated, and the influence of measurement errors upon the precision of the estimated results was also investigated. Finally, the proposed algorithm was applied to the simultaneous estimation of the PSDs and optical constant using the multi-wavelength and multi-thickness method. All the retrieval results show that the proposed MSPSO-BP ANN can be applied to estimate the PSDs and optical constant in 1-D absorbing, scattering, and non-emitting system accurately even with noise data. Meanwhile, the secondary optimization can be recognized as an efficient way to obtain the PSDs and optical constant simultaneously by applying the multi-wavelength and multi-thickness method.
Acknowledgments
This work was supported by the National Natural Science Foundation of China (Nos. 51476043 and 51576053), the Major National Scientific Instruments and Equipment Development Special Foundation of China (No. 51327803), and the Foundation for Innovative Research Groups of the National Natural Science Foundation of China (No. 51421063) and are gratefully acknowledged. A very special acknowledgement is also made to the editors and referees who make important comments to improve this chapter.
References
- 1.
Lu XD, Hsu PF. Reverse Monte Carlo method for transient radiative transfer in participating media. Journal of Heat Transfer 2004; 126 (4):621–627. DOI: 10.1115/1.1773587 - 2.
Kumar S, Mitra K. Microscale aspects of thermal radiation transport and laser applications. Advances in Heat Transfer 1999; 33 :187–294. DOI: 10.1016/S0065-2717(08)70305-8 - 3.
Hurt RH, Gibbins JR. Residual carbon from pulverized coal fired boilers: 1. Size distribution and combustion reactivity. Fuel 1995; 74 (4):471–480. DOI: 10.1016/0016-2361(95)98348-I - 4.
Mei L, Lu XF, Wang QH, Pan Z, Hong Z, Ji XY. The experimental study of fly ash recirculation combustion characteristics on a circulating fluidized bed combustor. Fuel Processing Technology 2014; 118 :192–199. DOI: 10.1016/j.fuproc.2013.09.002 - 5.
Sun YP, Lou C, Zhou HC. Estimating soot volume fraction and temperature in flames using stochastic particle swarm optimization algorithm. International Journal of Heat and Mass Transfer 2011; 54 (1–3):217–224. DOI: 10.1016/j.ijheatmasstransfer.2010.09.049 - 6.
Seames WS. An initial study of the fine fragmentation fly ash particle mode generated during pulverized coal combustion. Fuel Processing Technology 2003; 81 (2):109–125. DOI: 10.1016/S0378-3820(03)00006-7 - 7.
Li H, Liu G, Cao Y. Content and distribution of trace elements and polycyclic aromatic hydrocarbons in fly ash from a coal-fired CHP plant. Aerosol Air Quality Research 2014; 14 :1179–1188. DOI: 10.4209/aaqr.2013.06.0216 - 8.
Viskanta R, Mengüç MP. Radiation heat transfer in combustion systems. Progress in Energy and Combustion Science 1987; 13 (2):97–160. DOI: 10.1016/0360-1285(87)90008-6 - 9.
Marakis JG, Papapavlou CH, Kakaras E. A parametric study of radiative heat transfer in pulverised coal furnaces. International Journal of Heat and Mass Transfer 2000; 43 (16):2961–2971. DOI: 10.1016/S0017-9310(99)00347-6 - 10.
Wyatt PJ. Some chemical, physical, and optical properties of fly ash particles. Applied Optics 1980; 19 (6):975–983. DOI: 10.1364/AO.19.000975 - 11.
Lee SH, Kima HJ, Sakaib E, Daimonb M. Effect of particle size distribution of fly ash–cement system on the fluidity of cement pastes. Cement and Concrete Research 2003; 33 (5):763–768. DOI: 10.1016/S0008-8846(02)01054-2 - 12.
He ZZ, Qi H, Yao YC, Ruan LM. An effective inversion algorithm for retrieving bimodal aerosol particle size distribution from spectral extinction data. Journal of Quantitative Spectroscopy and Radiative Transfer 2014; 149 :117–127. DOI: 10.1016/j.jqsrt.2014.08.002 - 13.
Willis C. The complex refractive index of particles in a flame. Journal of Physics D: Applied Physics 1970; 3 :1944–1956. DOI: 10.1088/0022-3727/3/12/324 - 14.
Volz FE. Infrared refractive index of atmospheric aerosol substances. Applied Optics 1972; 11 (4):755–759. DOI: 10.1364/AO.11.000755 - 15.
Gupta RP, Wall TF. The complex refractive index of particles. Journal of Physics D: Applied Physics 1981; 14 (6):L95–L98. DOI: 10.1088/0022-3727/14/6/003 - 16.
Shu Y, Zhou XJ, Zhao YZ. A theoretical study of multi-wavelength lidar exploration of optical properties of atmospheric aerosols. Advances in Atmospheric Sciences 1986; 1 :23–38. DOI: 10.1007/BF02680043 - 17.
Erlick C. Effective refractive indices of water and sulfate drops containing absorbing inclusions. Journal of the Atmospheric Sciences 2006; 63 :754–763. DOI: http://dx.doi.org/10.1175/JAS3635.1 - 18.
Shen Y, Draine BT, Johnson ET. Modeling porous dust grains with ballistic aggregates. I. Geometry and optical properties. The Astrophysical Journal 2008; 689 :260–275. DOI: 10.1086/592765 - 19.
Pecharroman C, Gaspera ED, Martucci A, Galindod RE, Mulvaney P. Determination of the optical constants of gold nanoparticles from thin-film spectra. The Journal of Physical Chemistry 2015; 119 (17):9450–9459. DOI: 10.1021/jp512611m - 20.
Li WK, Wu YX, Huang ZM, Fang R, Lv JF. Measurement results comparison between laser particle analyzer and sieving method in particle size distribution. Powder Science and Technology 2007; 5 :003. - 21.
Tang H, Lin JZ. Retrieval of spheroid particle size distribution from spectral extinction data in the independent mode using PCA approach. Journal of Quantitative Spectroscopy and Radiative Transfer 2013; 115 :78–92. DOI: 10.1016/j.jqsrt.2012.09.005 - 22.
Rizzi R, Guzzi R, Legnani R. Aerosol size spectra from spectral extinction data: The use of a linear inversion method. Applied Optics 1982; 21 (9):1578–1587. DOI: 10.1364/AO.21.001578 - 23.
Muhieddine M, Canot E, March R. Heat transfer modeling in saturated porous media and identification of the thermophysical properties of the soil by inverse problem. Applied Numerical Mathematics 2012; 62 (9):1026–1040. DOI: 10.1016/j.apnum.2012.02.008 - 24.
Lu S, Heng Y, Mhamdi A. A robust and fast algorithm for three-dimensional transient inverse heat conduction problems. Journal of Heat and Mass Transfer 2012; 55 (25–26):7865–7872. DOI: 10.1016/j.ijheatmasstransfer.2012.08.018 - 25.
Gosselin L, Tye-Gingras M, Mathieu-Potvin F. Review of utilization of genetic algorithms in heat transfer problems. International Journal of Heat and Mass Transfer 2009; 52 (9):2169–2188. DOI: 10.1016/j.ijheatmasstransfer.2008.11.015 - 26.
Stephany S, Becceneri JC, Souto RP, Velho HFD, Neto AJS. A pre-regularization scheme for the reconstruction of a spatial dependent scattering albedo using a hybrid ant colony optimization implementation. Applied Mathematical Modelling 2010; 34 (3):561–572. DOI: 10.1016/j.apm.2009.06.006 - 27.
Zhang B, Qi H, Ren YT, Sun SC, Ruan LM. Inverse transient radiation analysis in one-dimensional participating slab using improved ant colony optimization algorithms. Inverse transient radiation analysis in one-dimensional participating slab using improved ant colony optimization algorithms. Journal of Quantitative Spectroscopy and Radiative Transfer 2014; 133 :351–363. DOI: 10.1016/j.jqsrt.2013.08.020 - 28.
Ermis K, Erek A, Dincer I. Heat transfer analysis of phase change process in a finned-tube thermal energy storage system using artificial neural network. International Journal of Heat and Mass Transfer 2007; 50 (15):3163–3175. DOI: 10.1016/j.ijheatmasstransfer.2006.12.017 - 29.
Jambunathan K, Hartle SL, Ashforth-Frost S, Fontama VN. Evaluating convective heat transfer coefficients using neural networks. International Journal of Heat and Mass Transfer 1996; 39 (11):2329–2332. DOI: 10.1016/0017-9310(95)00332-0 - 30.
Gevrey M, Dimopoulos I, Lek S. Review and comparison of methods to study the contribution of variables in artificial neural network models. Ecological Modelling 2003; 160 (3):249–264. DOI: 10.1016/S0304-3800(02)00257-0 - 31.
Durbin R, Rumelhart DE. Product units with trainable exponents and multi-layer networks. In: Soulié FF, Hérault J, editors. Neurocomputing. Berlin Heidelberg: Springer; 1990. p. 15–26. DOI: 10.1007/978-3-642-76153-9_2 - 32.
Sadeghi BHM. A BP-neural network predictor model for plastic injection molding process. Journal of Materials Processing Technology 2000; 103 (3):411–416. DOI: 10.1016/S0924-0136(00)00498-2 - 33.
Yu F, Xu XZ. A short-term load forecasting model of natural gas based on optimized genetic algorithm and improved BP neural network. Applied Energy 2014; 134 :102–113. DOI: 10.1016/j.apenergy.2014.07.104 - 34.
Zhou JL, Duan ZC, Li Y. PSO-based neural network optimization and its utilization in a boring machine. Journal of Materials Processing Technology 2006; 178 :19–23. DOI: 10.1016/j.jmatprotec.2005.07.002 - 35.
Ren YT, Qi H, Chen Q, Ruan LM. Inverse transient radiative analysis in two-dimensional turbid media by particle swarm optimizations. Mathematical Problems in Engineering 2015; 2015 :680823. DOI: 10.1155/2015/680823 - 36.
Shi Y, Eberhart RC. A modified particle swarm optimizer. In: IEEE International Conference on Evolutionary Computation; 4–9 May 1998; Anchorage, AK. Anchorage, AK: IEEE; 1998. p. 69–73. DOI: 10.1109/ICEC.1998.699146 - 37.
Wang QY, Ma HZ, Cao SR. A multi-strategy particle swarm optimization algorithm and its application on hybrid magnetic levitation. Proceedings of the CSEE 2014; 34 (30):5416–5424. - 38.
Rahnamayan S, Tizhoosh HR, Salama MMA. Opposition versus randomness in soft computing techniques. Applied Soft Computing 2008; 8 (2):906–918. DOI: 10.1016/j.asoc.2007.07.010 - 39.
Huang GB, Chen L, Siew CK. Universal approximation using incremental constructive feed forward networks with random hidden nodes. IEEE Transactions on Neural Networks 2006; 17 (4):879–892. DOI: 10.1109/TNN.2006.875977 - 40.
Modest MF. Backward Monte Carlo simulations in radiative heat transfer. Journal of Heat Transfer 2003; 125 (1):57–62. DOI: 10.1115/1.1518491 - 41.
Bohren CF, Huffillan DR. Absorption and Scattering of Light by Small Particles. New York: John Wiley & Sons; 2008. - 42.
He ZZ, Qi H, Yao YC, Ruan LM. Inverse estimation of the particle size distribution using the fruit fly optimization algorithm. Applied Thermal Engineering 2015; 88 :306–314. DOI: 10.1016/j.applthermaleng.2014.08.057 - 43.
He ZZ, Qi H, Wang YQ, Ruan LM. Inverse estimation of the spheroidal particle size distribution using ant colony optimization algorithms in multispectral extinction technique. Optics Communications 2014; 328 :8–22. DOI: 10.1016/j.optcom.2014.04.042 - 44.
Ren YT, Qi H, Chen Q, Ruan LM, Tan HP. Simultaneous retrieval of the complex refractive index and particle size distribution. Optics Express 2015; 23 :19328–19337. DOI: 10.1364/OE.23.019328