Commit Graph

14 Commits

Author SHA1 Message Date
leo
21b4888277
chore(go): add comments [skip ci] 2023-01-13 22:01:44 +01:00
leo
3f77c573a6
chore: 2023
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-12 23:35:51 +01:00
leo
68b14f9960
chore: add all updates, sort out later
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-24 11:30:22 +01:00
6624d0e9dc
go(algo): add neighbour type
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-21 14:26:58 +02:00
1ce3a6d04f
fix(go): collect and plot algo stats comparably
All checks were successful
continuous-integration/drone/push Build is passing
...i.e. based on FES, not Generations.
2022-08-20 23:28:30 +02:00
df33a3c3a7
go: allow modifying HillClimb's 'neighbours' param
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-05 17:11:39 +02:00
ea3d57acd8
go: rename AlgoMean,Mean et al.
All checks were successful
continuous-integration/drone/push Build is passing
also add comments to methods explaining what they're supposed to do.
2022-07-25 22:24:54 +02:00
9801554eb5
go(algo): sort the mean vals in algo funcs
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-20 17:16:44 +02:00
2bf3a4a767
go: collect and process mean vals
All checks were successful
continuous-integration/drone/push Build is passing
* 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
c37ef263ae
go(stats): Solution -> BenchResults in FuncStats
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-19 19:58:45 +02:00
c0adff4b78
go(algo): run algorithms concurrently
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-09 16:19:56 +02:00
c0ab6f3fff
go(algo): implement Stochastic Hill Climbing
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is passing
2022-07-08 19:57:44 +02:00
ffc8b90e98
chore(go): print algo-stamps without errors
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 19:55:23 +02:00
ab14e97f16
go: add RandomSearch,SHC algos
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-14 22:34:52 +02:00