math-optim/algo
surtur 8f50a1ea51
All checks were successful
continuous-integration/drone/push Build is passing
go(plot): use createPath instead of createFolder
..as it's more universal, should we start/allow passing more complex
paths than "./res-folder".. should e.g. "./res/subpath" be passed to the
former func, it would error out more easily, as the subpath would likely
be non-existent, akin to `mkdir <path>` vs `mkdir -p <path>`.
2022-06-29 17:04:45 +02:00
..
algo_test.go go: fix DoRandomSearch unit test 2022-06-28 23:42:15 +02:00
algo.go go: add a way to iterate over func names for stats 2022-06-24 00:56:10 +02:00
plot.go go(plot): use createPath instead of createFolder 2022-06-29 17:04:45 +02:00
randomSearch_test.go chore(go): print algo-stamps without errors 2022-06-17 19:55:23 +02:00
randomSearch.go go(randomSearch): print progress stats 2022-06-25 21:55:36 +02:00
stochasticHillClimbing_test.go chore(go): print algo-stamps without errors 2022-06-17 19:55:23 +02:00
stochasticHillClimbing.go chore(go): print algo-stamps without errors 2022-06-17 19:55:23 +02:00
util_test.go go(util_test.go): use more sensible error message 2022-06-29 17:02:13 +02:00
util.go go(algo/util): add createPath func 2022-06-29 16:54:55 +02:00