simAnneal-trModel-numeric-numeric-method: Simulated Annealing

Description Usage Arguments Details

Description

Plot info: Red line is optimal solution. Green point is the best solution reached over the entire run, always plotted as the last point regardless of when the best solution was actually reached. Each point plotted is the probability at the end of a given temperature state.

Usage

1
2
3
## S4 method for signature 'trModel,numeric,numeric'
simAnneal(object, tstart, tstop, alpha, n,
  stability, endPlot = T, diagnostics = F, cluster = F)

Arguments

object

A trModel object

tstart

The starting temperature

tstop

The final temperature, once the temperature drops below this value the process will stop

alpha

The multiplicitave temperature decrement

n

The number of iterations per temperature before moving to the next temperature

stability

The number of temperature increments with the same end probability that causes early termination. If 0 stability checking will not be performed.

Details

Stability based on best solution reached and checked after each temperature state.


ColeWunderlich/trSim documentation built on May 5, 2019, 12:28 p.m.