jameshughes89 / cs4XX-EvolutionaryComputation

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

:mortar_board: Assignment TSP --- Describe the data files #162

Closed jameshughes89 closed 1 year ago

jameshughes89 commented 1 year ago

What

Explain the data files.

Why

Previous years I just told them to go find instances and figure it out. This always created some issues for some, so I figured, I'll simplify this.

Perhaps there's an argument for making them figure it out, but whatever.

I also like the JSON format better vs. the weird and inconsistent "tsplib" format.

Testing

:+1:

Additional Notes

When I converted to JSON, I did try to store the data in matrices, but they were too chonky