Next Article in Journal
Application of the NOx Reaction Model for Development of Low-NOx Combustion Technology for Pulverized Coals by Using the Gas Phase Stoichiometric Ratio Index
Next Article in Special Issue
Novel Field Test Equipment for Lithium-Ion Batteries in Hybrid Electrical Vehicle Applications
Previous Article in Journal
CFD Investigation into Diesel PCCI Combustion with Optimized Fuel Injection
Previous Article in Special Issue
A Proposal for CO2 Abatement in Urban Areas: The UDR1–Lethe© Turbo-Hybrid Vehicle
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Simultaneous Optimization for Hybrid Electric Vehicle Parameters Based on Multi-Objective Genetic Algorithms

1
College of Mechatronics and Control Engineering, Shenzhen University, Shenzhen, China
2
School of Automation Science and Electrical Engineering, Beihang University, Beijing, China
*
Author to whom correspondence should be addressed.
Energies 2011, 4(3), 532-544; https://doi.org/10.3390/en4030532
Submission received: 13 January 2011 / Revised: 20 February 2011 / Accepted: 10 March 2011 / Published: 18 March 2011
(This article belongs to the Special Issue Hybrid Vehicles)

Abstract

:
Compared to conventional vehicles Hybrid Electric Vehicles (HEVs) provide fairly high fuel economy with lower emissions. To enhance HEV performance in terms of fuel economy and emissions, and ensure user satisfaction with driving performance, the need for simultaneous optimization for the main parameters of powertrain components and control system is inevitable. However, this problem is challenging due to the large amount of coupling design parameters, conflicting design objectives and nonlinear constraints. Considering the defect of the methods which convert multi-objective optimization problems into single-objective ones, a comprehensive methodology based on the non-dominated sorting genetic algorithms II (NSGA II) to achieve parameter optimization for powertrain components and control system simultaneously and successfully find the Pareto-optimal solutions set is presented in this paper. A case simulation is carried out and simulated by ADVISOR, The simulation results show that this method can produce many Pareto-optimal solutions and a satisfactory solution can be selected by decision-makers according to their requirements. The results demonstrate the effectiveness of the algorithms proposed in this paper.

1. Introduction

Consumer demand for more environmentally friendly and fuel efficient vehicles has been increasing in response to growing concerns about a clean environment and saving energy. Hybrid electric vehicles have been widely recognized as the most promising next generation vehicle technology to offer high energy utilization efficiency and very low emissions.
The optimization design of HEVs aims at improving fuel economy and decreasing emissions subject to user satisfaction with their drivability [1,2,3]. However, hybrid electric vehicles are complex electromechanical systems involving hundreds of design parameters. A successful HEV design requires optimal sizing of its key mechanical and electrical components. In addition, for more HEV efficiency, optimal management of the energy flow (control strategy) is required. Therefore, in the design process of a HEV, there is a large variety of design variable choices, including HEV configuration, key mechanical and electrical components sizes and control parameters that must be considered.
HEVs have a number of design variables as well as multiple design objectives which are conflicting. Additionally, many design constraints must also be fulfilled simultaneously. Moreover, the sizes of powertrain components and control system parameters are coupled and have simultaneous impacts on the performance of the vehicle. The effects of these design parameters on the objectives are non-monotonic. Therefore, the optimization of a HEV can be formulated as a multi-objective constrained nonlinear optimization problem.
Considering the importance of this practical issue, a literature review reveals a rather limited number of works on the topic. The optimization algorithms developed to solve HEV optimization in the recent literature can be roughly classified into two categories: gradient-based algorithms and derivative-free methods.
Gradient-based algorithms, such as sequential quadratic programming (SQP), use the derivative information to solve this problem [4,5]. The major disadvantage of these methods is that they are weak at global optimization. Meanwhile, these search techniques require strong assumptions for the objective function, such as continuity, differentiability, satisfaction of the Lipschitz condition etc., which cannot be trivially assumed for this problem.
Derivative-free methods, such as genetic algorithms [6,7,8,9,10,11] or particle swarm optimization [12,13,14] have been proven to be a suitable approach to solve the HEV design optimization problem. However, most of these methods convert the multi-objective optimization problem into a single objective optimization problem by allocating weights to each of the objective functions (a priori methods). In this category, the initial multi-objective problem is transformed into a mono-objective problem by aggregating all objectives (weighted sum) or considering one objective as the main objective and other ones as constraints. The common drawback of these methods is that a single solution is obtained after optimization. To find another solution, the user has to restart an optimization run with new problem formulation by modifying the weight coefficients or by expressing other priorities. In addition the Pareto front is in general not homogeneous, convex or even continuous and the non dominated solutions may be grouped in the same region so that the designer choice is limited. On the other hand, most of the previous research efforts studied the optimization of powertrain component sizing or control system parameters individually. However, the powertrain component and control system parameters are coupled, thus, it is difficult to find a global optimum for the design parameters. Therefore, it is necessary to study the simultaneous optimization of powertrain and control system parameters of HEVs.
Various computer programs, such as ADVISOR [15], PSAT [16] etc. are available for the analysis of HEVs. These tools have some built-in optimization features, including the ability to automatically size the powertrain components subject to user-selectable performance constraints. Additionally, they can be used to select suitable controller parameters to maximize the fuel economy and minimize emissions, however, both functions are not accessible simultaneously from the graphical user interface.
The main objective of this research was to develop a comprehensive methodology based on the non-dominated sorting genetic algorithms II, which can simultaneously achieve parameter optimization for powertrain and control system and find the Pareto-optimal solutions set successfully. Organization of this paper is as follows. In Section 2 the optimization problem of HEV is stated. In Section 3 the non-dominated sorting algorithms used in this paper are explained in detail. A case simulation is carried out and the simulation results are analyzed in Section 4. The conclusions are given in Section 5.

2. HEV Parameter Optimization Problem Formulation

2.1. Statement of Multi-Objectives Optimization

Most practical problems require the simultaneous optimization of multiple, often competing objectives, based on some given criteria. The mathematical description of such multi-objective optimization problems is as follows [17,18]:
{ min X Ω F ( X ) = [ f 1 ( X ) , f 2 ( X ) , , f m ( X ) ] s . t . g j ( X ) > 0 j = 1 , 2 , , n
where X = ( x 1 , x 2 , , x N ) is a variable vector in a real and N-dimensional space, Ω is the feasible solution space. There are m objective functions and n constraint functions.
In general, the objective functions are competing and conflictive, and there is no global optimization solution for all of these objective functions, but a set of alternative solutions exists. These solutions are called Pareto-optimal solutions. The Pareto-optimal solution can be defined as follows:
Definition 1: For decision vector X * Ω , if there does not exist any other decision vector X Ω in the solution space, which can make the two following inequalities be satisfied simultaneously:
f i ( X ) f i ( X * ) i = 1 , 2 m
f j ( X ) < f j ( X * ) j { 1 , 2 , , m }
then, X * is called a non-dominated solution, or a Pareto-optimal solution of the multi-objective optimization problem. All of these solutions constitute the Pareto-optimal solutions set. No other solutions in the search space are superior with respect to all the objectives involved in the Pareto-optimal solutions set, and any improvement in one of the objectives inevitably leads to the deterioration of at least one of the other objectives. The objective functions representation of the Pareto optimal set is the Pareto optimal front (POF, Figure 1). Searching the Pareto-optimal solutions set for the multi-objective optimization problem is the most important task in the optimization algorithm research.
Figure 1. Pareto optimal front.
Figure 1. Pareto optimal front.
Energies 04 00532 g001

2.2. Objective of HEV Optimization

The design optimization for HEV powertrain components and control system parameters aims at improving fuel economy and reducing the emissions (CO, HC, NOx) without sacrificing its performance, which can be described as follows:
{ min X Ω F ( X ) = [ F u e l ( X ) , C O ( X ) , H C ( X ) , N O x ( X ) ] s . t . g j ( X ) > 0 j = 1 , 2 , , n
where X is the variable vector which includes the powertrain component and control system parameters of the HEV, Ω is the feasible solution space, the constraints are governed by g j ( X ) > 0    j = , 2 , , n , which are the requirements related to the drivability performance (maximum speed, acceleration and gradeability, etc.) of the vehicle. Therefore, parameter optimization of HEV is a typical multi-objective optimization problem.
As mentioned previously, the optimization of HEV is aimed at several simultaneous targets such as minimization of FC and exhaust emissions (HC, CO and NOx). The work process of the engine is complex, and the fuel economy and HC, CO, and NOx emissions are decided by the engine speed and torque. However, the relationship between [FC, HC, CO, NOx] and [engine speed, torque] cannot be described by any specific analytic functions. The relationship is obtained by experiments and graphed. In the same time, these aspects are often in conflict with each other. The diagram of the typical operation points of an internal combustion engine (ICE) is shown in Figure 2. It can be seen clearly from this figure that the minimum FC does not necessarily result in the minimum emissions, implying the need for a tradeoff solution.

2.3. Optimization of the Powertrain and Control Strategy Parameters

Optimization of the vehicle involves hundreds of design variables, and it is difficult to optimize all of these variables. In this study only the key powertrain component and control system parameters that have significant impacts on the performance of the vehicle are taken as consideration.
Figure 2. Operating points for an IC engine.
Figure 2. Operating points for an IC engine.
Energies 04 00532 g002
The main components of HEV include the ICE, the electric motor (EM), the battery and the transmission. The sizes of these components have crucial effects on the integrative performance optimization of HEV. This study is basically limited to four design variables but can be extended to a larger number of variables. The descriptions of these design variables are given in Table 1.
Table 1. Key parameters of the powertrain components.
Table 1. Key parameters of the powertrain components.
VariableDescription
PICEPeak power of ICE
PEMRating power of EM
CbatCapacity of the battery
FdFinial reduction ratio
The control strategy has a significant impact on the performance and fuel economy of a vehicle. In this paper, the electric assist control strategy (EACS) is utilized. This strategy is charge sustaining, which means that the battery is never to be charged by the ICE when the SOC is up a certain point ( H S O C ) and never be discharged when the SOC is below a certain point ( L S O C ) [19,20]. In this strategy, the main energy provider is the ICE and the electric motor is used as an assistant. EACS employs the electric motor when the ICE either does not operate efficiently or the requested power is beyond its maximum deliverable torque. On the other hand, when the battery state of charge (SOC) is low, the engine will provide excess torque to be used by the motor to charge the batteries (the motor functions as a generator). The EACS methodology is illustrated in Figure 3 and Figure 4. As shown in these Figures, the engine is turned off in some cases. In these cases, the electric motor takes on the responsibility to supply the whole required torque. As shown in Figure 3, when the SOC is higher than its limit ( H S O C ), if the required speed is less than a certain value, the engine will turn off. This specific speed is called the electric launch speed ( V L ). Furthermore, if the required torque is less than a cutoff torque ( F min × T max ) that is referred to as “off-torque fraction”, the engine will also turn off.
Figure 4 illustrates the case when the battery SOC is lower than its low limit ( L S O C ). In this case, an additional torque ( T c h g ) is required from the engine to charge the battery. This additional charging torque is proportional to the difference between SOC and the average of L S O C and H S O C . Engine charging torque is only requested when the engine is on. The engine torque is prevented from being below a certain fraction of the maximum engine torque ( F min × T max ) that is referred to as “min-torque fraction”. This strategy is designed to prevent the engine from operating at an inefficient low torque condition.
Figure 3. Electric assist control ( S O C L S O C ).
Figure 3. Electric assist control ( S O C L S O C ).
Energies 04 00532 g003
Figure 4. Electric assist control ( S O C < L S O C ).
Figure 4. Electric assist control ( S O C < L S O C ).
Energies 04 00532 g004
The use of this control strategy requires the tuning a set of static thresholds, since they influence the vehicle achievement in terms of environmental impact (fuel economy, emissions) and road performance (acceleration times, gradeability, etc.) in a non-trivial manner. Therefore, an optimization problem is formulated and solved in this study to determine the optimal control parameters. Table 2 describes the variables that are usually defined for an EACS.
Table 2. Main variables of the control strategy.
Table 2. Main variables of the control strategy.
NameDescription
H S O C Highest desired battery SOC
L S O C Lowest desired battery SOC;
V L Vehicle speed threshold, below this speed the ICE turn off
F o f f The minimum torque fraction of ICE turn-off
T c h g The minimum torque of charge
F min Torque fraction of charge

2.4. Constraints of the Optimization Problem

Vehicle performance constraints are imposed on the design problem to ensure the performance requirements of the vehicle are met. In this study the performance requirements were taken from those set out by the U.S. Consortium for Automotive Research for the Partnership for a New Generation of Vehicles (PNGV) [21]. These constraints are defined as the drivability requirements of the vehicle and the SOC difference between initial and final stages:
t1 ≤ 12 s for 0–60 mph
t2 ≤ 5.3 s for 40–60 mph
t3 ≤ 23.4 s for 0–85 mph
Time from 0 to137 km/h ≤23.4 s
The gradeability at 55 mph for 1200 s Grad ≥ 6.5%
Maximum speed: ≥ 137 km/h
Maximum acceleration: >0.5 g
Distance in 5 s: >42.7m
SOC ≤ 0.5%

3. Optimization Based on Non-Dominated Sorting Genetic Algorithm

Genetic algorithms are stochastic global search techniques which mimic the process of natural biologic evaluation (survival of the fittest). They have been shown to be an effective strategy to solve complex engineering optimization problems characterized by non-linear, multimodal and non-convex objective functions. Over the past decade, many genetic algorithms have been developed to solve multi-objective optimization problems because they have the ability to find multiple Pareto-optimal solutions in one simulation run [22,23,24]. In this study the non-dominated sorting genetic algorithms II are used to solve this problem. The major processes of this algorithm are as follows:
Step 0: (Coding) The starting point in applying genetic algorithms to solve an optimization problem is to choose a chromosome representation to describe each individual in the population. Each chromosome represents a candidate solution which consists of the following genes:
X = ( P I C E , P E M , C b a t , F d , H S O C , L S O C , V L , F o f f , T c h g , F min )
Each element in the chromosome is coded using a floating-point number.
Step 1: (Initialization): Generate initial population in the feasible space.
Step 2: (Crossover): Single crossover point operator is utilized in this paper.
Step 3: (Mutation): Mutation operator with a predetermined mutation probability is applied in this study.
Step 4: (Elitist Strategy): To maintain the best solutions appearing in the explorative process, the parent and offspring populations are combined and a combined population with size 2N is formed. Then the selection operator is used on this combined population.
Step 5: (Evaluation): Calculate the values of the objective functions for the generated individuals.
Step 6: (Non-dominated sorting): This process can rank all members of the population. In a first stage, all individuals in the non-dominated solutions are found and are ranked level 1. In order to find the next non-dominated front, the solutions of the first level are temporarily eliminated and the non-dominated solutions in the remainder population are rank level 2; the above procedure is repeated until all the individuals are ranked in a non-dominated level and each solution is assigned a fitness equal to its non-dominated level.
Step 7: (Crowding-distance computation): To maintain the diversity of the population and the explorative power of the NSGA II, a niche technique based on the crowding-distance of the nearest neighbors to each solution is applied in this algorithm. Firstly, the population is sorted according to each objective function value in ascending order of magnitude. Thereafter, for each objective function, the solutions with the smallest and largest function values are assigned an infinite distance value. All other intermediate solutions are assigned a crowding-distance value equal to the absolute normalized difference in the function value of these two adjacent solutions:
d i , j ( f k ) = | f k ( X i ) f k ( X j ) |
This calculation is continued with other objective functions and the overall crowding-distance value is the sum of these individual distance values:
d i , j = k = 1 n d i , j ( f k )
Step 8: (Selection): The best N solutions should be selected from the combination population with size 2N according to the non-dominated level and crowding-distance. Firstly, all of the 2N individuals are sorted according to their non-dominated level in ascending order. Secondly, the individuals that have the same non-dominated level are sorted with respect to their crowding-distance in descending order. Finally, the top N individuals are selected as the next generation population. The selecting procedure is shown in Figure 5.
Step 9: (Termination test): If the pre-specified stopping condition is not satisfied, return to step 2.
ADvanced VehIcle SimulatOR (ADVISOR) was developed by the U.S. National Renewable Energy Laboratory (NREL) for rapid analysis of the performance and fuel economy of conventional, electric, and hybrid vehicles [25]. ADVISOR provides a backbone for the detailed simulation and analysis of user defined drivetrain components and algorithms from which to take full advantage of the modeling flexibility of simulation and analytic power of MATLAB.
Figure 5. Selection procedure of NSGA II.
Figure 5. Selection procedure of NSGA II.
Energies 04 00532 g005
The fuel consumption and exhaust emissions of the vehicle are obtained with the ADVISOR software. As shown in Figure 6, the NSGA II modifies the parameters of the specified base PHEV, and calls for ADVISOR to run a drive cycle test, then, the evaluations of the objective values including fuel consumption and exhaust emissions can be obtained.
Figure 6. The iterative process of the NSGA.
Figure 6. The iterative process of the NSGA.
Energies 04 00532 g006
Like the objective functions, the dynamic performance of the vehicle is evaluated in the ADVISOR acceleration test and the grade test so as to evaluate the constraints shown in inequalities (5) to (13). For the sake of saving simulation time, if the individual can’t satisfy any one of the constraints, the simulation for objective functions is cancelled. In order to eliminate the effect of energy from the battery on fuel consumption, it is necessary to run the simulation several times starting with different initial SOC values until the ∆SOC becomes negligible (within []) in ADVISOR.

4. Case Simulation

To validate the effectiveness of this approach proposed in this paper, a case simulation was carried out. The vehicle “PARALLEL_defaults_in” which is available in the ADVISOR 2002 software is chosen as the baseline vehicle and the CYC-1015 mode driving cycle is used for the optimization simulation. The configuration of this vehicle is given in Table 3 and the speed profile of the bCYC-1015 driving cycle is shown in Figure 7.
Table 3. Initial powertrain value of design variables.
Table 3. Initial powertrain value of design variables.
Design VariableInitial Value
Calculated mass>1350 kg
Transmission>5-speed manual transmission
Aerodynamic drag coefficient>0.335
Vehicle front area:>2 m2
Peak power of ICE>41 kW
Rating power of EM>75 kW
Capacity of the battery>26 Ah
Finial reduction ratio>3.28
Figure 7. Speed profile of the CYC-1015 drive cycle.
Figure 7. Speed profile of the CYC-1015 drive cycle.
Energies 04 00532 g007
The non-dominated sorting genetic algorithm II proposed in this paper is utilized to solve the HEV optimization problem and the Pareto-optimal solutions set is obtained. The settings of the genetic algorithms are as follows: population size is 200, number of generations is 2000, crossover probability is 0.9 and mutation probability is 0.01. In order to facilitate the comparison of the optimization results, the initial design variables and the optimum design variables are given in Table 4. The drivability, fuel economy and emissions indices corresponding to these variables are also tabulated in Table 4 (only eight groups of the objective functions are listed for brevity sake).
Table 4. Fuel consumption and emission of the HEV before and after the optimization.
Table 4. Fuel consumption and emission of the HEV before and after the optimization.
ItemsUnit12345678Initial Value
Variables P I C E Kw413735353339403141
P E M Kw605859605756605675
C b a t 242320242122231925
H S O C 0.750.810.820.800.820.80.80.840.7
L S O C 0.40.40.60.60.60.60.370.60.6
F o f f 0.150.120.10.180.10.130.120.220
F min 0.450.60.50.50.450.520.60.60.4
T c h g N·m201519171816121715.25
V L Km/h1211181515108150
Fd 3.463.933.823.923.603.613.563.93.28
Constraint t 1 S9.79.89.99.710910.210.39
t 2 S554.94.85.24.55.35.14.5
t 3 S20.320.721.721.121.218.221.622.918.4
Grad%20.619.620.420.419.320.92018.821.5
s o c %−0.4−0.3−0.2−0.3−0.4−0.3−0.04−0.4−0.1
ObjectiveFuelL/100 km6.36.26.06.05.96.26.45.97.5
COg/km1.9582.3712.4932.2282.9892.3612.1003.1792.601
HCg/km0.3740.3500.3240.3300.3060.3720.3650.2910.401
NOxg/km0.3390.3300.3190.3260.2890.3280.3370.2730.357
It can be seen that the range of fuel economy and emissions indices after optimization are as follows:
  • Fuel: [5.9, 6.5] (L/100km)
  • CO: [1.960, 3.179] (g/km)
  • HC: [0.291, 0.374] (g/km)
  • NOx: [0.289, 0.329] (g/km)
and the indices of the initial configuration are:
  • Fuel: 7.5L/100 km, CO: 2.601 g/km, HC: 0.401 g/km, NOx: 0.357 g/km.
The optimization results indicate that peak power of the internal combustion engine, rating power of the electric motor and number of the battery modules was reduced significantly. The drivability can be improved by optimizing the parameters of the control system though the sizing of the main powertrain components is decreased (such as case 1). A comparison of fuel economy and emission before and after optimization reveals that most of the solutions can increase the fuel economy and reduce the emission of CO, HC, NOx in the solutions set (such as in cases 1, 2, 3, 4, 6 and 7). However, there are some exceptional cases (such as cases 5 and 8), in which the improvement of fuel economy and reduction of HC, NOx leads to a deterioration of CO emissions, thus shows how the objective functions are competing and conflicting

5. Conclusions

Concurrent optimization of the powertrain and control system parameters of a HEV is formulated as a constrained nonlinear multi-objective optimization problem in this paper. Multi-objective genetic algorithms are employed to solve the Pareto-optimal solutions set of this problem. This set can provide a wide range of choices for powertrain and control system variable parameters simultaneously. To validate the effectiveness of this approach, a case simulation is carried out and ADVISOR is utilized to simulate the performance of the vehicle. The simulation results demonstrate that the proposed approach can improve fuel economy and reduce emissions without sacrificing the performance of the HEV.

References

  1. Gao, W.; Porandla, S.K. Design Optimization of a Parallel Hybrid Electric Powertrain. In Proceedings of 2005 IEEE Conference on Vehicle Power and Propulsion, Mississippi, MS, USA, 7–9 September 2005.
  2. Gakdi, V.; Ippolite, L.; Piccolo, A.; Vaccaro, A. Evaluation of Emissions Influence on Hybrid electric vehicles Sizing. In Proceedings of International Conference on Power Electronics, Electrical Drives, Advanced Machines and Power Quality, Ischia, Italy, 13–16 June 2000.
  3. Zhu, Y.; Chen, Y.; Tian, G. A Four-Step Method to Design an Energy Management Strategy for Hybrid Vehicle. In Proceedings of the 2004 American Control Conference, Boston, MA, USA, 30 June–2 July 2004.
  4. Fellini, R.; Michelena, N.; Papalambros, P.; Sasena, M. Optimal Design of Automotive Hybrid Powertrain Systems. In Proceedings of First International Symposium On Environmentally Conscious Design and Inverse Manufacturing, Tokyo, Japan, 3 February 1999.
  5. Wipke, K.; Markel, T. Optimization Techniques for Hybrid Electric Vehicle Analysis Using ADVISOR. In Proceedings of ASME, International Mechanical Engineering Congress and Exposition, New York, NY, USA, 11–16 November 2001.
  6. Piccolo, A.; Ippolito, L.; Galdi, V.; Vaccaro, A. Optimization of energy flow management in hybrid electric vehicles via genetic algorithms. IEEE/ASME Int. Conf. Adv. Intell. Mechatron. 2001, 1, 434–439. [Google Scholar]
  7. Chen, J.; Li, Y.; Wang, J. Simultaneous optimization of fuel consumption and emissions for a parallel hybrid electric SUV using fuzzy logic control. Int. J. Veh. Des. 2008, 46, 204–218. [Google Scholar]
  8. Montazeri-Gh, M.; Poursamad, A.; Ghalichi, B. Application of genetic algorithm for optimization of control strategy in parallel hybrid electric vehicles. J. Franklin Inst. 2006, 343, 420–435. [Google Scholar]
  9. Schwarzer, V. Stochastic of an energy management controller for hybrid electric vehicles. In Proceedings of The 25th World Battery, Hybrid and Fuel Cell Vehicle Symposium and Exhibition, Shenzhen, China, 5–9 November 2010.
  10. Cook, R.; Molina-Cristobal, A.; Parks, G.T.; Correa, C.O.; Clarkson, P.J. Multi-objective Optimisation of a Hybrid Electric Vehicle: Drive Train and Driving Strategy. In Proceedings of the Fourth International Conference on Evolutionary Multi-Criterion Optimization, Matsushima, Japan, 5–8 March 2007.
  11. Hui, S. Multi-objective optimization for hydraulic hybrid vehicle based on adaptive simulated annealing genetic algorithm. J. Eng. Appl. Artif. Intell. 2010, 23, 27–33. [Google Scholar]
  12. Wang, Z.; Huang, B.; Li, W.; Xu, Y. Particle Swarm Optimization for Operational Parameters of Series Hybrid Electric Vehicle. In Proceedings of IEEE International Conference on Robotics and Biomimetics, Kunming, China, 17–20 December 2006.
  13. Wu, X.; Cao, B.; Wen, J.; Bian, Y. Particle swarm optimization for plug-in hybrid electric vehicle control strategy parameter. IEEE Veh. Power Propul. Conf. 2008. [Google Scholar] [CrossRef]
  14. Wu, J.; Zhang, C.H.; Cui, N.X. PSO Algorithm-Based Parameter Optimization for HEV Powertrain and its Control Strategy. Int. J. Automot. Technol. 2008, 9, 53–69. [Google Scholar]
  15. Johnson, V.H.; Wipke, K.B.; Rausen, D.J. HEV Control Strategy for Real-time Optimization of Fuel Economy and Emissions. SAE Paper 2000. [Google Scholar] [CrossRef]
  16. Kimura, A.; Abe, T.; Saski, S. Drive force control of a Parallel-series Hybrid System. JSAE Rev. 1999, 20, 337–341. [Google Scholar]
  17. Ishibuchi, H.; Murata, T. A multi-objective genetic local search algorithm and its application to flowshop scheduling. IEEE Trans. Syst. Man Cybern. 1998, 28, 392–403. [Google Scholar]
  18. Fonseca, C.M.; Fleming, P.J. Multi-objective optimization and multiple constraint handling with evolutionary algorithms—Part I: Unified formulation. IEEE Trans. Syst. Man Cybern. 1998, 28, 26–37. [Google Scholar]
  19. Kelly, K.J.; Rajagopalan, A. Benchmarking of OEM Hybrid Electric Vehicles on NREL; Technical Report Number NREL/TP-540-31086; National Renewable Energy Laboratory: Golden, CO, USA, 2001. [Google Scholar]
  20. Cuddy, M.R.; Wipke, K.B. Analysis of the fuel benefit of drivetrain hybridization. In Proceedings of SAE International World Congress Exposition, Detroit, MI, USA, 24–27 February 1997.
  21. Moore, T.C.; Lovins, A.B. Vehicle design strategies to meet and exceed PNGV goals, Electric and Hybrid Vehicles—Implementation of Technology. SAE Spec. Publ. 1995, 79–121. [Google Scholar]
  22. Deb, K.; Pratap, A.; Agarwal, S.; Meyarivan, T. A Fast and Elitist Multi-objective Genetic Algorithm: NSGA-II. IEEE Trans. Evol. Comput. 2002, 16, 182–197. [Google Scholar]
  23. Ishibashi, H.; Aguirre, H.E.; Tanaka, K.; Sugimura, T. Multi-objective optimization with improved genetic algorithm. IEEE Int. Conf. Syst. Man Cybern. 2000, 5, 3852–3857. [Google Scholar]
  24. Venkatraman, S.; Yen, G. A simple elitist genetic algorithm for constrained optimization. Congr. Evol. Comput. 2004, 1, 288–295. [Google Scholar]
  25. Markel, T.; Brooker, A.; Hendricks, T. ADVISOR: A Systems Analysis Tool for Advanced Vehicle Modeling. J. Power Sour. 2002, 110, 255–260. [Google Scholar]

Share and Cite

MDPI and ACS Style

Fang, L.; Qin, S.; Xu, G.; Li, T.; Zhu, K. Simultaneous Optimization for Hybrid Electric Vehicle Parameters Based on Multi-Objective Genetic Algorithms. Energies 2011, 4, 532-544. https://doi.org/10.3390/en4030532

AMA Style

Fang L, Qin S, Xu G, Li T, Zhu K. Simultaneous Optimization for Hybrid Electric Vehicle Parameters Based on Multi-Objective Genetic Algorithms. Energies. 2011; 4(3):532-544. https://doi.org/10.3390/en4030532

Chicago/Turabian Style

Fang, Lincun, Shiyin Qin, Gang Xu, Tianli Li, and Kemin Zhu. 2011. "Simultaneous Optimization for Hybrid Electric Vehicle Parameters Based on Multi-Objective Genetic Algorithms" Energies 4, no. 3: 532-544. https://doi.org/10.3390/en4030532

Article Metrics

Back to TopTop