As a developer, I want to be able to instantiate a PSOSolver.
As a developer, I want the PSOSolver class to contain the parameters related to the solver
As a developer, I want the solver to have a solve(TSPinstance) function with a TSPInstance parameter
AC:
[x] Create PSOSolver class with appropriate parameters for the solver
[x] create the solve function which is able to solve a TSP instance
As a developer, I want to be able to instantiate a PSOSolver. As a developer, I want the PSOSolver class to contain the parameters related to the solver As a developer, I want the solver to have a solve(TSPinstance) function with a TSPInstance parameter
AC:
Story Point: 2