Cyber-physical energy optimization control system and control method for hybrid electric vehicle
20210107449 · 2021-04-15
Assignee
Inventors
- Chao Yang (Beijing, CN)
- Weida Wang (Beijing, CN)
- Kaijia Liu (Beijing, CN)
- Changle Xiang (Beijing, CN)
- Muyao Wang (Beijing, CN)
- Mingjun Zha (Beijing, CN)
- Weiqi Wang (Beijing, CN)
Cpc classification
B60W10/08
PERFORMING OPERATIONS; TRANSPORTING
B60W20/11
PERFORMING OPERATIONS; TRANSPORTING
B60W2556/45
PERFORMING OPERATIONS; TRANSPORTING
B60W10/06
PERFORMING OPERATIONS; TRANSPORTING
B60W20/12
PERFORMING OPERATIONS; TRANSPORTING
B60W20/20
PERFORMING OPERATIONS; TRANSPORTING
G06Q10/047
PHYSICS
B60W2552/15
PERFORMING OPERATIONS; TRANSPORTING
G01C21/3461
PHYSICS
G01C21/3446
PHYSICS
B60W20/40
PERFORMING OPERATIONS; TRANSPORTING
B60W2556/50
PERFORMING OPERATIONS; TRANSPORTING
International classification
B60W20/11
PERFORMING OPERATIONS; TRANSPORTING
B60W20/20
PERFORMING OPERATIONS; TRANSPORTING
B60W20/40
PERFORMING OPERATIONS; TRANSPORTING
G06Q10/04
PHYSICS
Abstract
A cyber-physical energy optimization control system for a hybrid electric vehicle includes an information layer which is configured to realize vehicle and road condition information collection, hybrid control unit (HCU) threshold optimization and threshold wireless update loading, and an optimized object plug-in hybrid electric bus (PHEB) as a physical layer. A cyber-physical energy optimization control method for a hybrid electric vehicle includes steps of collecting a real-time position of an optimized HEV and road slope information of the real-time position, collecting speed information which reflects traffic conditions on a road section to be optimized, constructing a vehicle model virtual operating platform for threshold optimization through the collected information, quickly optimizing related parameters with a help of efficient optimization algorithms, obtaining best results, and finally sending and loading corresponding parameters to a hybrid control unit (HCU) before the optimized vehicle is about to arrive at the optimized road section.
Claims
1. A cyber-physical energy optimization control system for a hybrid electric vehicle (HEV), the system comprising an information layer which is configured to realize vehicle and road condition information collection, hybrid control unit (HCU) threshold optimization and threshold wireless update loading, and an optimized object plug-in hybrid electric bus (PHEB) as a physical layer, wherein: the information layer comprises: a global positioning system (GPS) and a geographic information system (GIS) configured to detect a real-time position of a vehicle and a road slope of the real-time position; a traffic flow condition acquisition device which comprises multiple roadside speed detection cameras and multiple vehicles with a same route as an optimized vehicle, wherein the traffic flow condition acquisition device is configured to collect vehicle speed information which reflects traffic conditions; and a remote monitoring center which is configured to collect information from the GPS/GIS and the traffic flow condition acquisition device on a road section to be optimized for constructing a vehicle model virtual operating platform for threshold optimization, and then quickly optimize HCU thresholds with the help of efficient optimization algorithms, and then obtain the best results, and then send and load the optimized HCU thresholds to a HCU before the optimized vehicle is about to arrive at the optimized road section.
2. A cyber-physical energy optimization control method for a hybrid electric vehicle (HEV) comprises steps of: collecting a real-time position of an optimized HEV and road slope information of the real-time position, collecting speed information which reflects traffic conditions on a road section to be optimized, constructing a vehicle model virtual operating platform for threshold optimization through the collected information, quickly optimizing hybrid control unit (HCU) thresholds with a help of efficient optimization algorithms, obtaining best results, and finally sending and loading the optimized HCU thresholds to a HCU before the optimized vehicle is about to arrive at the optimized road section.
3. The cyber-physical energy optimization control method for the HEV according to claim 2, wherein the threshold optimization is achieved by firework algorithm.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0034]
[0035]
[0036]
[0037]
[0038]
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
[0039] The specific technical scheme of the present invention is explained in combination with the embodiment as follows.
[0040] The present embodiment intends to propose an efficient cyber-physical energy optimization control method for a plug-in hybrid electric bus (PHEB) with the help of the currently rapidly developing intelligent network technologies including vehicle-to-vehicle (V2V) and vehicle-to-infrastructure (V2I). As shown in
[0041] a global positioning system (GPS) and a geographic information system (GIS) configured to detect a real-time position of a vehicle and a road slope of the real-time position;
[0042] a traffic flow condition acquisition device which comprises multiple roadside speed detection cameras and multiple vehicles with a same route as an optimized vehicle (namely, multiple buses with a same route as the optimized PHEB in
[0043] a remote monitoring center which is configured to collect the above two types of information on a road section to be optimized for constructing a vehicle model virtual operating platform for threshold optimization, and then quickly optimize related parameters with the help of efficient optimization algorithms, and then obtain the best results, and then send and load HCU thresholds to a HCU before the optimized vehicle is about to arrive at the optimized road section.
[0044] As shown in
TABLE-US-00001 TABLE 1 Rule-controlled rule base Input 1 Input 2 P.sub.e P.sub.m SOC > SOC_h P.sub.dem ≤ 0 0 0 P.sub.dem < P.sub.m.sub.
[0045] Of course, in the process of threshold optimization, it is also very important to adopt an efficient optimization algorithm to improve optimization efficiency. In the present invention, it is proposed to adopt the firework algorithm as the threshold optimization method in the HCU, which is a new intelligent optimization algorithm that has emerged in recent years. The firework algorithm simulates the process of firework display in real life, regards a certain display space as the parameter range, and takes the multi-dimensional position coordinates of randomly generated sparks as candidate values for the optimized parameter sequence. For example, the four-dimensional firework position coordinates (0.7, 0.5, 150, 98) are able to be understood that the thresholds SOC_h, SOC_l, Pe_h, and Pe_l are 0.7, 0.5, 150, 98, respectively. The firework algorithm has the characteristics of distributed and diffuse optimization, careful search in high-probability areas, and fast search in low-probability areas.
[0046] In the process of parameter optimization of the firework algorithm, the following points need to be noted.
[0047] (1) The fitness value in
[0048] (2) Firework position (more than one firework) and spark position have the same status for finding the best position (multi-dimensional parameters). The difference is that the spark is usually randomly generated with the firework position as the center and a certain distance as the radius, so as to check whether there are better coordinate points around the firework position. The generation of sparks follows the principle that better fireworks produce more sparks in a smaller radius, while poor fireworks produce less sparks in a larger radius. The basis of this operation is that there is a certain continuity in the performance of the parameters, and the best parameters have a high probability of appearing near the better parameters. Therefore, this action is tantamount to rationally using the limited operation ability to quickly expand the global optimization.
[0049] (3) When selecting the position of the next generation of fireworks, the principle of the elite retention strategy will be followed, and the best firework or spark position of this generation will be reserved as one of the next generation of fireworks. At the same time, in order to effectively avoid the optimization falling into the local optimum, other fireworks are randomly generated in the current known positions.