Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eduardovegas/apa


https://github.com/eduardovegas/apa

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

Análise e Projeto de Algoritmos

Projeto Final

Instruções:

make rebuild

./apa

OBS: O parâmetro inteiro "metaheuristic" seleciona qual metaheurística deve ser utilizada:

- 1: GRASP
- 2: ILS
- 3: GILS-RVND

Movimentos de vizinhança:

- [x] Swap
- [x] Reinsertion-Allocated
- [x] Reinsertion-Not-Allocated

Algoritmos de busca local:

- [x] RVND

Metaheurísticas:

- [x] GRASP
- [x] ILS
- [x] GILS-RVND