29 lines
849 B
Go HTML Template
29 lines
849 B
Go HTML Template
% Code generated by math-optim; DO NOT EDIT.
|
|
%
|
|
% This file was generated by robots at
|
|
% {{ .Timestamp }}
|
|
% source: git.dotya.ml/wanderer/math-optim/report/table.tmpl
|
|
|
|
% This file is a part of the math-optim project.
|
|
% project homepage: https://git.dotya.ml/wanderer/math-optim/
|
|
|
|
\subsection{ {{- .Algo -}} }
|
|
|
|
\begin{table}[!htb]
|
|
\resizebox{\columnwidth}{!}{\begin{tabular}[t]{r||{{- range $i, $v := .ColLayout }}{{$v}}| {{- end -}} }
|
|
\textbf{params} & {{ range $i, $v := .ColNames }}{{ printf "\\textbf{%s}" $v }} & {{ end}}\\
|
|
{{- range $j, $v := .Rs }}
|
|
{{ printf "%s & " $v.Title }}
|
|
{{- range $k, $val := $v.Values }}
|
|
{{- printf "%f & " $val }}
|
|
{{- end}}\\
|
|
{{- end }}
|
|
\end{tabular}}
|
|
|
|
\footnotesize
|
|
\centering
|
|
\caption{ {{- .Algo }} algo statistics}
|
|
\end{table}
|
|
|
|
% vim: ft=gotexttmpl ts=2 sts=2 sw=2 bs=2 expandtab
|