math-optim/algo
surtur fc080c3b8e
All checks were successful
continuous-integration/drone/push Build is passing
go(algo): use a buffered chan to get results
2022-07-11 20:59:18 +02:00
..
algo.go go(algo): use a buffered chan to get results 2022-07-11 20:59:18 +02:00
algo_test.go go(algo): do HillClimb 2022-07-08 21:40:04 +02:00
doc.go go(algo): add doc.go 2022-07-08 22:16:22 +02:00
plot.go go: mv util{_test}.go to a separate util pkg 2022-07-10 20:54:48 +02:00
randomSearch.go go(algo): run algorithms concurrently 2022-07-09 16:19:56 +02:00
randomSearch_test.go chore(go): print algo-stamps without errors 2022-06-17 19:55:23 +02:00
stochasticHillClimbing.go go(algo): run algorithms concurrently 2022-07-09 16:19:56 +02:00
stochasticHillClimbing_test.go go(algo): implement Stochastic Hill Climbing 2022-07-08 19:57:44 +02:00