solving a few mathematical optimisation tasks using well-known algorithms
leo
d70b01eee6
* feature-ev: report/comparisonOfMeans.go: obj init readability algo: rm cec2020 package report/pics.tmpl: increase pic width ga: add pure Differential Evolution algo: rm comment [skip ci] algo: stop printing pic list when comparing means run: handle comparing means for all algos run: plug in SOMA T3A algo: add DoCEC2020SOMAT3A func algo: add PrepCEC2020ComparisonOfMeans+helper func algo: use jDE from the GA package algo: correct a typo [skip ci] ga: improve object/func init readability fix(cec2020): add Schwefel Modified's missing case |
||
---|---|---|
.badges | ||
algo | ||
bench | ||
patches/diamondburned/go | ||
report | ||
stats | ||
util | ||
.drone.star | ||
.editorconfig | ||
.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 (originally a semestral project for the Mathematical Informatics course)
feel free to peek at the sawce.
example math-optim run
LICENSE
GPL-3.0-or-later (see LICENSE for details).