math-optim/algo
surtur cbf47031f9
All checks were successful
continuous-integration/drone/push Build is passing
go: implement RandomSearch wip2
* perform RandomSearch with each of the benchmarking functions for a
  prescribed number of iterations

left to do:
* saving the solution
* parsing the solution to a table
* parsing the solution to generate graphs

* follow-up of b3787da640
2022-06-17 22:33:37 +02:00
..
algo_test.go go: add RandomSearch,SHC algos 2022-06-14 22:34:52 +02:00
algo.go chore(go): print algo-stamps without errors 2022-06-17 19:55:23 +02:00
randomSearch_test.go chore(go): print algo-stamps without errors 2022-06-17 19:55:23 +02:00
randomSearch.go go: implement RandomSearch wip2 2022-06-17 22:33:37 +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