1. Introduction
Under the background of global climate change and intensifying resource constraints, energy transition in agriculture has become the focus of international attention. The traditional fuel tractor power system leads to serious energy waste due to low combustion efficiency, while its exhaust contains a large amount of incomplete combustion products, which further exacerbates greenhouse gas emissions and atmospheric pollution in the agricultural sector [
1,
2,
3,
4]. In order to cope with these problems, hybrid tractors have emerged, which, as an effective alternative to traditional energy-intensive tractors, is gradually becoming a key breakthrough in the energy—saving upgrading of global agricultural machinery [
5,
6]. The energy—saving and emission-reduction potential of hybrid tractors relies on the synergistic work of diesel and motor drive systems. However, the energy—saving control strategies of existing hybrid tractors still face problems such as poor adaptability to complex working conditions and insufficient optimization of fuel economy [
7]. The reason for this is that the working conditions of farmland operations are complex and variable, and the existing strategies find it difficult to distribute power reasonably, resulting in the synergistic advantages not being fully utilized [
8,
9]. Therefore, there is an urgent need to develop new control methods that can adapt to the changes in complex working conditions in the farmland, coordinate the power distribution of diesel and motor, and reduce fuel consumption and emissions for agricultural machinery under the premise of ensuring the power performance of hybrid tractors [
10].
The energy—saving control strategy is the core technology of hybrid tractor, which directly affects fuel economy and power by coordinating the power distribution between diesel and motor, and is the key to improve the efficiency and environmental performance of the whole machine [
11]. Current energy—saving control strategies can be divided into two main categories: rule-based control strategies [
12] and optimization-based control strategies [
13,
14]. The rule-based control strategy uses preset empirical parameters and fixed logic judgment to realize power allocation, which is a mature technology widely used in hybrid tractor at present; although it is computationally efficient in real time, it lacks adaptive ability to complex working conditions. Fang et al. [
15] took the series hybrid tractor as the research object, established a simulation system based on ADVISOR secondary development, and formulated three energy management strategies: thermostat type, power-following type, and fuzzy control type. The results showed that all three strategies could effectively maintain the State of Charge (SOC) in the specified range; working under the plowing condition for 1 h, the fuzzy control strategy had the smoothest SOC curve, and the fuel economy was improved by 4.16% compared with the power-following type and 8.10% compared with the thermostat type. Wang et al. [
16] proposed a fuzzy logic-based energy allocation control strategy based on the analysis of hybrid tractor working conditions, and established a simulation model of the whole vehicle using MATLAB 2013a (Primary Developer: MathWorks; Location: Natick, MA, USA). The results showed that the fuzzy logic control strategy could reasonably allocate the torque of diesel and motor, and it could make the diesel work in the high-efficiency region. Although the fuzzy strategy is better than the fixed rule in fuel economy, its nature of relying on preset rules still limits the complex working condition adaptability. To overcome the lack of adaptiveness in fuzzy rules, Zhu et al. [
17] used the fuzzy adaptive equivalent fuel consumption minimization strategy (FA-ECMS) to optimize the power allocation for the problem of high fuel consumption and poor emission of high-horsepower tractor. The results showed that FA-ECMS reduced fuel consumption by 6.71% and 5.04% compared to conventional ECMS under tilling and transportation conditions, respectively. Although this strategy improves the energy efficiency of the hybrid tractor, it still suffers from insufficient adaptability under complex working conditions.
The optimization-based control strategy calculates the optimal power distribution scheme in real time through mathematical models and algorithms, which significantly outperforms the strategy that relies on preset rules in terms of responsiveness to changes in operating conditions, and has higher fuel economy and emission control capability, which is the current research hotspot and the future direction of technological development. Lee et al. [
18] proposed the optimization based on the power distribution ratio for the problem of fuel consumption of a parallel hybrid tractor. By analyzing key traction performance parameters such as diesel, wheel and PTO (power take-off axis) speed, the rule-based control strategy was compared with the traction power source control scheme. The results showed that the fuel economy was significantly enhanced, while the vehicle traction performance and work point efficiency were improved. Miao et al. [
19] proposed a tandem hybrid tractor plowing condition dynamic planning control strategy solution method for the fuel inefficiency problem of a tandem hybrid tractor. The results showed that the fuel consumption was reduced by about 6.3% compared with the power-following control strategy. However, this strategy has significant defects in global optimization and cannot respond to the sudden changes in disturbances in plowing conditions in real time. For this reason, Zhao et al. [
20] proposed a model predictive control (MPC) energy management strategy based on dynamic programming (DP) solving. A coupled dynamics model was constructed for three typical working conditions, namely, plowing, rototilling and transporting, and the global optimal SOC trajectory solved by DP was used as the MPC constraint design strategy. The results showed that, compared with the power-following strategy, the DP-MPC strategy reduced the fuel consumption in the three working conditions by 7.97%, 13.06%, and 11.03%, respectively. Although this strategy makes up for the real-time defect of dynamic planning, it leads to difficulties in balancing long time horizon optimization and adaptability due to over-reliance on models and short-sighted decision making. Nan et al. [
21] proposed a working condition prediction energy management strategy based on the RBF neural network and designed a rolling optimization energy management strategy based on velocity prediction to address the problem that dynamic planning algorithms cannot be optimized online. The results showed that the fuel consumption was improved by 5.18% compared with the rule-based EMS, which verified the effectiveness and adaptability of this working condition prediction method. Although the strategy compensates for the short-sightedness defect of MPC by predicting the information, the traditional optimization framework is not robust enough to the prediction error and is computationally inefficient. In order to break through this bottleneck, Wu et al. [
22] addressed the problems of complex parameter adjustment and difficult online control algorithms for energy management strategies of hybrid tractor, adopted the DDQN(Double Deep Q-Network) algorithm to design a deep reinforcement learning-based energy management strategy, and validated it through the HIL(Hardware-in-the-Loop) test platform. The results showed that compared with the power-following strategy, the DDQN strategy reduced the equivalent fuel consumption by 10.40%, 9.78%, and 9.57% under plowing, rotary plowing, and transporting conditions, respectively, and the overall energy—saving effect was remarkable.
Overall, the development of hybrid tractor energy—saving control research still faces significant constraints: rule-based control strategies are difficult to adapt to sudden changes in complex working conditions; global optimization strategies are sensitive to prediction errors because of their dependence on precise working condition information, resulting in real-time demand being difficult to satisfy and unable to effectively allocate power; and despite the strong adaptive ability of deep reinforcement learning online, there is the problem of poor interpretability and difficulty in constructing strategies. In order to meet the control requirements of hybrid tractor under complex operating conditions, there is an urgent need to develop a new type of control strategy based on working condition prediction that combines strong interpretability and online adaptive optimization capability, so as to solve the problems of high fuel consumption and poor fuel economy.
In response to the poor energy—saving performance of hybrid tractors under complex working conditions, an energy—saving strategy for hybrid tractor based on working condition prediction and Deep Deterministic Policy Gradient and Fuzzy control (DDPG-Fuzzy) is proposed in this study [
23,
24,
25].
The main contributions of this study are as follows:
- (a)
Aiming at the problem of decreasing accuracy and insufficient adaptability of the prediction model due to the change in complex working conditions in hybrid tractor plowing operation, a working condition prediction model based on the adaptive cubic exponential smoothing method is constructed to realize future working condition prediction by using historical operation data.
- (b)
To remarkably reduce fuel consumption and improve fuel economy in hybrid tractor under complex working conditions, an energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control is proposed to realize the optimization of energy consumption and compensation of power, to improve the adaptability of the complex working conditions, and to effectively reduce the equivalent fuel consumption rate.
The structure of this paper is as follows.
Section 2 introduces the hybrid tractor power structure and main parameters.
Section 3 performs simulation modeling of the main components of the hybrid tractor.
Section 4 carries out the control strategy design and proposes an energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control.
Section 5 verifies the effectiveness of the control strategy through simulation.
Section 6 provides the conclusions of this paper.
3. Hybrid Tractor Model Construction
According to the topology of the hybrid tractor, its main component models were established, including transmission system model, plowing dynamics model, diesel model, power battery model, motor model, and finally the whole machine simulation model was built.
3.1. Hybrid Tractor Driveline Modeling
The transmission system consists of the torque coupler, transmission and central drive, and its core function is to transfer the mechanical energy output from the power source (diesel and motor) to the drive wheels [
27]. Among them, the torque coupler, as a key component of power integration, realizes the coupling superposition of the diesel output torque
Te and the motor output torque
Tm, and its coupling relationship satisfies the following kinetic equation:
where
Tin is the torque at the input of the torque coupler, N∙m;
Te is the torque of the diesel, N∙m; and
Tm is the torque of the motor, N∙m.
The total torque
Tin output from the torque coupler is transferred to the drive wheels through the transmission system, and the transfer process satisfies the following torque relationship:
where
Tw is the drive wheel torque, N∙m;
iz is the central drive ratio;
ib is the transmission ratio;
ηz is the central drive efficiency;
ηb is the transmission efficiency;
ηc is the torque coupler efficiency;
Ft is the drive force, N; and
r is the radius of the drive force, m.
The equation for the relationship between the diesel speed and the drive wheel speed is as follows:
included among these
where
ntire is the rotational speed of the driving wheel, r/min;
ne is the rotational speed of the diesel, r/min; and
v is the velocity of the plowing operation, km/h.
It should be noted that the proposed driveline model focuses on the idealized power flow from the hybrid power sources through the torque coupler and transmission system to the drive wheels. While the model accurately reflects the torque distribution and mechanical efficiency of the driveline components (e.g., torque coupler, gearbox, central drive), it does not account for real-world losses associated with soil–tire interaction, such as wheel slip, particularly under varying soil conditions. In practical farming operations, soil slip can significantly reduce the effective traction torque available for propulsion, thereby affecting the overall vehicle performance and energy efficiency. This simplification was made to maintain model clarity and analytical tractability, as the primary objective of the current study was to establish the foundational relationships in the hybrid driveline system. Nevertheless, the potential impact of slip should be considered in future modeling efforts, especially for traction control and field operation optimization.
3.2. Dynamic Modeling of the Plow Unit
When the hybrid tractor works, its driving force needs to overcome the rolling resistance of the hybrid tractor itself as well as other driving resistances [
28], and the equilibrium relationship between the driving force
Ft and the various resistances is as follows:
where
Ff is the rolling resistance, N;
Fi is the ramp resistance, N;
FA is the air resistance, N;
Fj is the acceleration resistance, N; and
Fg is the plowing resistance, N.
3.3. Diesel Model
Diesel modeling methods are divided into two categories: theoretical modeling (constructing mathematical models based on theories of thermodynamics/combustion, etc.) and numerical modeling (testing the load/speed characteristic curves and fitting them through bench tests). In this study, since only the diesel input and output parameters are required and the internal combustion heat transfer process is ignored, numerical modeling is used to obtain the fuel consumption rate model, as shown in
Figure 2 [
29].
The diesel with the appropriate power is selected according to the conditions of use of the hybrid tractor, and only the relationship between the input and output parameters of the diesel is considered:
where
Pe is the diesel power, kW.
3.4. Power Cell Model
The internal resistance model (first-order equivalent circuit) and the resistance-capacitance model (second-order equivalent circuit) are commonly used for power batteries. The internal resistance model simplifies the battery pack as an ideal voltage source in series with the internal resistance, which has a simple structure and wide applicability; therefore, this model (
Figure 3) is chosen in this paper to construct the equivalent circuit of the power battery, and its mathematical equations are concise and easy to calculate [
30].
According to Ohm’s law, the power cell voltage characteristic equation is as follows:
where
Ub is the power cell output voltage, V;
E0 is the power cell terminal voltage, V;
Ib is the power cell output current, A; and
R0 is the internal resistance of the power cell, Ω.
The power cell demand power is as follows:
where
Pm is the motor power, kW; and
ηbat denotes the battery charging and discharging efficiency.
The calculation equation of the whole loop current is as follows:
The change in the State of Charge (SOC) value of the power battery is calculated using the ampere-time integration method with the formula:
where
SOC is the battery charge state;
SOC0 is the initial value; and
Qb is the rated capacity of the power battery, Ah.
3.5. Motor Model
In order to improve the performance of the hybrid tractor electric drive system, a high-performance permanent magnet synchronous motor is selected as the power source in this study [
31]. The output characteristics of this motor follow the basic motor dynamics relationship, and its power, speed and torque satisfy the following relationship:
where
nm is the motor speed, r/min.
The motor model is established by the numerical modeling method. Through the experimental data of motor efficiency, the spline interpolation method is used to obtain the relationship between the efficiency of the motor system, torque, and rotational speed. And the relationship is determined and unique, which is suitable for the study of the control strategy. The numerical model of the motor efficiency is shown in
Figure 4.
3.6. Simulation Model of the Whole Machine
In this study, for the characteristics of the whole machine drive system of the parallel hybrid tractor, a simulation model of the whole machine is built based on MATLAB 2024b (Primary Developer: MathWorks; Location: Natick, MA, USA), as shown in
Figure 5, and the model architecture contains modules such as the dynamics model of the plowing dynamics model, the model of the diesel, the model of the battery, the model of the motor, and the model of the tires. Under the typical operating conditions of the hybrid tractor, the controller collects the vehicle running signals in real time, and obtains the demand torque
Treq and demand speed
nreq of the whole machine through the calculation and processing of Equations (1)–(3).
Inside the controller, the demand torque of the whole machine is allocated according to the established torque allocation strategy (including the strategy proposed and compared in this paper), and then combined with the demand speed. The corresponding diesel demand torque and speed and motor demand torque and speed are output as inputs to the diesel model and motor model. The diesel model and motor model generate the target torque and speed according to the instructions, which are transferred to the plow unit dynamics model and driving resistance through the drive train model, while the battery model performs charge/discharge management according to the motor demand power.
5. Analysis of Results
In this study, the control strategy based on power-following is used as the comparison strategy, and the test verification is carried out based on the MATLAB 2024b (Primary Developer: MathWorks; Location: Natick, MA, USA) simulation platform. The plowing condition is selected as the simulation condition of the hybrid tractor. Under a standard 140 s plowing cycle, the following content is analyzed within this cycle. Before the simulation, the data are initialized, the parameters of the hybrid tractor and the measured condition information are imported into the system, and the step size of the simulation is set to 0.1 s. Additionally, the State of Charge (SOC) initial value is set to 0.9, the vehicle speed initial value is set to 7.2 km/h, and the plowing resistance initial value is set to 42,000 N.
Figure 9 represents the hybrid tractor plowing operation condition. In the plowing operation of the hybrid tractor (0–40 s, 50–90 s, and 100–140 s), the velocity is approximately between 6 and 8 km/h to ensure that the soil is fully tilled, and the plowing resistance is approximately between 38 and 45 kN. In the turn-around operation (40–50 s and 90–100 s), the velocity is gradually reduced to between 5 and 6 km/h, and the tractor does not carry out the plowing operation.
Figure 10 represents the training progress of DDPG agent for the hybrid tractor energy—saving strategy. Rewards per round expresses the cumulative weighted reward value of the round, while the average cumulative reward expresses the average reward value of all rounds for a certain amount of time. The training data shows that the training begins to converge after 400 rounds, and converges rapidly after 500–900 rounds with ups and downs. Rewards per round finally converges to around −8000. The training results show that the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control can achieve strategy convergence, and finally reach a steady state in the study of energy—saving control of hybrid tractor.
Figure 11 shows the prediction accuracy of the working condition prediction model based on the adaptive cubic exponential smoothing method. As can be seen from
Figure 11, during the hybrid tractor plowing operation, the average value of plowing operation velocity prediction accuracy is about 97%, and the average value of plowing resistance prediction accuracy is about 96.8%. Additionally, the working condition prediction model has a high prediction accuracy of plowing operation velocity and resistance, which can effectively support the operation control process. However, when the hybrid tractor makes a U-turn, due to the gradual reduction in plowing operation velocity, the change amplitude is large, resulting in a significant decrease in the prediction accuracy of plowing operation velocity, which is due to the relatively poor prediction effect of the adaptive cubic exponential method on the linear mutation data. However, the error is within the permissible range.
Figure 12 and
Figure 13 show the comparison of plowing operation velocity and plowing resistance prediction results under the operating condition prediction model. Because the plowing operation velocity and plowing resistance varied greatly in the simulation time 60–65 s, this study conducted an independent analysis for this time period, and in this region, the maximum deviation of plowing operation velocity prediction was 0.23 km/h, the minimum deviation was less than 0.02 km/h, and the average value of the overall prediction accuracy was about 96.5%. The maximum deviation of plowing resistance prediction is 2500 N, the minimum deviation is less than 300 N, and the average value of the overall prediction accuracy is about 96.3%. It can be seen that although the overall prediction accuracy of the working condition prediction model in 60–65 s is slightly smaller than the average prediction accuracy, it can still maintain high prediction accuracy, which verifies the adaptability and effectiveness of the model in complex dynamic working conditions.
In order to verify the effectiveness of the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control, the fuel economy analysis is conducted below. In addition, due to the large fluctuation of the whole diesel demand power in the simulation time 20–25 s, this study conducts an independent analysis for this time period.
From
Figure 14,
Figure 15 and
Figure 16, it can be seen that the power demand of the whole machine is around 120 kW during the plowing operations of the hybrid tractor. The energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control has a more concentrated diesel power of about 83–94 kW, and the motor power works at 30–45 kW, while the diesel power of the comparative strategy fluctuates greatly at about 100–118 kW, and the motor works only at 4–14 kW, which is not a reasonable distribution of power for the diesel and the motor. When turning around a hybrid tractor, the whole machine demand power is around 15 kW. With the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control, the diesel deactivates under low-load conditions, preventing fuel wastage, while the motor operates at around 15 kW. Meanwhile, the diesel works in the inefficient zone of around 15 kW in the comparative strategy and the motor does not work, which leads to a decrease in fuel economy.
The working point diagrams of the diesel and the motor for the two control strategies under plowing operation conditions are shown in
Figure 17 and
Figure 18.
As can be seen from
Figure 17 and
Figure 18, during the hybrid tractor plowing operation, although the diesel operating points under both strategies are in the region of 250~260 g/(kW-h), the diesel torque of the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control is smaller, while the motor operating points are concentrated in the high-efficiency region of 0.89~0.93. Meanwhile, the motor operating point of the comparison strategy is concentrated in the range of 0.86~0.90, which reflects that the proposed strategy in this study can effectively distribute the power of the diesel and the motor. In the hybrid tractor turnaround condition of the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control, the diesel does not work, and the motor torque is concentrated in the high-efficiency region of 0.90~0.92, which gives full play to the advantages of the motor drive. In the contrasting strategy, the diesel working points are in the lower-efficiency region, and the motor does not work, which results in the irrational power distribution of the system.
Under the complex operating conditions in the simulation time period of 20–25 s, the average power of the diesel of the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control is 86 kW, the average fuel consumption rate is 255 g/(kW∙h), the average power of the motor is 36 kW, and the average efficiency is 0.92; the average power of the diesel of the comparison strategy is 110.4 kW, the average fuel consumption rate is 252 g/(kW∙h), with an average motor power of 10.6 kW and an average efficiency of 0.88; the diesel of the comparison strategy has an average power of 110.4 kW and an average fuel consumption rate of 0.88. Although the fuel consumption rate of the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control is higher than that of the comparison strategy, the diesel power is lower through the reasonable torque allocation, while the motor works in the high-efficiency zone. Meanwhile, the comparison strategy has irrational diesel torque allocation to the motor, which results in the motor working in the inefficient interval and the motor efficiency decreases. Comparison results show that the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control achieves better power distribution and improves fuel economy while hardly enhancing the fuel consumption rate.
As can be seen from
Figure 19, both control strategies maintain the State of Charge (SOC) of the power battery in a reasonable interval during the plowing operation and turnaround condition of the hybrid tractor; however, there is almost no significant decrease in the SOC of the comparison strategy, indicating that it fails to effectively utilize the advantages of the motor drive. Conversely, the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control maintains the SOC within a reasonable range while reducing it by 4.4%, thereby achieving an effective distribution of power between the diesel and the motor.
Figure 20 represents the comparison of equivalent fuel consumption under two control strategies for hybrid tractor plowing operations. As can be seen from the figure, the equivalent fuel consumption of the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control is 1.061 L; the equivalent fuel consumption of the comparison strategy is 1.175 L. Compared with the comparison strategy, the equivalent fuel consumption of the energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control is reduced by 9.7%.
In summary, during the hybrid tractor plowing operation, the average value of the prediction accuracy of the working condition prediction model for plowing operation velocity is about 97%, and the average value of the prediction accuracy for plowing resistance is about 96.8% (as shown in
Table 3), which is a high prediction accuracy. The energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control can optimize the power allocation between the diesel and the motor according to the plowing operation conditions, so that both of them always work in the high efficiency area, and the equivalent fuel consumption is reduced by 9.7%, and the SOC of the battery is reduced by 4.4% compared with the comparative strategy (as shown in
Table 4). In contrast, the power-following control strategy only distributes power based on preset rules, which cannot ensure that the diesel and motor work efficiently at the same time, and lacks the ability to adaptively regulate the plowing working conditions.
6. Conclusions
To greatly reduce fuel consumption and improve fuel economy of hybrid tractor under complex working conditions, this paper proposes an energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control, and the results of the study show that the control strategy makes the diesel and the motor always work in the high-efficiency interval, which effectively reduces the energy consumption of the hybrid tractor in the process of plowing operation. The conclusions of this study are as follows:
- (a)
Aiming at the problem of decreasing prediction accuracy and insufficient adaptability of plowing resistance and plowing operation velocity caused by the change in complex working conditions in the plowing operation of hybrid tractor, a working condition prediction model based on the adaptive cubic exponential smoothing method is constructed. Under a standard 140 s plowing cycle, the results show that the working condition prediction model achieves mean prediction accuracies of 97% in plowing velocity and 96.8% in plowing resistance, which can effectively track the expected value.
- (b)
To significantly reduce fuel consumption and improve fuel economy in hybrid tractor under complex working conditions, this paper proposes an energy—saving strategy for hybrid tractor based on working condition prediction and DDPG-Fuzzy control. Under a standard 140 s plowing cycle, the results show that the proposed strategy in this study reduces the equivalent fuel consumption by 9.7% under the plowing condition than the power-following strategy, and reduces the SOC by 4.4% while ensuring that the SOC is at a reasonable range. In addition, it can optimize the power distribution between the diesel and the motor according to the working conditions, and improve the energy utilization of the whole machine.
The energy—saving control strategy for hybrid tractor proposed in this study is mainly designed for plowing conditions, and although the fuel economy is improved by this strategy, there are three limitations: Firstly, it does not take into account the differences in the conditions of rotary plowing, planting and other multi-operating scenarios. Specifically, the strategy can be extended to these scenarios by retraining or fine-tuning the DDPG model with task-specific driving data (e.g., torque demand patterns, speed profiles, and energy flow variations under transport or rotary tillage conditions) to align the reward function with the unique operational objectives of each task. Secondly, it only takes fuel economy as a single optimization objective, and does not take into account the multi-objective optimization such as the battery life degradation. Thirdly, this study validated its static and dynamic characteristics based on a high-precision simulation platform (such as MATLAB 2024b (Primary Developer: MathWorks; Location: Natick, MA, USA)), but due to seasonal constraints on field trials and prototype development cycles, real-vehicle testing has not yet been conducted. This limitation will be supplemented by subsequent research through collaborative testing sites to further evaluate the reliability of the model in real working environments. Therefore, follow-up research will conduct systematic analyses under various operating conditions, combine field test data, and use multi-objective optimization algorithms to jointly optimize key indicators of fuel economy and battery life.