Commit Graph

42 Commits

Author SHA1 Message Date
leo
f4f5f366e9
plot: set x-axis label to FES for MeanVals
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-21 23:45:39 +01:00
leo
04ad04188a
plot: properly label x_axis for jDE/SOMA
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-15 15:20:04 +01:00
leo
54b4ec536a
plot: print information before panicking
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-09 23:35:54 +01:00
leo
cffbcd9866
go: improve plotting for GAs
All checks were successful
continuous-integration/drone/push Build is passing
* handle special cases
* extend title, description
* set custom x axis description
2023-01-21 02:45:56 +01:00
leo
7e358b01af
go(algo): add DojDE()
All checks were successful
continuous-integration/drone/push Build is passing
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
leo
3f77c573a6
chore: 2023
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-12 23:35:51 +01:00
leo
68b14f9960
chore: add all updates, sort out later
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-24 11:30:22 +01:00
1ce3a6d04f
fix(go): collect and plot algo stats comparably
All checks were successful
continuous-integration/drone/push Build is passing
...i.e. based on FES, not Generations.
2022-08-20 23:28:30 +02:00
df33a3c3a7
go: allow modifying HillClimb's 'neighbours' param
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-05 17:11:39 +02:00
a328c9619e
go: use AlgoMeanVals for comparison of means plots
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-03 21:17:19 +02:00
45ec295b93
chore(go(plot)): check meanVals size
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-03 17:20:49 +02:00
8b4432ece1
go(plot): use consts for common strings
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-29 21:04:15 +02:00
109ce82f3e
go(plot): smarter string concat w/ fmt.Sprintf
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-20 16:24:04 +02:00
2bf3a4a767
go: collect and process mean vals
All checks were successful
continuous-integration/drone/push Build is passing
* compute and save mean values of x (e.g. 30) bench runs
* safely save mean vals for all bench-dimens combinations to AlgoMeans
  from goroutines (use mutex to protect shared access)
* rework algo/plot.go to use already computed mean values.

todo: plot mean vals of all algorithms (per benchmark) in a single pic.
2022-07-19 21:56:49 +02:00
c433b11eea
go(plot): latex-proof regular pic's caption, too
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-19 21:25:09 +02:00
c37ef263ae
go(stats): Solution -> BenchResults in FuncStats
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-19 19:58:45 +02:00
44cc400474
go(plot): streamline caption generation
All checks were successful
continuous-integration/drone/push Build is passing
* make sure to latex-escape captions (for correct line breaks)
* enable showing captions
* enable listing subfigure captions
* make sure latex lof (list of figures) picks up on subfigure captions
* clarify we need the subcaption package for subfigures, not subcaptions
2022-07-19 19:23:39 +02:00
3c8678a8d3
go,tmpl: plot mean values
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-18 22:36:47 +02:00
16cbf39a79
go(stats,algo): get,plot mean vals
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-18 10:08:12 +02:00
0169196a93
go(plot): use chans, output latex from pic.tmpl
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-13 23:47:37 +02:00
7b22723cb0
go: standardise output dirs for reporting material
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-12 16:56:49 +02:00
65b1ce02df
go(plot): decouple extension from filename
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-11 21:41:05 +02:00
be55fc7d99
go: mv util{_test}.go to a separate util pkg
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-10 20:54:48 +02:00
1c5dfa9818
go(plot): enable concurrent plotting
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 22:51:31 +02:00
bec2ee3046
go(plot): track plotting execution time
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 19:22:09 +02:00
d2ab681218
go(plot): print info with appropriate func
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 19:20:21 +02:00
79ed004754
go(plot): set proper global min for axis label
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 19:04:05 +02:00
75471ba6e8
go(plot): set default plotter line width
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 19:01:21 +02:00
8f1e05fb77
go(plot): set default plotter font style
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 19:00:11 +02:00
340c6e7238
go(plot): rename allStats -> algoStats
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 18:16:51 +02:00
0131fccfba
go(plot): set font for tick labels
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 17:55:15 +02:00
141c48b722
go(plot): edit title text style
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 17:50:57 +02:00
29bc85ba59
go(plot): stop adding plot grid
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 17:41:25 +02:00
1380cf3cdc
go(plot): remove plot legend for n-iter comparison
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 17:17:25 +02:00
0794e48530
go(plot): set Y axis' min/max dynamically
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 03:32:07 +02:00
b6e7e916ce
go(algo/plot.go): set label,legend text style
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-05 22:56:01 +02:00
8f50a1ea51
go(plot): use createPath instead of createFolder
All checks were successful
continuous-integration/drone/push Build is passing
..as it's more universal, should we start/allow passing more complex
paths than "./res-folder".. should e.g. "./res/subpath" be passed to the
former func, it would error out more easily, as the subpath would likely
be non-existent, akin to `mkdir <path>` vs `mkdir -p <path>`.
2022-06-29 17:04:45 +02:00
babbd4201e
go: fix DoRandomSearch unit test
All checks were successful
continuous-integration/drone/push Build is passing
the test was previously failing due to a folder not present when results
were to be saved.
2022-06-28 23:42:15 +02:00
c0d8f8e6e8
go(algo): rework the plotting func, add util.go
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-20 03:32:48 +02:00
86226ac76f
fix(go): RandomSearch -> RandomSearchNG
All checks were successful
continuous-integration/drone/push Build is passing
that is, a next-gen (actually working) version of the algo...
also rm the attempt at plotting before another rework.
2022-06-20 03:04:59 +02:00
5038e75a38
go(plot): svg instead of png for 100-fold speed-up
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2022-06-18 21:22:19 +02:00
5b7c0a16a4
go: add plotting capability
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-18 05:27:10 +02:00