Fixed * a bug in the ACO algorithm that chose the next node by its maximal attractiveness. Now the next node is chosen randomly weighted by its attractiveness
Added * command line option `--continuous` for the firefly algorithm to indicate, whether the algorithm should run continuously or not * logging for the current best and overall best intensity found of the firefly algorithm
Added * a feature that performs [2-opt](https://en.wikipedia.org/wiki/2-opt) search once on each partial solution after each iteration. It can be disabled via the argument `--two-opt false`.
Fixed * an import bug that caused the application to crash instantly