solving a few mathematical optimisation tasks using well-known algorithms
Go to file
surtur 86226ac76f
All checks were successful
continuous-integration/drone/push Build is passing
fix(go): RandomSearch -> RandomSearchNG
that is, a next-gen (actually working) version of the algo...
also rm the attempt at plotting before another rework.
2022-06-20 03:04:59 +02:00
algo fix(go): RandomSearch -> RandomSearchNG 2022-06-20 03:04:59 +02:00
bench go(bench/functions): add FunctionParams map 2022-06-18 23:01:57 +02:00
patches/diamondburned/go initial commit 2022-06-14 16:46:11 +02:00
report go(report/gen,tmpl): use more meaningful var names 2022-06-19 18:40:56 +02:00
stats go: update SaveStats func to take ([]Stats, fName) 2022-06-20 02:49:24 +02:00
.drone.star ci: '`' -> '"' 2022-06-17 02:15:35 +02:00
.envrc initial commit 2022-06-14 16:46:11 +02:00
.example.vimrc initial commit 2022-06-14 16:46:11 +02:00
.gitattributes ci: add .drone.star + badges 2022-06-14 17:31:59 +02:00
.gitignore ci: add .drone.star + badges 2022-06-14 17:31:59 +02:00
.golangci.yml initial commit 2022-06-14 16:46:11 +02:00
.pre-commit-config.yaml initial commit 2022-06-14 16:46:11 +02:00
default.nix initial commit 2022-06-14 16:46:11 +02:00
flake.lock initial commit 2022-06-14 16:46:11 +02:00
flake.nix fix(go): RandomSearch -> RandomSearchNG 2022-06-20 03:04:59 +02:00
go.mod fix(go): RandomSearch -> RandomSearchNG 2022-06-20 03:04:59 +02:00
go.sum fix(go): RandomSearch -> RandomSearchNG 2022-06-20 03:04:59 +02:00
LICENSE initial commit 2022-06-14 16:46:11 +02:00
main.go go,tex: add logic for go-generating tex reports 2022-06-15 23:36:47 +02:00
overlay.nix initial commit 2022-06-14 16:46:11 +02:00
README.md ci: add .drone.star + badges 2022-06-14 17:31:59 +02:00
shell.nix initial commit 2022-06-14 16:46:11 +02:00

math-optim

solving a few mathematical optimisation tasks using well-known algorithms

built with nix Build Status Go Report Card

this repo holds the sawce of the semestral project for the Mathematical Informatics course.

LICENSE

GPL-3.0-or-later (see LICENSE for details).