math-optim/algo
leo 7e358b01af
All checks were successful
continuous-integration/drone/push Build is passing
go(algo): add DojDE()
the implementation is a WIP.

adjust linter ignoring in algo/plot.go: unparam does not like that
fPrefix is "plot" each time the func is called. this might get reworked
later.

also add field from bench/bench.go - DimensionsGA - Genetic Algorithm
specific dimensions.
2023-01-19 20:11:22 +01:00
..
de go(de): add InitAndRun 2023-01-19 19:57:41 +01:00
algo.go go(algo): add DojDE() 2023-01-19 20:11:22 +01:00
algo_test.go chore: 2023 2023-01-12 23:35:51 +01:00
doc.go chore: 2023 2023-01-12 23:35:51 +01:00
plot.go go(algo): add DojDE() 2023-01-19 20:11:22 +01:00
randomSearch.go chore: 2023 2023-01-12 23:35:51 +01:00
randomSearch_test.go chore: 2023 2023-01-12 23:35:51 +01:00
stochasticHillClimbing.go chore(go): add comments [skip ci] 2023-01-13 22:01:44 +01:00
stochasticHillClimbing_test.go chore: 2023 2023-01-12 23:35:51 +01:00