examplePlotObj {designGG} | R Documentation |
examplePlotObj
:
Example data of examplePlotObj
for plot all scores and cooling at each
iteration during simulated annealing process.
data(examplePlotObj) plotAllScores(examplePlotObj)
data(examplePlotObj)
examplePlotObj
: a list which contains the following elements:
(1) scores (2) cooling (3) startTemp (4) temperature
(5) temperature.step (6) nIterations (7) optimality.
Yang Li <yang.li@rug.nl>, Gonzalo Vera <gonzalo.vera.rodriguez@gmail.com>
Rainer Breitling <r.breitling@rug.nl>, Ritsert Jansen <r.c.jansen@rug.nl>
##load the data
data(examplePlotObj)
##make plot based on the data
plotAllScores(examplePlotObj)