math-optim/algo
surtur 2bf3a4a767
All checks were successful
continuous-integration/drone/push Build is passing
go: collect and process mean vals
* compute and save mean values of x (e.g. 30) bench runs
* safely save mean vals for all bench-dimens combinations to AlgoMeans
  from goroutines (use mutex to protect shared access)
* rework algo/plot.go to use already computed mean values.

todo: plot mean vals of all algorithms (per benchmark) in a single pic.
2022-07-19 21:56:49 +02:00
..
algo_test.go go(report): aggregate all tex files tracking plots 2022-07-16 22:05:15 +02:00
algo.go go: collect and process mean vals 2022-07-19 21:56:49 +02:00
doc.go go(algo): add doc.go 2022-07-08 22:16:22 +02:00
plot.go go: collect and process mean vals 2022-07-19 21:56:49 +02:00
randomSearch_test.go chore(go): print algo-stamps without errors 2022-06-17 19:55:23 +02:00
randomSearch.go go: collect and process mean vals 2022-07-19 21:56:49 +02:00
stochasticHillClimbing_test.go go(algo): implement Stochastic Hill Climbing 2022-07-08 19:57:44 +02:00
stochasticHillClimbing.go go: collect and process mean vals 2022-07-19 21:56:49 +02:00