Skip to content

Releases: vsg-root/RouteXplorer

RouteXplorer v0.0.7

04 Sep 23:59
e67d2a7
Compare
Choose a tag to compare

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

08 Jun 17:38
c74d84a
Compare
Choose a tag to compare

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