examplePlotObj: Example PlotObj data

Description Usage Format Author(s) Examples

Description

examplePlotObj: Example data of examplePlotObj for plot all scores and cooling at each iteration during simulated annealing process.

1
2

Usage

1

Format

examplePlotObj: a list which contains the following elements: (1) scores (2) cooling (3) startTemp (4) temperature (5) temperature.step (6) nIterations (7) optimality.

Author(s)

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>

Examples

1
2
3
4
5
6
  ##load the data
  data(examplePlotObj)
  
  ##make plot based on the data
  plotAllScores(examplePlotObj)
  

designGG documentation built on May 2, 2019, 5:51 a.m.