solving a few mathematical optimisation tasks using well-known algorithms
Go to file
leo 7a5de808e9
All checks were successful
continuous-integration/drone/push Build is passing
report: correct the path to tmpl files in comments
this path gets redirected to a canonical - even if nonpermanent - one at
`{repo}/src/branch/{main-branch}/{path-to-file}`, that is
`{repo}/src/branch/development/{path-to-file}` in concrete terms.
the previous paths were resulting in 404s.
2023-02-24 16:25:31 +01:00
.badges readme: add godoc badge [skip ci] 2022-07-04 17:34:17 +02:00
algo algo: rm cec2020 package 2023-02-23 23:13:11 +01:00
bench fix(cec2020): add Schwefel Modified's missing case 2023-02-22 12:52:14 +01:00
patches/diamondburned/go initial commit 2022-06-14 16:46:11 +02:00
report report: correct the path to tmpl files in comments 2023-02-24 16:25:31 +01:00
stats go: improve plotting for GAs 2023-01-21 02:45:56 +01:00
util chore: 2023 2023-01-12 23:35:51 +01:00
.drone.star ci: bump golangci-lint to v1.50.1 2023-01-13 22:18:17 +01:00
.editorconfig add .editorconfig [skip ci] 2022-08-03 17:57:20 +02:00
.envrc chore: add all updates, sort out later 2022-12-24 11:30:22 +01:00
.example.vimrc vimrc: use `golangci-lint run` without '.' 2022-07-02 22:58:54 +02:00
.gitattributes fix: correct vimrc gitattribute [skip ci] 2023-02-14 21:14:11 +01:00
.gitignore go(report): make report creation just work™ 2022-07-18 01:50:40 +02:00
.golangci.yml golangci-lint: enable tparallel 2023-02-24 14:24:57 +01:00
.pre-commit-config.yaml chore: 2023 2023-01-12 23:35:51 +01:00
LICENSE chore: 2023 2023-01-12 23:35:51 +01:00
README.md readme: rm codebeat badge [skip ci] 2023-02-22 00:35:29 +01:00
default.nix initial commit 2022-06-14 16:46:11 +02:00
flake.lock flake: bump nixpkgs, Go to 1.19 2023-02-08 20:10:38 +01:00
flake.nix flake: bump nixpkgs, Go to 1.19 2023-02-08 20:10:38 +01:00
go.mod go(algo): seed prng with "time.Now().UnixNano()" 2022-07-05 21:46:09 +02:00
go.sum go(algo): rework the plotting func, add util.go 2022-06-20 03:32:48 +02:00
main.go run.go: add a way to profile program's mem usage 2023-02-24 15:37:59 +01:00
overlay.nix initial commit 2022-06-14 16:46:11 +02:00
profile.go mv most of profiling logic to profile.go 2023-02-24 16:00:00 +01:00
run.go mv most of profiling logic to profile.go 2023-02-24 16:00:00 +01:00
run_test.go run.go: add a way to profile program's mem usage 2023-02-24 15:37:59 +01: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 (originally a semestral project for the Mathematical Informatics course)

built with nix Build Status Go Report Card Go Documentation

feel free to peek at the sawce.

example math-optim run

asciicast

LICENSE

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