Description Usage Arguments Details Value Author(s) See Also
Plot for each run one black curve 'error vs. iterations' and aggregate the mean curve (red) and
the median curve (green) of all runs. 'error' is the distance between the ever-best feasible
value and optim
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
dfAll |
the data frame of all runs, obtained with |
optim |
[NULL] the true optimum (or best known value) of the problem (only for diagnostics).
If |
fName |
["multiRun"] the name of the .Rdata file, printed as subtitle |
main |
[""] the name of the problem (e.g. "G01 problem"), printed as title |
xlim |
the x limits |
ylim |
the y limits |
ylog |
[TRUE] logarithmic y-axis |
xlog |
[FALSE] logarithmic x-axis |
target |
[0.05] a single run meets the target, if the final error is smaller than |
plotPDF |
[FALSE] if TRUE, plot to 'fName'.pdf |
subPDF |
[NULL] optional subdirectory where .pdf should go |
legendWhere |
["topright"] |
absErr |
[FALSE] if TRUE, plot abs(error) instead of error. |
Print some diagnostic information: final median & mean error, percentage of runs which meet the
target (only if optim
is available)).
z3
, a vector containing for each run the ever-best feasible objective value
Wolfgang Konen, Samineh Bagheri, Cologne University of Applied Sciences
multiRunPlot_2
, multiCOBRA
, cobraPhaseII
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.