
a GitHub repository
1
provides the Python imple-
mentations of both algorithms, optimized with the
Numba library. This repository includes instance sim-
ulations and test cases in Jupyter Notebook format.
Additionally, it offers Pareto front approximations
for both methods across all instances and executions,
alongside numerical data on dominance and execution
times.
6 CONCLUSION
In summary, this study presents an innovative
multi-objective optimization model for EV charging
scheduling, aiming to minimize peak energy con-
sumption and reduce charging times. By incorpo-
rating real-world factors such as sequential charger
usage, compatibility, and operational constraints, the
model provides a robust framework for optimiza-
tion. It allows decision makers to select from various
schedules on the Pareto Front, balancing grid stability
with client service times based on actual grid capabil-
ities.
We have adapted the NSGA-II and MOCS al-
gorithms to our model, with comparative analysis
demonstrating that MOCS is the more effective so-
lution in this context. MOCS achieves broader Pareto
front coverage within a reasonable time frame of less
than 7 seconds, with a dominance percentage averag-
ing 79.56% for MOCS over NSGA-II, compared to
only 14.28% for NSGA-II over MOCS.
The proposed model and MOCS adaptation have
significant implications for real-world EV infrastruc-
ture, providing a scalable and efficient solution to
meet the growing demands of electric mobility. Fu-
ture work may include exploring other metaheuristics
and solving methods, as well as investigating variable
charging powers and preemptive charging modes to
enhance scheduling flexibility.
REFERENCES
An, Y., Gao, Y., Wu, N., Zhu, J., Li, H., and Yang, J.
(2023). Optimal scheduling of electric vehicle charg-
ing operations considering real-time traffic condition
and travel distance. Expert Systems with Applications,
213:118941.
Chen, J., Mao, L., Liu, Y., Wang, J., and Sun, X. (2023).
Multi-objective optimization scheduling of active dis-
tribution network considering large-scale electric ve-
hicles based on nsgaii-ndax algorithm. IEEE Access,
11:97259–97273.
1
https://github.com/aikhiar/Minimizing-grid-capacity-
and-service-times
Deb, K., Pratap, A., Agarwal, S., and Meyarivan, T. (2002).
A fast and elitist multiobjective genetic algorithm:
Nsga-ii. IEEE Transactions on Evolutionary Compu-
tation, 6(2):182–197.
Electric Power Research Institute (2023). Environmen-
tal assessment of a full electric transportation port-
folio: Executive summary. Retrieved April 29,
2024, from https://www.epri.com/research/products/
3002006881.
Holland, J. H. (1992). Adaptation in Natural and Artificial
Systems: An Introductory Analysis with Applications
to Biology, Control, and Artificial Intelligence. The
MIT Press.
International Energy Agency (IEA) (2024). Global ev out-
look 2024. IEA, Paris. Retrieved from https://www.
iea.org/reports/global-ev-outlook-2024.
Khiar, A., Brahmia, M.-e.-A., Oulamara, A., and
Idoumghar, L. (2025). Multi-objective approach for
efficient grid resources allocation in electric vehi-
cle charging schedules. In Congr
`
es de la Soci
´
et
´
e
Franc¸aise de Recherche Op
´
erationelle et d’Aide
`
a la
D
´
ecision (ROADEF’25), Paris.
Liu, M., Wang, X., Sheng, Y., and Wang, L. (2019). Im-
provement of multi-objective differential evolutionary
algorithm and its application for hybrid electric vehi-
cles. In 2019 Chinese Control And Decision Confer-
ence (CCDC), pages 553–558.
Mishra, S., Mondal, A., and Mondal, S. (2023). A
multi-objective optimization framework for electric
vehicle charge scheduling with adaptable charging
ports. IEEE Transactions on Vehicular Technology,
72(5):5702–5714.
Ren, Y., Tan, M., Su, Y., Wang, R., and Wang, L. (2024).
Two-stage adaptive robust charging scheduling of
electric vehicle station based on hybrid demand re-
sponse. IEEE Transactions on Transportation Elec-
trification, pages 1–1.
Yang, X.-S. and Deb, S. (2009). Cuckoo search via l
´
evy
flights. In 2009 World Congress on Nature & Biolog-
ically Inspired Computing (NaBIC), pages 210–214.
Yang, X.-S. and Deb, S. (2013). Multiobjective cuckoo
search for design optimization. Computers & Op-
erations Research, 40(6):1616–1624. Emergent Na-
ture Inspired Algorithms for Multi-Objective Opti-
mization.
Zaidi, I., Oulamara, A., Idoumghar, L., and Basset, M.
(2024). Minimizing grid capacity in preemptive elec-
tric vehicle charging orchestration: Complexity, exact
and heuristic approaches. European Journal of Oper-
ational Research, 312(1):22–37.
Zhu, M., Liu, X.-Y., Kong, L., Shen, R., Shu, W., and
Wu, M.-Y. (2014). The charging-scheduling prob-
lem for electric vehicle networks. In 2014 IEEE
Wireless Communications and Networking Confer-
ence (WCNC), pages 3178–3183.
Optimized Scheduling for Electric Vehicle Charging: A Multi-Objective Approach to Grid Stability and User Satisfaction
155