This repository contains the LaTeX sources for my bachelor thesis.
- Implementation portion available in bcs-source repository.
Repository content.
- For download thesis as .pdf here or online through github.
- For download errata as .pdf here or online through github
- For download poster as .pdf here or online through github
Note that all the text in this repository is written in Czech.
As the number of electric vehicles grows, so does the need to create a suitable network of charging stations. A solution of this problem can be significantly improved by the usage of suitable optimization techniques. We implement a simplified traffic simulator serving as a suitable tool for their analysis. We also analyze optimization techniques using the so-called greedy algorithm, genetic algorithm and k-means algorithm. Based on the experiments, the optimizations using the genetic algorithm and the greedy algorithm showed noticeably better results. The k-means method did not show signs of results better than a random approach.
S rostoucím počtem elektrických vozidel roste i potřeba vytvořit vhodnou infrastrukturu pro jejich nabíjení. K řešení tohoto problému může výrazně napomoci použití vhodných optimalizačních metod. V práci jsme implementovali zjednodušený simulátor dopravy sloužící jako vhodný nástroj pro jejich analýzu. Analyzovali jsme také optimalizační metody tzv. hladovým algoritmem, genetickým algoritmem a algoritmem k-means. Na základě experimentů vykazovala prokazatelně lepší výsledky optimalizace za využití genetického algoritmu a hladová optimalizace. K-means optimalizace nevykazovala známky lepších výsledků oproti náhodnému přístupu.
- LaTeX (
texlive-fullor equivalent)
- Makefile for thesis is located
in
text/tex_thesis/Makefile - Makefile for errata is located
in
text/tex_errata/Makefile
LaTeX templates are based on the (un)official MFF CUNI template for typesetting bachelor thesis available here.