find_starting_temp: Starting temperature

Description Usage Arguments Value

View source: R/start_temp.R

Description

Increases starting temperature until the acceptence rate over 500 iterations is greater than the target acceptance rate

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
find_starting_temp(
  target_acceptance,
  current_solution,
  cur_y,
  max_solution,
  min_solution,
  y,
  cost,
  budget_block,
  budget,
  free
)

Arguments

target_acceptance

Taget acceptance rate

current_solution

Current solution index

cur_y

Current solution out

max_solution

Max solution index

min_solution

Min solution index

y

Solution out

cost

Solution cost

budget_block

Budget blocks

budget

Budget

free

Free funds

Value

A starting temperature


pwinskill/coop documentation built on Oct. 11, 2020, 11:29 a.m.