Learn R Programming

CAISEr (version 0.3.3)

my.SANN: Simulated annealing (for testing/examples) Adapted from stats::optim

Description

Simulated annealing (for testing/examples) Adapted from stats::optim

Usage

my.SANN(Temp, budget, instance)

Arguments

Temp

controls the "SANN" method. It is the starting temperature for the cooling schedule.

budget

stop criterion: total number of function evaluations

instance

instance object (see calc_nreps2() for details)