diff --git a/algo/algo.go b/algo/algo.go index 69dd96b..39da143 100644 --- a/algo/algo.go +++ b/algo/algo.go @@ -17,8 +17,6 @@ "git.dotya.ml/wanderer/math-optim/stats" ) -// var Algos = []string{"Random Search", "Stochastic Hill Climbing"} - // mu protects access to meanStats. var mu sync.Mutex