solving a few mathematical optimisation tasks using well-known algorithms
surtur
cbf47031f9
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
|
||
---|---|---|
algo | ||
bench | ||
patches/diamondburned/go | ||
report | ||
.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 | ||
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).