diff --git a/go/sa/README.md b/go/sa/README.md index e46ee3e..5b88494 100644 --- a/go/sa/README.md +++ b/go/sa/README.md @@ -15,8 +15,8 @@ The following will return a path of Nodes in the shortest distance as a splice o - TODO: `RunSAFromFile(itterations (int), temperature (float64), Mintemp (float64), coolrate (float64), filename (string))` ## Testing -- `go test` will run a few tests in the `tspsa_test.go` file +- `go build;go test` will run a few tests in the `tspsa_test.go` file #### Citation - - http://katrinaeg.com/simulated-annealing.html \ No newline at end of file + - http://katrinaeg.com/simulated-annealing.html