Releases: vsg-root/RouteXplorer
Releases · vsg-root/RouteXplorer
RouteXplorer v0.0.7
Stable version of the RouteXplorer library.
Added functionalities:
- New algorithms:
- ACO (Ant colony optimization)
- AG (Algorithm Genetic)
Added:
- Paper: Maximizando a Eficiência de Entrega em Sistemas de Transporte por Drones: Exploração de Estratégias de Otimização de Rotas
- Experiments with test datas
Version v0.0.6
Stable version of the RouteXplorer library.
Added functionalities:
- get_map_size(InputReader): Allows reading the size of the map from the keyboard
- get_vertices(InputReader): Allows keyboard reading of the matrix
- find (Utils): Performs linear search
-
Modified:
- find_best_path (Algorithm/ BruteForceSearch): now allows selection of return vertex