32 lines
912 B
Go HTML Template
32 lines
912 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]
|
|
\centering
|
|
|
|
% \begin{tabular}[t]{ |l|{{- range $i, $v := .ColLayout }}{{$v}}| {{- end}} }
|
|
\begin{tabular}[t]{ ||l||{{- range $i, $v := .ColLayout }}{{$v}}| {{- end -}}| }
|
|
\toprule
|
|
& {{ range $i, $v := .ColNames }}{{$v }} & {{ end}}\\
|
|
{{- range $j, $v := .Rs }}
|
|
{{ printf "%s & " $v.Title }}
|
|
{{- range $k, $val := $v.Values }}
|
|
{{- printf "%f & " $val }}
|
|
{{- end}}\\
|
|
{{- end }}
|
|
\bottomrule
|
|
\end{tabular}
|
|
|
|
\caption{\label{table: {{ .Algo }} algo statistics}}
|
|
\end{table}
|
|
|
|
% vim: ft=gotexttmpl ts=2 sts=2 sw=2 bs=2 expandtab
|