UniTracePlot {UniDOE}R Documentation

Draw discrepancy value trace in optimization process.

Description

This function takes an output from GenUD or GenAUD function and a integer value skip to draw trace plot.

Usage

  UniTracePlot(output, skip=0)

Arguments

output

an output from GenUD or GenAUD function.

skip

an integer value. Number of values in the head to skip for the given sequence.

Value

A trace plot

Author(s)

Aijun Zhang, Haoyu Li, Shijie Quan

References

Zhang, A. and Li, H. (2017). UniDOE: An R package for constructing uniform design of experiments via stochastic and adaptive threshold accepting algorithm. Technical Report.

Examples

  ##e.g.
  n=12 #(must be multiples of q)
  s=3
  q=4
  Dlst = GenUD(n=n,s=s,q=q,crit="MD2",maxiter=100)
  UniTracePlot(output=Dlst)

[Package UniDOE version 1.0.2 Index]