You are viewing a javascript disabled version of the site. Please enable Javascript for this site to function properly.
Go to headerGo to navigationGo to searchGo to contentsGo to footer
In content section. Select this link to jump to navigation

Evaluation of missile electromagnetic launch system based on effectiveness

Abstract

To solve the problems of strong infrared radiation, poor continuous combat capability of the system, serious ablation of the launching device, and environmental pollution of the existing missile launching system, electromagnetic launch system (EMLS) has been studied for missile launch system. Combining the situation that the current research on missile electromagnetic launch system (MEMLS) mainly focuses on the key technical points and the deficiencies in the previous research on MEMLS, this paper establishes an effectiveness prediction model based on GRA-PCA-LSSVM, and discusses the investment efficiency of the system based on DEA. The experimental results prove that the established model is reasonable, effective and superior, and provides a reference for the further improvement and development of MEMLS.

1Introduction

Electromagnetic launch system (EMLS) is a launching technology that uses electromagnetic energy to convert it into payload kinetic energy [1]. EMLS can convert electrical energy into the kinetic energy required by the load in a short time, and push objects to reach a certain speed quickly [2]. Since it can effectively solve the problems of strong infrared radiation, poor continuous combat capability of the system, serious ablation of the launcher, and environmental pollution of the existing system, missile electromagnetic launch system (MEMLS) is a current research hotspot.

The current research on MEMLS concentrates on technical points such as pulse energy storage power supply, pulse power discharge, motor control, etc. There are few studies on the whole system evaluation. The author has studied the effectiveness evaluation method of MEMLS and proposed a new evaluation model for the two-level indicators of the system [3]. However, the system has many evaluation indicators and the model is quite complex, so the effectiveness value of the design scheme cannot be calculated quickly, and the investment efficiency of the design scheme is not discussed.

Aiming at the problem of too many evaluation indexes, Wang used gray correlation analysis (GRA) and support vector machine (SVM) to study and optimize the performance of asphalt pavement [4]; Yu proposed an improved principal component analysis (PCA) model to study the fault detection of nuclear power station sensors [5]. For the study of prediction model, Chung used multi-channel convolutional neural network optimized by genetic algorithm to predict the stock market [6]; Stoichev used multiple regression model to study the pollution of metals and quasi metals in surface sediments [7]; Liu used SVM model optimized by particle swarm optimization to analyze and predict PM2.5 [8]. To solve the problem of investment efficiency, Yeung used data envelopment analysis (DEA) to study the efficiency of Brazilian courts [9]; Yang used DEA to evaluate the efficiency of China’s industrial waste gas treatment [10].

Existing research models only solve part of the problems, and there are few in the field of MEMLS. This paper evaluates MEMLS based on effectiveness, focusing on the rapid calculation of effectiveness model and system investment efficiency. The main innovations are as follows.

(1) From the perspective of the system, this paper conducts further research on the effectiveness calculation model of MEMLS, which makes up for the lack of most research focusing on specific technologies.

(2) This paper establishes the effectiveness calculation model of GRA-PCA-LSSVM, which can quickly calculate the effectiveness value of MEMLS.

(3) This paper uses the DEA model to study the investment efficiency of MEMLS, and proposes suggestions for improvement of the design scheme.

(4) This paper supplements the deficiencies of the previous research, which is innovative and practical.

The main structure of this paper is as follows: Section 1 introduces the basic concepts and advantages of EMLS and MEMLS, and points out the status and shortcomings of the current research of MEMLS; Section 2 establishes a model for fast calculation of effectiveness and investment efficiency of MEMLS; Section 3 combines the existing sample data to apply and verify the model, which proves the effectiveness of the model and methods; Section 4 summarizes this paper.

2System evaluation model based on effectiveness

This section mainly introduces the model established in this paper for MEMLS evaluation. The steps and methods of model establishment are shown in Fig. 1.

Fig. 1

Evaluation model based on effectiveness.

Evaluation model based on effectiveness.

The effectiveness evaluation model in Fig. 1 has been studied in the early stage [3], and is used directly as a model here.

2.1Effectiveness calculation model based on GRA-PCA-LSSVM

To solve the problem that the original effectiveness evaluation model is too complicated, firstly establish a fast calculation model of effectiveness based on GRA-PCA-LSSVM, which is convenient to directly obtain the effectiveness value from the design scheme of MEMLS.

2.1.1GRA

When evaluating the system, there are too many original evaluation indicators, which will lead to the redundancy of information and the complexity of the process. Therefore, it is necessary to select the main indicators. Grey system theory was founded in 1982 by Professor Deng Julong of China. It is a system control theory about the incomplete or uncertain internal system [11]. GRA is a multi-factor statistical analysis method in grey system theory, which judges the correlation degree according to the similarity degree of the changing trends between factors. Because of its simple calculation and low sample requirements, GRA has been widely used in industry, materials, and agriculture [12–14]. The steps of GRA are as follows.

Step 1: Determine the parent sequence and subsequence in the system. The parent sequence is a sequence that reflects the characteristics of the system’s behavior, and the subsequence is a sequence that affects the characteristics of the system’s behavior.

Step 2: Dimensionless processing of the parent sequence and subsequence. In the analysis process, different dimensions may lead to errors in the results. Generally, the sequence is processed by the averaging method to remove dimensions.

Step 3: Calculate the correlation coefficient of the factors corresponding to the sub-sequence and the parent sequence, as shown in formula (1).

(1)
ξ(x0(k),xi(k))=minimink|x0(k)-xi(k)|+ρmaximaxk|x0(k)-xi(k)||x0(k)-xi(k)|+ρmaximaxk|x0(k)-xi(k)|,{i=1,2,,mk=1,2,,n

In the formula: m is the number of subsequences; n is the number of samples; x0 (k) is the k-th sample value of the parent sequence after dimensionless processing; xi (k) is the k-th sample of the i-th subsequence after dimensionless processing Value; ρ is the resolution coefficient, reflecting the size of the resolution, usually 0.5.

Step 4: Calculate the degree of relevance and sort to obtain the degree of relevance of each sub-sequence to the parent sequence, as shown in formula (2).

(2)
ri=1nk=1nξ(x0(k),xi(k)),i=1,2,,m

2.1.2PCA

PCA is a multivariate statistical analysis method that converts multiple interrelated indicators into a few comprehensive indicators. In the research of multiple indicators, Since there is often a certain correlation between the indicators, the data will overlap with information, which is more complicated for high-dimensional research. PCA adopts the method of dimensionality reduction, and uses a small number of comprehensive factors to express all the original indicators, and requires that the original indicator information is reflected as much as possible, and the factors are not related to each other. PCA has been widely used in environmental science, agriculture and industry [15–17]. The steps of PCA are as follows.

Step 1: Standardize the original data to eliminate the influence of different dimensions and orders of magnitude on the analysis results.

Step 2: Perform correlation analysis on the processed sample matrix to obtain the correlation coefficient matrix, and determine whether PCA can be performed.

Step 3: From the correlation coefficient matrix, the eigenvalue and variance are calculated by the Jacobian method, and the principal component variance contribution rate and cumulative contribution rate are calculated.

Step 4: Select the principal component according to the specific requirements of the eigenvalue or the cumulative contribution rate of the principal component to complete the PCA. The general mathematical model of PCA results is shown in formula (3).

(3)
Z1=a11X1+a12X2++a1nXnZ2=a21X1+a22X2++a2nXnZl=al1X1+al2X2++alnXn

In the formula: Zl is the main component; Xn is the normalized raw data; aij is the main component coefficient.

2.1.3LSSVM

Least Square Support Vector Machine (LSSVM) is an extension of SVM. LSSVM takes the quadratic loss function as the empirical risk, and replaces the inequality constraints with equality constraints, transforming the training of the model into the calculation of linear equations, reducing the computational complexity [18]. Because of its superiority, LSSVM is widely used in meteorology, materials science, industry and other fields [19–21]. The establishment process of the LSSVM model is as follows.

Suppose that the number of samples is n, xi is the m-dimensional input vector, and yi is the output vector. Construct the optimal linear regression function as formula (4).

(4)
f(x)=ωTφ(x)+b

In the formula: ω is the weight vector; b is the offset; φ (x) is the nonlinear mapping.

According to the principle of structural risk minimization, the objective function can be expressed as formula (5).

(5)
min12ωTω+λ2i=inei2

Where: λ is the regularization parameter; ei is the prediction error vector of the training set.

The constraint condition is formula (6).

(6)
yi=ωTφ(xi)+b+ei

The Lagrangian function is used to transform the problem into the dual space, as in formula (7).

(7)
L=12ωTω+λ2i=inei2-i=1nαi[ωTφ(xi)+b+ei-yi]

In the formula: αi is the Lagrange multiplier. According to the KKT condition, the formula (8) can be obtained.

(8)
{ω=i=1nαiφ(xi)i=1nαi=0αi=λeiωTφ(xi)+b+ei-yi

Eliminate ω and ei in formula (8) to obtain formula (9).

(9)
[0111K(x1,x1)+1cK(x1,x1)1K(xn,xn)K(xn,xn)+1c][bα1αn]=[0y1yn]

In the formula: K (xi, xj) =< φ (xi) , φ (xj) > is the kernel function. Generally take the radial basis kernel function as equation (10).

(10)
K(xi,xj)=exp(-xi-xj22μ2)

In the formula: μ is the nuclear parameter.

Finally, the prediction model of LSSVM is

(11)
y(x)=i=1nαiK(xi,xj)+b

2.2Evaluation of system investment efficiency based on DEA model

The DEA method is a non-parametric method used to evaluate the relative effectiveness of decision-making units (DMUs) with the same type of multiple inputs and multiple outputs. At present, DEA research is relatively mature and widely used in economics, sociology and industry [22–24].

2.2.1Overall effectiveness evaluation model (CCR)

Suppose there are a total of s DMUs, each DMU has p inputs and q outputs, xk = (x1k, x2k, ⋯ , xpkT represents the input vector of the k-th DMU, yk = (x1k, x2k, ⋯ , xqkT represents the output vector of the k-th DMU, and x0 and y0 represent the input and output vectors of the DMU0. From the literature [25], the BCC model is:

(12)
{minθs.t.k=1sλkxk+s-=θx0k=1sλkxk-s+=y0s-0,s+0

In the formula: s- and s+ are slack variables; λk is a general variable.

To simplify the calculation, the non-Archimedean infinitesimal quantity is introduced, then the formula (12) becomes

(13)
{min[θ-ɛ(eˆTs-+eˆTs+)]s.t.k=1sλkxk+s-=θx0k=1sλkxk-s+=y0s-0,s+0

If the optimal solutions of the model are λ*, s-*, s+* and θ*, then there are the following conclusions.

(1) If θ*< 1, then DMU0 is not DEA effective. This scheme neither meets the requirements of the best technical efficiency nor the constant return of scale.

(2) If θ*= 1, and at least one of s-* and s+* is not 0, then DMU0 is weak DEA effective, that is, it is not both technically effective and scale effective.

(3) If θ*= 1 and s-*=  s+*= 0, then DMU0 is DEA effective, that is, both technical efficiency and scale efficiency are satisfied.

2.2.2Technical effectiveness evaluation model (BCC)

The BCC model is used to evaluate the relative technical effectiveness. Similarly, the calculation model can be obtained as follows.

(14)
{max[θ-ɛ(eˆTs-+eˆTs+)]=Vs.t.k=1sλkxk+s-=θx0k=1sλk=1λk0,s-0,s+0

If the optimal solutions of the model are λ*, s-*, s+* and θ*, when θ0= 1 and s-0=  s+0= 0, DMU0 is technically effective, otherwise it is not technically effective.

2.2.3Scale effectiveness evaluation model

Scale validity refers to verifying whether the DMU is at the optimal scale level, and it can be judged whether it is in a state of increasing, constant or decreasing scale. The scale efficiency of DMU is represented by Q=θV . Calculate K=k=1sλk . When K = 1, the scale efficiency is unchanged; when K < 1, the scale efficiency increases; when K > 1, the scale efficiency decreases.

3Evaluation of MEMLS based on effectiveness

3.1Effectiveness calculation based on GRA-PCA-LSSVM

From the author’s previous research [3], the effectiveness evaluation indicators of MEMLS can be obtained as shown in Table 1. From the related research of the subject, 64 sets of sample data for traditional launch methods can be obtained as shown in Table 2. Each set of data includes 18 evaluation indicators and the effectiveness value.

Table 1

MEMLS effectiveness evaluation indicators table

Target layerFirst-level indicator layerSecond-level indicator layer
Effectiveness evaluation of MEMLSLaunch capability U1Thrust control accuracy U11
Robustness during launch U12
Maximum thrust U13
Acceleration time U14
Initial ejection velocity U15
Confrontation capability U2Infrared radiation intensity U21
Electromagnetic anti-interference ability U22
Electromagnetic compatibility of own system U23
Initial anti-interception rate U24
State loss U3Energy utilization rate U31
Ablation degree of the launcher U32
Environmental pollution degree U33
Spare parts replacement rate U34
Expanding ability U4Ejection power unit weight U41
Launcher weight U42
Space-ratio performance U43
Continuous combat capability U44
Universality of launch system U45
Table 2

Effectiveness and indicators data of missile launch system

No.Indicators
U11U12U13U14U15U21U22U23U24U31U32U33U34U41U42U43U44U45E
10.90.62501535250.90.50.70.80.90.40.635060.40.60.20.6371
20.70.62501035250.90.50.60.70.90.40.335030.60.40.20.6239
30.50.62501035250.90.50.60.50.90.40.335030.30.40.20.5851
40.50.62502035250.90.70.70.80.90.80.735030.30.50.20.6669
50.50.62501040250.90.70.80.50.90.40.335060.30.70.20.5997
60.70.92502035250.90.40.70.90.90.40.635060.30.50.20.6152
70.90.52502035250.90.40.80.90.70.80.635030.30.50.20.6534
80.90.52501035250.90.40.60.90.40.40.335030.50.70.20.6059
90.50.92502037250.90.40.60.90.80.40.335070.40.50.50.5896
100.90.52501035250.90.40.60.90.70.40.635070.50.50.50.6361
110.50.52501540250.60.40.60.90.40.60.635070.60.50.20.5514
120.90.52501037250.50.40.80.90.40.40.740070.40.50.50.6015
130.90.52502035250.60.40.70.90.60.60.330070.60.50.50.5741
140.90.72501035250.60.70.60.90.60.80.350070.40.50.20.6240
150.70.52502037250.60.50.60.90.60.80.330070.40.70.70.6026
 . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .  
610.60.91501039100.50.90.60.70.40.90.350090.80.50.20.6366
620.60.91501039160.50.90.70.50.40.90.730090.80.50.70.6847
630.60.51501039100.70.90.70.70.80.90.348090.80.50.20.6637
640.60.71502039160.60.90.60.50.40.90.648090.80.50.20.5855

Due to the large number of indicators and the complexity of the evaluation method in literature [3], it needs to be simplified. First, perform a statistical description of the sample data as shown in Table 3, and make an indicator correlation strength diagram as shown in Fig. 2. The horizontal and vertical coordinates of Fig. 2 are indicator numbers, the color indicates the intensity of correlation, and the right side is the intensity and color contrast scale. It can be seen from Fig. 2 that there is a certain correlation between the indicators, so it can be considered to select and reduce the dimensionality of the indicators through GRA-PCA.

Table 3

Mathematical statistics of the original data of MEMLS

Evaluation IndicatorMinimumMaximumAverageStandard deviation
U110.500.900.63750.15379
U120.500.900.65470.16323
U13150.00250.00195.468841.01605
U1410.0020.0015.39064.07321
U1535.0040.0037.09371.96573
U2110.0025.0018.78126.62719
U220.400.900.60470.15779
U230.400.900.61560.16351
U240.600.900.76250.12536
U310.500.900.68440.16057
U320.400.900.58590.17716
U330.400.900.61410.18845
U340.300.800.49530.18724
U41300.00500.00380.937572.93656
U423.009.005.81252.30166
U430.300.800.52970.15704
U440.400.900.57500.17817
U450.200.700.40000.21381
Fig. 2

Indicator correlation strength diagram.

Indicator correlation strength diagram.

According to formulas (1)-(2), the correlation between each indicator and effectiveness is calculated, as shown in Table 4. The main indicators are selected with the degree of correlation > 0.7, that is, U11, U12, U13, U15, U22, U24, U31 and U41.

Table 4

Correlation degree of each indicator and effectiveness

IndicatorU11U12U13U14U15U21U22U23U24
correlation0.71650.71550.72060.65710.86880.58970.71120.67750.7616
IndicatorU31U32U33U34U41U42U43U44U45
correlation0.73480.66750.67290.59250.74640.59440.66180.66470.4983

After GRA, in order to further reduce the number of indicators and simplify the model, PCA was performed on the selected 8 indicators. According to Section 2.1.2, the correlation coefficient matrix is calculated as shown in Table 5, and the variance contribution rate of each principal component is calculated as shown in Table 6.

Table 5

Correlation coefficient matrix of PCA

U11U12U13U15U22U24U31U41
Correlation coefficientU111.000–0.0510.284–0.0540.137–0.0910.268–0.020
U12–0.0511.000–0.1380.038–0.084–0.069–0.1120.056
U130.284–0.1381.000–0.1580.494–0.4440.604–0.207
U15–0.0540.038–0.1581.000–0.4520.0470.0150.208
U220.137–0.0840.494–0.4521.000–0.3280.122–0.235
U24–0.091–0.069–0.4440.047–0.3281.000–0.3290.033
U310.268–0.1120.6040.0150.122–0.3291.000–0.061
U41–0.0200.056–0.2070.208–0.2350.033–0.0611.000
Table 6

Variance contribution rate of PCA

Principal componentVarianceContribution rate / %Cumulative contribution rate / %
12.47230.89930.899
21.36017.00647.905
31.06713.33661.241
40.89411.17172.411
50.85010.62283.034
60.6107.62790.660
70.4805.99996.659
80.2673.341100.000

Here, the cumulative contribution rate > 90%is taken as the target, so 6 principal components need to be extracted, and the corresponding coefficients of 6 principal components and 8 main indicators can be obtained as shown in Table 7.

Table 7

Principal component coefficient

IndicatorsPrincipal component
123456
U110.4110.285–0.2500.7720.121–0.262
U12–0.1790.0240.8480.3140.3250.168
U130.8640.182–0.016–0.1020.0290.102
U15–0.3870.704–0.027–0.2550.237–0.356
U220.698–0.4490.1280.029–0.244–0.185
U24–0.597–0.234–0.4830.2640.1630.344
U310.6450.521–0.105–0.0990.1330.453
U41–0.3400.4710.1530.206–0.7540.136

According to Table 7 and formula (3), the calculation expression of the principal components can be obtained as follows.

In the formula: U11, U12, U13, U15, U22, U24, U31 and U41 represent normalized data values.

According to formula (15), Table 2 can be transformed into Table 8.

Z1=0.411U11-0.179U12+0.864U13-0.387U15+0.698U22-0.597U24+0.645U31-0.340U41Z2=0.285U11+0.024U12+0.182U13+0.704U15-0.449U22-0.234U24+0.521U31+0.471U41Z3=-0.250U11+0.848U12-0.016U13-0.027U15+0.128U22-0.483U24-0.105U31+0.153U41Z4=0.772U11+0.314U12-0.102U13-0.225U15+0.029U22+0.264U24-0.099U31+0.206U41Z5=0.121U11+0.325U12+0.029U13+0.237U15-0.244U22+0.163U24+0.133U31-0.754U41
(15)
Z6=-0.262U11+0.168U12+0.102U13-0.356U15-0.185U22+0.344U24+0.453U31+0.136U41

Table 8

Effectiveness and principal components data of MEMLS

No.Principal componentE
Z1Z2Z3Z4Z5Z6
12.8840–0.4945–0.35211.17700.2571–0.30280.6371
22.5919–0.93090.3985–0.04330.6588–0.57910.6239
31.7415–1.80530.8395–0.97521.0095–0.86540.5851
42.2044–1.13060.2770–0.94790.59880.56890.6669
50.5092–0.58860.0280–1.21620.0737–1.32260.5997
62.5900–0.49671.40890.6603–0.31020.89040.6152
72.9061–0.3887–1.29141.13110.24230.27730.6534
83.5122–0.0692–0.54580.68490.5242–0.42480.6059
92.3028–0.04062.0698–0.9002–0.26010.51150.5896
103.5122–0.0692–0.54580.68490.5242–0.42480.6361
 . . .   . . .   . . .   . . .   . . .   . . .   . . .   . . .  
61–1.19791.60102.04040.12020.6631–0.25370.6366
62–1.4189–0.22241.3889–0.1226–1.5413–1.10400.6847
63–0.59980.7927–0.2291–0.49261.4972–0.77840.6637
64–1.22830.66511.1983–0.19701.2183–1.43770.5855

The principal components are used as input, and the effectiveness is used as output, and regression fitting is performed. According to formulas (4)-(11), model training is performed and compared with PSOSVM and BP neural network algorithms. Select 85%of the samples as the training set and 15%of the samples as the test set. The fitting effect of the training set is shown in Fig. 3 and the fitting effect of the test set is shown in Fig. 4.

Fig. 3

Fitting diagram of the training set of effectiveness value.

Fitting diagram of the training set of effectiveness value.
Fig. 4

Fitting diagram of the test set of effectiveness value.

Fitting diagram of the test set of effectiveness value.

It can be intuitively obtained from Fig. 3 and Fig. 4 that the effect of the LSSVM model is better than that of PSOSVM and BP neural network. In order to get a specific comparison, calculate the mean square error (MSE) of the training set and the test set, as shown in Table 9.

Table 9

Performance comparison

PerformancePSOSVMLSSVMBP neural netwok
Optimal ParametersMaxgen = 300Gam = 400Hidden layer = 10
Sizepop = 50Sig2 = 5Learning rate = 0.01
MaxEpochs = 5000
Train-MSE7.8520e-052.0358e-050.0014
Test-MSE0.00225.2525e-040.0012
Time66.009s0.535s1.710s

It can be seen from Table 9 that the MSE of the training and test sets using the LSSVM model is the smallest, and the running time is the fastest, which can be further applied to the MEMLS design.

Each indicator value of the MEMLS design scheme is obtained from the research of the subject, and the effectiveness value is obtained through the pre-trained LSSVM model, as shown in Table 10.

Table 10

Design indicators and effectiveness values of MEMLS

Scheme NumberU11U12U13U15U22U24U31U41E
10.90.8200370.90.80.83500.6779
20.80.9200370.70.80.93500.6082
30.80.8250370.70.80.83000.6416
40.80.8200370.70.90.93500.6665
50.80.8200370.70.80.83500.5564

3.2Analysis of investment efficiency based on DEA

The whole life cycle cost and the cost of each stage of the MEMLS design scheme are obtained from the research of the subject. Obtain the effectiveness value from Table 10, and calculate the effectiveness -cost ratio, as shown in Table 11.

Table 11

Cost and effectiveness data of MEMLS

Scheme NumberInvestment indicators (100 million yuan)Output indicators
Development costProduction costUse and guarantee costLCCEE/LCC
11.23.57.211.90.67790.0570
21.23.66.511.30.60820.0538
31.43.86.011.20.64160.0573
42.23.86.912.90.66650.5167
51.64.05.511.10.55640.0501

According to equations (12) - (14), the overall efficiency and pure technical efficiency of MEMLS are calculated, and its scale benefit and K value are calculated, as shown in Table 12.

Table 12

Calculation results using DEA model

Scheme Numberoverall efficiencypure technical efficiencyscale benefitK
11111
20.959910.95990.9117
31111
41111
50.946210.94620.8672

According to Table 12, the following conclusions can be drawn.

(1) From the perspective of overall efficiency, schemes 1, 3, and 4 are all effective, and schemes 2, 5 have efficiency values < 1, and there is room for adjustment.

(2) From the point of view of pure technical efficiency, the five programs are all at a relatively high level.

(3) From the perspective of returns to scale, schemes 1, 3, and 4 remain unchanged and are the optimal level of investment scale, while schemes 2, 5 are incremental and need to be adjusted.

Therefore, the cost of the MEMLS design scheme is adjusted, and the results are shown in Table 13.

Table 13

Cost adjustment plan of MEMLS (100 million yuan)

Scheme NumberDevelopment costProduction costUse and guarantee costLCC
21.20003.41766.500011.1176
51.30093.51065.500010.3116

4Conclusion

This paper takes MEMLS as the research object. Based on the previous research, a fast calculation model based on GRA-PCA-LSSVM is established, and the rationality and superiority of the calculation model are verified. At the same time, based on the DEA model, the investment efficiency of the MEMLS scheme is analyzed. The conclusions of this paper are as follows:

(1) Through GRA-PCA, the main indicators of system evaluation can be effectively extracted and the dimensionality of the input vector can be reduced, which is reasonable and necessary.

(2) LSSVM can effectively construct the performance prediction model of MEMLS. Compared with other methods, this model has higher accuracy and shorter calculation time.

(3) Through the DEA model, the input and output of the MEMLS program can be adjusted, and the method is effective and feasible.

(4) In the existing 5 design schemes of MEMLS, it is necessary to adjust the life cycle cost of schemes 2 and 5 to achieve the best investment scale level.

In the next step, the specific scheme design and deployment scale of MEMLS will be studied.

References

[1] 

Lu Y. , Jiang H. , Liao T. , Xu C. and Deng C. , Characteristic Analysis and Modeling of Network Traffic for the Electromagnetic Launch System, Mathematical Problems in Engineering 1: ((2019) ), 1–7.

[2] 

Deng C. , Ye C. , Yang J. , Yu D. , Sun S. , et al., A Novel Permanent Magnet Linear Motor for the Application of Electromagnetic Launch System, IEEE Transactions on Applied Superconductivity 99: ((2020) ), 1–1.

[3] 

Li Q. , Chen G. , Xu L. , Lin Z. and Zhou L. , An Improved Model for Effectiveness Evaluation of Missile Electromagnetic Launch System, IEEE Access 8: ((2020) ), 156615–156633.

[4] 

Wang X. , Zhao J. , Li Q. , Fang N. and Li S. , A hybrid model for prediction in asphalt pavement performance based on support vector machine and grey relation analysis, Journal of Advanced Transportation 2: ((2020) ), 1–14.

[5] 

Yu Y. , Peng M.J. , Wang H. , Ma Z.G. and Li W. , Improved PCA model for multiple fault detection, isolation and reconstruction of sensors in nuclear power plant, Annals of Nuclear Energy 148: ((2020) ), 107662.

[6] 

Chung H. and Shin K.S. , Genetic algorithm-optimized multi-channel convolutional neural network for stock market prediction, Neural Computing and Applications 1: ((2020) ).

[7] 

Stoichev T. , Coelho J.P. , Diego A.D. , Valenzuela M.G.L. and Amouroux D. , Multiple regression analysis to assess the contamination with metals and metalloids in surface sediments (aveiro lagoon, portugal), Marine Pollution Bulletin 159: ((2020) ).

[8] 

Liu W. , Guo G. , Chen F. and Chen Y. , Meteorological pattern analysis assisted daily PM2.5 grades prediction using SVM optimized by PSO algorithm, Atmospheric Pollution Research, 2019.

[9] 

Yeung L.L. and Azevedo P.F. , Measuring efficiency of brazilian courts with data envelopment analysis (DEA), Ima Journal of Management Mathematics 4: ((2018) ), 343–356.

[10] 

Yang W. and Li L. , Efficiency evaluation of industrial waste gas control in china: a study based on data envelopment analysis (DEA) model, Journal of Cleaner Production 179: ((2018) ), 1–11.

[11] 

Zhen J. , The diferential grey model(GM) and its implement in long period forecasting of grain, Discovery of Nature 3: ((1984) ).

[12] 

Loganathan D. , Kumar S.S. and Ramadoss R. , Grey relational analysis-based optimisation of input parameters of incremental forming process applied to the aaalloy, Transactions of FAMENA 1: ((2020) ), 93–104.

[13] 

Deng B. and Shi Y. , Modeling and optimizing the composite prepreg tape winding process based on grey relational analysis coupled with BP neural network and bat algorithm, Nanoscale Research Letters 14: ((2019) ).

[14] 

Hui X. , Sun Y. , Yin F. and Dun W. , Trend prediction of agricultural machinery power in china coastal areas based on grey relational analysis, Journal of Coastal Research 103: ((2020) ), 299.

[15] 

Zuka Z. , Kopcińska J. , Dacewicz E. , Skowera B. , Wojkowski J. and Ziernicka–Wojtaszek A. , Application of the principal component analysis (PCA) method to assess the impact of meteorological elements on concentrations of particulate matter (PM 10): a case study of the mountain valley (the scz basin, poland), Sustainability 11: ((2019) ).

[16] 

Ruiz D. , Bacca B. and Caicedo E. , Hyperspectral images classification based on inception network and kernel PCA, IEEE Latin America Transactions 12: ((2019) ), 1995–2004.

[17] 

Papandrea P.J. , Frigieri E.P. , Maia P.R. , Oliveira L.G. and Paiva A.P. , Surface roughness diagnosis in hard turning using acoustic signals and support vector machine: a PCA-based approach, Applied Acoustics 107102: ((2019) ).

[18] 

Suykens J.A.K. and Vandewalle J. , Least Squares Support Vector Machine Classifiers, Kluwer Academic Publishers 3: ((1999) ), 293–300.

[19] 

Zhu X. , Ma S.Q. , Xu Q. and Liu W.D. , A WD-GA-LSSVM model for rainfall-triggered landslide displacement prediction, Journal of Mountainence 1: ((2018) ), 156–166.

[20] 

Duan J. , Qiu X. , Ma W. , Tian X. and Shang D. , Electricity consumption forecasting scheme via improved LSSVM with maximum correntropy criterion, Entropy 2: ((2018) ).

[21] 

Razavi R. , Sabaghmoghadam A. , Bemani A. , Baghban A. and Salwana E. , Application of anfis and lssvm strategies for estimating thermal conductivity enhancement of metal and metal oxide based nanofluids, Engineering Applications of Computational Fluid Mechanics 1: ((2019) ), 560–578.

[22] 

Li F. , Zhu Q. and Liang L. , A new data envelopment analysis based approach for fixed cost allocation, Annals of Operations Research 1: ((2019) ), 1–26.

[23] 

Rouyendegh B.D. , Yildizbasi A. and Yilmaz I. , Evaluation of retail ndustry performance ability through ntegrated ntuitionistic fuzzy topsis and data envelopment analysis approach, Soft Computing 2: ((2020) ).

[24] 

Fazlollahtabar H. , Comparative simulation study for configuring turning point in multiple robot path planning: robust data envelopment analysis, Robotica (2019), 1–15.

[25] 

Chan X. , Yiyuan M. , Xiaobin H. , Renqiao X. and Management S.O. , A study on operational efficiency of hi-tech startups in china based on DEA methods, Journal of Managementence 2014.