Intelligent control method for dynamic neural network-based variable cycle engine

Information

  • Patent Grant
  • 11823057
  • Patent Number
    11,823,057
  • Date Filed
    Friday, February 28, 2020
    4 years ago
  • Date Issued
    Tuesday, November 21, 2023
    5 months ago
  • CPC
  • Field of Search
    • CPC
    • G06N3/048
    • G06N3/084
  • International Classifications
    • G06N3/084
    • G06N3/048
    • Term Extension
      736
Abstract
An intelligent control method for a dynamic neural network-based variable cycle engine is provided. By adding a grey relation analysis method-based structure adjustment algorithm to the neural network training algorithm, the neural network structure is adjusted, a dynamic neural network controller is constructed, and thus the intelligent control of the variable cycle engine is realized. A dynamic neural network is trained through the grey relation analysis method-based network structure adjustment algorithm designed by the present invention, and an intelligent controller of the dynamic neural network-based variable cycle engine is constructed. Thus, the problem of coupling between nonlinear multiple variables caused by the increase of control variables of the variable cycle engine and the problem that the traditional control method relies too much on model accuracy are effectively solved.
Description
Technical Field

The present invention belongs to the technical field of control of aero-engines, and particularly relates to an intelligent control method for a dynamic neural network-based variable cycle engine.


Background

As an important part of an aero-engine, the control system is a key factor affecting the performance of the aero-engine. The variable cycle engine is integrated with the advantages of the turbojet engine and turbofan engine, and is added with variable geometry components. By adaptively adjusting the geometry, position and other parameters of these components, the variable cycle engine can have high specific thrust in the maneuvering flight phases of the aircraft such as acceleration, ascending and the like; and can have low fuel consumption rate in the subsonic cruise phase. However, due to the increase of variable components, the control variables are increased, and the structure of the controller is made more complicated; meanwhile, a strong coupling relationship is made between the nonlinear control variables of the variable cycle engine. How to solve the problem of coupling between control loops so that various variables may cooperate with each other to give full play to the overall performance and realize the multi-variable control of the variable cycle engine is a problem that is to be solved urgently, and is also the basis for the subsequent development of transient state control and synthesis control in the full flight envelop.


At present, for most of the multi-variable control systems for variable cycle engines at home and abroad, genetic algorithms (GA), teaching-learning-based optimization algorithms (TLBO) and other intelligent optimization algorithms are added or compensators are added on the basis of the traditional robust control, linear quadratic regulator (LQR) control and the like. Most of the existing control methods are based on accurate engine models, so the accuracy of the models is made to directly affect the control effect of the controller, and the problem of coupling between nonlinear variables cannot be solved well. Due to the nonlinear characteristics of the neural network, the neural network-based controller can well solve the problem of coupling between multiple variables. However, during training, the structure of hidden layers cannot be determined directly, if the structure is too large, too slow training and overfitting may be caused, and if the structure is too small, the required accuracy cannot be achieved. Therefore, in view of the above problem, it is of great significance to design a dynamic neural network controller which can overcome the structure defect of the neural network and is used for control of a variable cycle engine.


Summary

In view of the problem existing in the existing method for multi-variable control of the variable cycle engine, the present invention provides an intelligent control method for a dynamic neural network-based variable cycle engine. By adding a grey relation analysis method-based structure adjustment algorithm to the neural network training algorithm, the neural network structure is adjusted, a dynamic neural network controller is constructed, and thus the intelligent control of the variable cycle engine is realized.


The technical solution of the present invention is as follows:


An intelligent control method for a dynamic neural network-based variable cycle engine, comprising the following steps:


Step 1: constructing a training dataset of a dynamic neural network


Step 1.1: taking 0.01 s as a sample period, collecting the operating parameters of the variable cycle engine at the set height and power level angle(PLA), including an actual value and a desired value of a relative rotary speed of high pressure rotor nh of a controlled variable, a desired value and an actual value of a pressure ratio π and control variables, wherein the control variables include the actual operating values of fuel flow Wƒf, nozzle throat area A8, high-pressure turbine vane area AHTG, angle of outlet guide vane αƒ, angle of core driven fan guide vane αCDFS, angle of compressor guide vane αc, angle of high-pressure compressor guide vane αturb, and core driven fan mixer area ACDFS;


Step 1.2: performing data processing on the operating parameters of the variable cycle engine collected in the step 1.1, and deleting an outlier, i.e. exception value; and for a missing value, performing mean interpolation of the same class;


Step 1.3: taking the deviation Δnh between the desired value and the actual value of the relative rotary speed of high pressure rotor nh in the operating parameters of the variable cycle engine on which data processing is performed and the deviation Δπ between the desired value and the actual value of the pressure ratio π of the engine as input parameters of the dynamic neural network, and taking the change value of the control variables as the target output of the dynamic neural network;


constructing a training dataset of the dynamic neural network:

    • x=[Δnh, Δπ]
    • Y=[Wƒ, αturb, αƒ, A8, αCDFS, AHTG, αc]
    • h=[x, y]


      where x represents the input parameter of the dynamic neural network, Y represents the target output of the dynamic neural network, and h represents the training dataset of the dynamic neural network;


Step 1.4: normalizing the training dataset of the dynamic neural network:







h

n

o

r

m


=


h
-

h
min




h
max

-

h
min








where hnorm, hmin and hmax respectively represent data normalized value of the training dataset h of the dynamic neural network, minimum value and maximum value;


Step 2: training the dynamic neural network


Step 2.1: taking 80% of the normalized training dataset hnorm of the dynamic neural network obtained in the step 1.4 as the training sample, and 20% as the test sample;


Step 2.2: initializing the parameters of the dynamic neural network: number of neurons in an input layer, number of neurons in all hidden layers, number of neurons in an output layer, iteration number, training accuracy ε and learning rate μ;


Step 2.3: calculating the state and activation value of each layer of the dynamic neural network:






{







a

(
l
)


(
k
)

=

x

(
k
)


,

l
=
1










a

(
l
)


(
k
)

=

f

(


z

(
l
)


(
k
)

)


,

2

l

L














z

(
l
)


(
k
)

=




Θ

(
l
)


(
k
)




a

(

l
-
1

)


(
k
)


+


b

(
l
)


(
k
)



,

2

l

L






where L represents the total number of layers of the dynamic neural network, ƒ(·) represents the activation function of the neuron; Θ(l)(k)∈Rnl×xn−1 represents the weight matrix of the l−1th layer to the lth layer when learning the input x(k) of the kth sample; nl represents the number of neurons in the lth layer;


b(l)(k)=(b(l)1(k), b(l)2(k), . . . , b(l)nl(k))T∈Rnl represents the bias of the l−1th layer to the lth layer when the input is x(k);


z(l)(k)=(z(l)1(k), z(l)2(k), . . . , z(l)nl(k))T∈Rnl represents the state of the neurons in the lth layer when the input is x(k); and


α(l)(k)=(α(l)1(k), α(l)2(k), . . . , α(l)nl(k))T∈Rnl represents the activation value, i.e. output value, of the neurons in the lth layer when the input is x(k);


Step 2.4: calculating the error and loss of the output layer of the dynamic neural network:







e

(
k
)

=


y

(
k
)

-

o

(
k
)











E

(
k
)

=


1
2






e

(
k
)



2







where y(k) represents the desired output of the kth sample, o(k) represents the actual output generated by the dynamic neural network for the input x(k) of the kth sample, e(k) represents the error of the output layer at this time, E(k) represents the loss of the output layer when learning the kth sample currently, and














represents the norm operation;


calculating δ(l) as the intermediate quality of error back propagation:






{







δ

(
l
)


(
k
)

=



δ

(

l
+
1

)


(
k
)




Θ

(

l
+
1

)


(
k
)




a

(
l
)


(
k
)



(

1
-


a

(
l
)


(
k
)


)



,

2

l
<
L










δ

(
l
)


(
k
)

=


-

(


y

(
k
)

-


a

(
L
)


(
k
)


)





a

(
L
)


(
k
)



(

1
-


a

(
L
)


(
k
)


)



,

l
=
L









updating the weight matrix and bias parameter matrix of the dynamic neural network:

Θ(l)(k+1)=Θ(l)(k)−μδ(l) (k(l−1)(k)
b(l)(k+1)=b(l)(k)−μδ(l)(k)


Step 2.5: performing structure increase judgment of the dynamic neural network calculating the average loss







E
:

E

=


1
N






k
=
1

N


E

(
k
)








of all samples after training once, where N represents the total number of samples; calculating the average value







1

N
w







i
=
1


N
w



E
i







of the loss of the output layer in a current sample window, where Nw represents the size of a sliding window;


if Ei>ε is met after the ith training, adding neurons from the hidden layer 1, i.e. layer 2 of the dynamic neural network, 1=2; initializing the weight θnew of the newly added neurons with a random number, and updating the number of neurons in the lth layer of the dynamic neural network and the weight matrix during the i+1th training:

ni(i+1)=nl(i)+1
Θ(l)(i+1)=[Θ(l)(i), θnew]

after adding neurons to the current lth layer (1<l<L), if after continuous Nw training, the loss change rate of the output layer of the dynamic neural network is less than the threshold








η
3

:


1

N
w




(


E

(

i
-
Nw

)


-

E
i


)


<

η
3






and Ei>ε is met, going to the next hidden layer for neuron increase judgment, and ending structure increase judgment until l=L;


Step 2.6: after stopping adding neurons to the hidden layers of the dynamic neural network, performing structure pruning judgment; taking the hidden layer node output α(l)=(α(l)1, α(l)2, . . . , α(l))T∈Rnl as a comparison serial and the dynamic neural network output o=(o1, o2, . . . , onL) as a reference serial, calculating a correlation coefficient ξln between α(l)=(α(l)1, α(l)2, . . . , α(l)nl)T∈Rnl and o=(o1, o2, . . . , onL):








ξ
n
l

(
k
)

=





min


n


min
k




"\[LeftBracketingBar]"



o

(
k
)

-


a
n

(
l
)


(
k
)




"\[RightBracketingBar]"



+

ρ


max
n



max
k




"\[LeftBracketingBar]"



o

(
k
)

-


a
n

(
l
)


(
k
)




"\[RightBracketingBar]"








"\[LeftBracketingBar]"



o

(
k
)

-


a
n

(
l
)


(
k
)




"\[RightBracketingBar]"


+

ρ


max
n



max
k




"\[LeftBracketingBar]"



o

(
k
)

-


a
n

(
l
)


(
k
)




"\[RightBracketingBar]"










where ρ∈(0, +∞) represents a distinguishing coefficient, and ξln(k)(k=1, 2, . . . , N) represents a grey relation serial;


calculating the relativity using the average value method,







γ

n
l


=


1
N






k
=
1

N



ξ
n
l

(
k
)







where γl2∈[0,1] represents the relativity; comparing the relativity γ1n between various neurons in the lth layer, deleting the neuron with the minimum relativity, updating the number nl of the neurons in the lth layer of the dynamic neural network and the weight matrix Θ(l);


if the loss of the output layer of the dynamic neural network is increased too much so that Ei+1−Ei4 after a certain neuron in the lth layer (1<l<L) is deleted, where η4>0 represents the error floating threshold, withdrawing the deleting operation in the previous step and going to the structure adjustment judgment of the next hidden layer, and ending structure pruning judgment until l=L;


Step 2.7: if the error meets a given accuracy requirement, ending the training, and saving the weight matrix and bias parameter matrix of the dynamic neural network; and if the error does not meet the given accuracy requirement, proceeding the iterative training until the accuracy requirement is met or the specified iteration number is reached;


Step 2.8: based on the test sample, checking the currently trained dynamic neural network, and calculating the test error;


Step 3: constructing a dynamic neural network controller encapsulating the trained dynamic neural network as a variable cycle engine controller, and normalizing the deviation Δnh between the desired value and the actual value of the relative rotary speed of high pressure rotor nh of the controlled variable and the deviation Δπ between the desired value and the actual value of the pressure ratio π of the engine and then taking same as input parameters of the dynamic neural network controller; and inversely normalizing the output parameters of the dynamic neural network and then taking same as the control variables of the variable cycle engine, to realize the intelligent control of the variable cycle engine.


The present invention has the advantageous effects that: a dynamic neural network is trained through the grey relation analysis method-based network structure adjustment algorithm designed by the present invention, and an intelligent controller of the dynamic neural network-based variable cycle engine is constructed. The problem of coupling between nonlinear multiple variables caused by the increase of control variables of the variable cycle engine and the problem that the traditional control method relies too much on model accuracy are effectively solved. Meanwhile, the structure is dynamically adjusted in the training process of the neural network, so that the network structure is simpler, and the operating speed and control accuracy are increased.





DESCRIPTION OF DRAWINGS


FIG. 1 shows a flow chart of a dynamic structure adjustment algorithm of a dynamic neural network.



FIG. 2 shows a structural schematic diagram of the used dynamic neural network.



FIG. 3(a), FIG. 3(b) and FIG. 3(c) show change curves of the number of neurons in all hidden layers in the training process when using the method proposed by the present invention in the case where the initial height of the variable cycle engine is 0, the initial Mach number is 0, the PLA is 50°, when the number of the hidden layers of the dynamic neural network is 3, and the initial number of neurons in all layers is 10, 5, 5 respectively.



FIG. 4 shows an error change curve in the training process when using the method proposed by the present invention in the case where the initial height of the variable cycle engine is 0, the initial Mach number is 0, the PLA is 50°, when the number of the hidden layers of the dynamic neural network is 3, and the initial number of neurons in all layers is 10, 5, 5 respectively.



FIG. 5 is a block diagram of a closed-loop control system of the dynamic neural network of the variable cycle engine.



FIG. 6(a) and FIG. 6(b) are diagrams showing the effect of tracking the target value of the relative rotary speed of high pressure rotor of 0.9622 and the target value of the pressure ratio of 3.6 by means of the dynamic neural network controller in the case where the initial height of the variable cycle engine is 0, the initial Mach number is 0, and the PLA is 50°.



FIG. 7(a) and FIG. 7(b) are comparison diagrams showing the effect of controlling the target value of the relative rotary speed of high pressure rotor of 0.9622 and the target value of the pressure ratio of 3.6 by means of the dynamic neural network controller and the neural network controller of the fixed structure in the case where the initial height of the variable cycle engine is 0, the initial Mach number is 0, and the PLA is 50°.





DETAILED DESCRIPTION

The embodiments of the present invention will be further described in detail below in combination with the drawings and the technical solution.


The method of the present invention comprises the following specific steps:


Step 1: constructing a training dataset of a dynamic neural network.


Step 1.1: taking 0.01 s as a sample period, collecting the operating parameters of the variable cycle engine at the set height and PLA, including an actual value and a desired value of a relative rotary speed of high pressure rotor nh of a controlled variable, a desired value and an actual value of a pressure ratio π, and control variables, wherein the control variables include the actual operating values of fuel flow Wƒ, nozzle throat area A8, high-pressure turbine vane area AHTG, angle of outlet guide vane αƒ, angle of core driven fan guide vane αCDFS, angle of compressor guide vane αc, angle of high-pressure compressor guide vane αturb, and core driven fan mixer area ACDFS;


Step 1.2: performing data processing on the operating parameters of the variable cycle engine collected in the step 1.1, and deleting an outlier (exception value); and for a missing value, performing mean interpolation of the same class.


Step 1.3: taking the deviation Δnh between the desired value and the actual value of the relative rotary speed of high pressure rotor nh in the operating parameters of the variable cycle engine on which data processing is performed and the deviation Δπ between the desired value and the actual value of the pressure ratio π of the engine as input parameters of the dynamic neural network, and taking the change value of the control variables as the target output of the dynamic neural network;


constructing a training dataset of a dynamic neural network:

    • x=[Δnh, Δπ]
    • y=[Wƒ, αturb, αƒ, A8, αCDFS, ACDFS, AHTG, αc]
    • h=[x, y]


      where x represents input parameter of the dynamic neural network, Y represents target output of the dynamic neural network, and h represents training dataset of the dynamic neural network.


Step 1.4: normalizing the training dataset of the dynamic neural network:







h

n

o

r

m


=


h
-

h
min




h
max

-

h
min








where hnorm, hmin and hman respectively represent data normalized value of the training dataset h of the dynamic neural network, minimum value and maximum value.


As shown in FIG. 1, in the training process of the dynamic neural network, the steps of the structure adjustment algorithm are as follows.


The structural schematic diagram of the used dynamic neural network is shown in FIG. 2.


Step 2: training the dynamic neural network.


Step 2.1: taking 80% of the normalized training dataset hnorm of the dynamic neural network obtained in the step 1.4 as the training sample, and 20% as the test sample.


Step 2.2: initializing the training parameters of the dynamic neural network.


The number of neurons in the input layer is 2, the number of neurons in the output layer is 8, the hidden layer structure is initialized to 10, 5, 5 (three hidden layers, the number of neurons in all the layers is 10, 5, 5 respectively), the learning rate is μ=0.1, the iteration number is 850, the accuracy requirement is ε=1.0e−3. Θ(l)∈Rnl×nl−1(2≤l≤L) represents the weight matrix of the l−1th layer to the lth layer, initialized as a random number matrix with the value between [0, 1], and b(l)=(b(l)1, b(l)2, . . . , b(l)nl)T∈Rnl represents the bias of the l−1th layer to the lth layer, initialized as a random number matrix with the value between [0, 1].

    • Θ(2):[2×10 double],b(2):[1×10 double]
    • Θ(3):[10×5 double],b(3):[1×5 double]
    • Θ(4):[5×5 double],b(4):[1×5 double]
    • Θ(5):[5×8 double],b(5):[1×8 double]


Step 2.3: calculating the state and activation value of each layer of the dynamic neural network:






{







a

(
l
)


(
k
)

=

x

(
k
)


,

l
=
1










a

(
l
)


(
k
)

=

f

(


z

(
l
)


(
k
)

)


,

2

l

L














z

(
l
)


(
k
)

=




Θ

(
l
)


(
k
)




a

(

l
-
1

)


(
k
)


+


b

(
l
)


(
k
)



,

2

l

L






where L=5 represents the total number of layers of the dynamic neural network, ƒ(·) represents the activation function of the neuron, which is a sigmoid function; Θ(l)(k)∈Rnl×nl−1 represents the weight matrix of the l−1th layer to the lth layer when learning the input x(k) of the kth sample; nl represents the number of neurons in the lth layer;


b(l)(k)=(b(l)1(k), b(l)2(k), . . . , b(l)nl(k))T∈Rnl represents the bias of the l−1th layer to the lth layer when the input is x(k);


z(l)(k)=(z(l)1(k), z(l)2(k), . . . , z(l)nl(k))T∈Rnl represents the state of the neurons in the lth layer when the input is x(k); and


α(l)(k)=(α(l)1(k), α(l)2(k), . . . , α(l)nl(k))T∈Rnl represents the activation value, i.e. output value, of the neurons in the lth layer when the input is x(k).


Step 2.4: calculating the error and loss of the output layer of the dynamic neural network:







e

(
k
)

=


y

(
k
)

-

o

(
k
)









E

(
k
)

=


1
2






e

(
k
)



2







where y(k) represents the desired output of the kth sample, o(k) represents the actual output generated by the dynamic neural network for the input x(k) of the kth sample, e(k) represents the error of the output layer at this time, E(k) represents the loss of the output layer when learning the kth sample currently, and














represents the norm operation;


calculating δ(l) as the intermediate quality of error back propagation:









{







δ

(
l
)


(
k
)

=



δ

(

l
+
1

)


(
k
)




Θ

(

l
+
1

)


(
k
)




a

(
l
)


(
k
)



(

1
-


a

(
l
)


(
k
)


)



,

2

l
<
L










δ

(
l
)


(
k
)

=


-

(


y

(
k
)

-


a

(
L
)


(
k
)


)





a

(
L
)


(
k
)



(

1
-


a

(
L
)


(
k
)


)



,

l
=
L
















updating the weight matrix and bias parameter matrix of the dynamic neural network:

Θ(l)(k+1)=Θ(l)(k)−μδ(l)(k(l−1)(k)
b(l)(k+1)=b(l)(k)−μδ(l)(k)


Step 2.5: performing structure increase judgment of the dynamic neural network calculating the average loss







E
:
E

=


1
N






k
=
1

N


E

(
k
)








of all samples after training once, where N represents the total number of samples; calculating the average value







1

N
w







i
=
1


N
w



E
i







of the loss of the output layer in a current sample window, where Nw=10 represents the size of a sliding window;


if Ei>ε is met after the ith training, adding neurons from the hidden layer 1, i.e. layer 2 of the dynamic neural network, 1=2; initializing the weight θnew of the newly added neurons with a random number, and updating the number of neurons in the lth layer of the dynamic neural network and the weight matrix during the i+1th training:

nl(i+1)=nl(i)+1
Θ(l)(i+1)=[Θ(l)(i), θnew]

after adding neurons to the current lth layer (1<l<L), if after continuous Nw training, the loss change rate of the output layer of the dynamic neural network is less than the threshold








η
3

:

1

N
w




(


E

(

i
-
Nw

)


-

E
i


)


<

η
3






and Ei>ε is met, going to the next hidden layer for neuron increase judgment, and ending structure increase judgment until l=L.


Step 2.6: after stopping adding neurons to the hidden layers of the dynamic neural network, performing structure pruning judgment; taking the hidden layer node output α(l)=(α(l)1, α(l)2, . . . , α(l)nl)T∈Rnl as a comparison serial and the dynamic neural network output o=(o1, o2, . . . , onL) as a reference serial, calculating a correlation coefficient ξln between α(l)=(α(l), α(l)2, . . . , α(l)nl)T∈Rnl and o=(o1, o2, . . . , onL):











ξ
n
l

(
k
)

=




min
n


min
k




"\[LeftBracketingBar]"



o

(
k
)

-


a
n

(
l
)


(
k
)




"\[RightBracketingBar]"



+

ρ

max
n


max
k




"\[LeftBracketingBar]"



o

(
k
)

-


a
n

(
l
)


(
k
)




"\[RightBracketingBar]"








"\[LeftBracketingBar]"



o

(
k
)

-


a
n

(
l
)


(
k
)




"\[RightBracketingBar]"


+

ρ

max
n


max
k




"\[LeftBracketingBar]"



o

(
k
)

-


a
n

(
l
)


(
k
)




"\[RightBracketingBar]"
















where ρ=0.15 represents a distinguishing coefficient, and ξ1b(k)(k=1, 2, . . . , N) represents a grey relation serial;


calculating the relativity using the average value method:







γ
n
l

=


1
N






k
=
1

N



ξ
n
l

(
k
)







where γln∈[0,1] represents the relativity; comparing the relativity γln between various neurons in the lth layer, deleting the neuron with the minimum relativity, updating the number nl of the neurons in the lth layer of the dynamic neural network and the weight matrix Θ(l);


if the loss of the output layer of the dynamic neural network is increased too much so that Ei+1−Ei4 after a certain neuron in the lth layer (1<l<L) is deleted, where η4>0 represents the error floating threshold, withdrawing the deleting operation in the previous step and going to the structure adjustment judgment of the next hidden layer, and ending structure pruning judgment until l=L.


Step 2.7: if the error meets a given accuracy requirement, ending the training, and saving the weight matrix and bias parameter matrix of the dynamic neural network; and if the error does not meet the given accuracy requirement, proceeding the iterative training until the accuracy requirement is met or the specified iteration number is reached.


After the training, the hidden layer structure of the dynamic neural network is finally 9, 4, and 14. The changes of neurons of all hidden layers in the training process of the dynamic neural network are shown in FIG. 3(a), FIG. 3(b), and FIG. 3(c).


The error change curve in the training process of the dynamic neural network is shown in FIG. 4.


Step 2.8: based on the test sample, checking the currently trained dynamic neural network, and calculating the test error, the test error being 8.89e-04.


Step 3: constructing a dynamic neural network controller. As shown in FIG. 5, encapsulating the trained dynamic neural network as a variable cycle engine controller, and normalizing the deviation Δnh between the desired value and the actual value of the relative rotary speed of high pressure rotor nh of the controlled variable and the deviation Δπ between the desired value and the actual value of the pressure ratio π of the engine and then taking same as input parameters of the dynamic neural network controller; and inversely normalizing the output parameters of the dynamic neural network and then taking same as the control variables of the variable cycle engine, to realize the intelligent control of the variable cycle engine.



FIG. 6(a) and FIG. 6(b) are diagrams showing the effect of tracking the target value of the relative rotary speed of high pressure rotor of 0.9622 and the target value of the pressure ratio of 3.6 by means of the dynamic neural network controller in the case where the initial height of the variable cycle engine is 0, the initial Mach number is 0, and the PLA is 50°.


It can be seen from the simulation results of FIG. 6(a) and FIG. 6(b) that the dynamic neural network controller designed using the method proposed by the present invention can make the control accuracy of the relative rotary speed of high pressure rotor reach 99.999% and the control accuracy of the pressure ratio reach 99.713%.



FIG. 7(a) and FIG. 7(b) are comparison diagrams showing the effect of controlling the target value of the relative rotary speed of high pressure rotor of 0.9622 and the target value of the pressure ratio of 3.6 by means of the dynamic neural network controller and the neural network controller of the fixed structure in the case where the initial height of the variable cycle engine is 0, the initial Mach number is 0, and the PLA is 50°.


As shown in FIG. 7(a) and FIG. 7(b), compared with the neural network controller of the fixed structure, the control error of the dynamic neural network controller for the rotary speed of high pressure rotor is reduced by 97.47%; and compared with the neural network controller of the fixed structure, the control error of the dynamic neural network controller for the pressure ratio is reduced by 90.10%.


In summary, in the control of the variable cycle engine, the dynamic neural network trained thought the grey relation analysis method-based dynamic structure adjustment algorithm is used to construct the dynamic neural network controller of the variable cycle engine, so the network structure is simpler, the control accuracy is higher, and the time to reach steady state is faster.

Claims
  • 1. An intelligent control method for a dynamic neural network-based variable cycle engine, comprising the following steps: Step 1: constructing a training dataset of a dynamic neural network:Step 1.1: taking 0.01 s as a sample period, collecting operating parameters of a variable cycle engine at a set height and power level angle (PLA), including an actual value and a desired value of a relative rotary speed of high pressure rotor nh of a controlled variable, a desired value and an actual value of a pressure ratio π, and control variables, wherein the control variables include actual operating values of fuel flow Wƒ, nozzle throat area A8, high-pressure turbine vane area AHTG, angle of outlet guide vane αƒ, angle of core driven fan guide vane αCDFS, angle of compressor guide vane αc, angle of high-pressure compressor guide vane αturb, and core driven fan mixer area ACDFS;Step 1.2: performing data processing on the operating parameters of the variable cycle engine collected in step 1.1, and deleting an outlier, i.e., exception value; and for a missing value, performing mean interpolation of a same class;Step 1.3: taking a deviation Δnh, between the desired value and the actual value of the relative rotary speed of high pressure rotor nh in the operating parameters of the variable cycle engine on which data processing is performed and a deviation Δπ between the desired value and the actual value of the pressure ratio π of the variable cycle engine as input parameters of the dynamic neural network, and taking a change value of the control variables as a target output of the dynamic neural network;constructing a training dataset of the dynamic neural network:x=[Δnh, Δπ]y=[Wƒ, αturb, αƒ, A8, αCDFS, ACDFS, AHTG, αc]h=[x, y]where x represents the input parameters of the dynamic neural network, y represents the target output of the dynamic neural network, and h represents the training dataset of the dynamic neural network;Step 1.4: normalizing the training dataset of the dynamic neural network:
Priority Claims (1)
Number Date Country Kind
201911388033.7 Dec 2019 CN national
PCT Information
Filing Document Filing Date Country Kind
PCT/CN2020/077110 2/28/2020 WO
Publishing Document Publishing Date Country Kind
WO2021/134887 7/8/2021 WO A
US Referenced Citations (1)
Number Name Date Kind
6606612 Rai Aug 2003 B1
Foreign Referenced Citations (5)
Number Date Country
108416086 Aug 2018 CN
108457750 Aug 2018 CN
109709792 May 2019 CN
110579962 Dec 2019 CN
2098704 Sep 2009 EP
Non-Patent Literature Citations (1)
Entry
Geron, Aurelien, Hands-On Machine Learning with Scikit-Learn and TensorFlow, 2017. (Year: 2017).
Related Publications (1)
Number Date Country
20210201155 A1 Jul 2021 US