Skip to contents

Visualizes the squared annealing temperature across iterations for a given `discourse.object`, allowing inspection of the cooling schedule used in optimization.

Usage

plot_cooling(discourse_obj)

Arguments

discourse_obj

A `discourse.object` returned by one of the `optim_*` functions, containing `inputs$max_iter`, `inputs$init_temp`, and `inputs$cooling_rate`.

Value

A `ggplot2` object.

Examples

 if (FALSE) { # \dontrun{
result <- optim_aov(args = ..., ...)
plot_cooling(result)
} # }