solving a few mathematical optimisation tasks using well-known algorithms
Go to file
surtur 8ea9e5faf7
All checks were successful
continuous-integration/drone/push Build is passing
flake: allow GOPROXY var default for nix build
...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
algo go(algo): var name i -> iter 2022-06-18 00:08:10 +02:00
bench fix: correct function definitions (swap De Jongs) 2022-06-17 20:41:39 +02:00
patches/diamondburned/go initial commit 2022-06-14 16:46:11 +02:00
report go: format report printing msg 2022-06-17 21:37:01 +02:00
stats go(stats): update FuncStats definition 2022-06-18 00:51:51 +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 flake: allow GOPROXY var default for nix build 2022-06-25 00:28:34 +02:00
go.mod go: implement RandomSearch (wip) 2022-06-17 01:54:30 +02:00
go.sum go: implement RandomSearch (wip) 2022-06-17 01:54:30 +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).