jameshughes89 / cs4XX-EvolutionaryComputation

CS 4XX: Evolutionary Computation
http://csci340.com/
GNU General Public License v3.0
5 stars 14 forks source link

:bug: TSP JSON files --- Fix broken file :microscope: #172

Closed jameshughes89 closed 11 months ago

jameshughes89 commented 11 months ago

Related Issues or PRs

Closes #170

What

Fix the busted TSP file.

Why

Broke someone's code

How

Removed the extra empty list at the end of the list of coordinates

Additional Notes

My guess is that this fixes their issue. They probably could have fixed it in their code by just looping over the specified number of dimensions, but I assume they looped over the contents of the coord list. Either way, this is a bug in that it should not be there and caused issues.