Skip to content

Releases: FranciscoQuero/parallel-traveler

Sequential final version

08 Jan 17:03
Compare
Choose a tag to compare

Fully functional version that allows you to modify the parameters "file to read" and "number of iterations" through the command line when running the application.

Another improvements were made such as a better refactor, including a makefile, a more complete output and many more!

This is the final sequential version that I'll submit to my subject project, but that doesn't mean that it's fully complete. There are some incoherences such as broken clean code and clean architecture rules, possible efficiency improvements, etc.

Next step will be to use the OMP libraries to parallelize the Heuristic algorithm and the Cost calculation.

Serial calculation by Montecarlo

30 Dec 17:57
aa566a0
Compare
Choose a tag to compare

It works completely. You can modify the number of iterations in MontecarloHeuristic class.

TODO:

  • Modify parameters with args.
  • Summary.
  • Paralellize.