File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -199,12 +199,12 @@ function _plot_results(bench_id)
199199 return wide
200200 end
201201
202- # en anglais
203- # mettre en log 2 au lieu de log 1
204- # réunir les graphes par pair de solver model
205- # sur moonshot faire 2 courbes une gpu et cpu
206- # Faire sur nombre d'itération
207- # Mettre temps inf si pas converge
202+ # write in english
203+ # use log base 2 instead of log base 1
204+ # group the graphs by solver– model pairs
205+ # on Moonshot, plot two curves: one for GPU and one for CPU
206+ # plot with respect to the number of iterations
207+ # set time to infinity if it does not converge
208208 function plot_performance_profile (wide, model)
209209 r_ipopt = sort (collect (skipmissing (wide. r_ipopt)))
210210 r_madnlp = sort (collect (skipmissing (wide. r_madnlp)))
You can’t perform that action at this time.
0 commit comments