Learn R Programming

designGG (version 1.1)

examplePlotObj: Example PlotObj data

Description

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

data(examplePlotObj)
plotAllScores(examplePlotObj)

Usage

data(examplePlotObj)

Arguments

Format

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

Examples

Run this code
  ##load the data
  data(examplePlotObj)
  
  ##make plot based on the data
  plotAllScores(examplePlotObj)
  

Run the code above in your browser using DataLab