drt_iterate: Iterate

Description Usage Arguments Value Examples

Description

Minimize the gloabal energy of a drtm model.

Usage

1
drt_iterate(obj, n_iter)

Arguments

obj,

drtm, a drtm model.

n_iter

numeric, number of iterations.

Value

A new drtm with 'n_iter' times more iterations.

Examples

1
2
3
4
5
6
# Example model
m <- drt_import(
  system.file("Jegenstorf_i1000.RData", package = "drtplanr")
)

drt_iterate(m, 10)

munterfinger/drtplanr documentation built on Oct. 3, 2021, 7:28 p.m.