math-optim/algo
surtur babbd4201e
All checks were successful
continuous-integration/drone/push Build is passing
go: fix DoRandomSearch unit test
the test was previously failing due to a folder not present when results
were to be saved.
2022-06-28 23:42:15 +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: fix DoRandomSearch unit test 2022-06-28 23:42:15 +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(algo/util): add createFolder func 2022-06-28 23:40:35 +02:00
util.go go(algo/util): add createFolder func 2022-06-28 23:40:35 +02:00