Commit Graph

31 Commits

Author SHA1 Message Date
3e641e0906
go(report/gen): drop the "S"
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-19 17:28:05 +02:00
b93f48cb08
go(bench/functions): add FunctionParams map
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-18 23:01:57 +02:00
5038e75a38
go(plot): svg instead of png for 100-fold speed-up
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2022-06-18 21:22:19 +02:00
ed816620c1
go: change Functions var to a string-func map
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-18 20:40:27 +02:00
5b7c0a16a4
go: add plotting capability
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-18 05:27:10 +02:00
8ea9e5faf7
flake: allow GOPROXY var default for nix build
All checks were successful
continuous-integration/drone/push Build is passing
...mainly due to arbitrarily failing ci builds, as this doesn't appear
to affect local builds/nix builds on remote builders, just fresh builds
in the ci.
the explanation for why this is happening might be that certain package
VCS's don't allow many/frequent connections from IP ranges other than
GOPROXY's (Google's).
that is sheer speculation, though.
however, it is still true that there are "no" failed ci builds with
GOPROXY env var set to its default value (left untouched), which does
indeed indicate that the above mentioned might be the root cause of the
issue after all.
2022-06-25 00:28:34 +02:00
49f5d93200
go(stats): update FuncStats definition
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-18 00:51:51 +02:00
a913bbb407
go(algo): var name i -> iter
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-18 00:08:10 +02:00
ef919cb269
go(stats): add iteration field
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-18 00:05:12 +02:00
ed76cf865b
go(stats): add functions for manipulating Stats
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 23:56:36 +02:00
e178ee3237
go: add stats package
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 23:24:41 +02:00
cbf47031f9
go: implement RandomSearch wip2
All checks were successful
continuous-integration/drone/push Build is passing
* 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
f1b3c1c90f
go(randomSearch): properly size the vals slice
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 22:14:56 +02:00
53a5de92dd
go(randomSearch): iterate with j^wi
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 21:41:54 +02:00
b60b2447f7
go: format report printing msg
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 21:37:01 +02:00
3e24a71283
chore(go): reach bench funcs via Functions slice
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 21:08:26 +02:00
cb2b98ed57
fix(go): call bench functions by their names
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 21:03:03 +02:00
87f652a16d
fix: adjust location of report.tex
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 20:45:16 +02:00
65d555b4df
fix: correct function definitions (swap De Jongs)
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 20:41:39 +02:00
8a2d3eb5ee
fix(go): only pass raw dimensions count
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 20:26:21 +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
b1278f431b
ci: '`' -> '"'
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 02:15:35 +02:00
b3787da640
go: implement RandomSearch (wip)
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 01:54:30 +02:00
3d00f09914
chore(go): move functions to its own file
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-16 17:15:39 +02:00
826347f7a7
go,tex: add logic for go-generating tex reports
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-15 23:36:47 +02:00
8b1e496c10
go: add Values type
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-15 23:29:28 +02:00
5388aeb8c9
go: add Min,Max methods for funcParams
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-15 23:27:05 +02:00
ae7e912284
go: add bench funcs
All checks were successful
continuous-integration/drone/push Build is passing
* Schwefel
* 1st De Jong
* 2nd De Jong
2022-06-15 00:26:35 +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
0f8f3bbef3
ci: add .drone.star + badges
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-14 17:31:59 +02:00
43b9d611a2
initial commit 2022-06-14 16:46:11 +02:00