Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

UniDOE (version 1.0.2)

UniTracePlot: 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

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

Run this code
# NOT RUN {
  ##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)
# }

Run the code above in your browser using DataLab