solving a few mathematical optimisation tasks using well-known algorithms
surtur
2bf3a4a767
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. |
||
---|---|---|
.badges | ||
algo | ||
bench | ||
patches/diamondburned/go | ||
report | ||
stats | ||
util | ||
.drone.star | ||
.envrc | ||
.example.vimrc | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
.pre-commit-config.yaml | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
overlay.nix | ||
README.md | ||
run_test.go | ||
run.go | ||
shell.nix |
math-optim
solving a few mathematical optimisation tasks using well-known algorithms
this repo holds the sawce of the semestral project for the Mathematical Informatics course.
LICENSE
GPL-3.0-or-later (see LICENSE for details).