calc_gens: Calculates an iteration step, calculate Values for first...

Description Usage Arguments Value

View source: R/global_utils.R

Description

Calculates an iteration step, calculate Values for first generation (use Algorithm-Functions from File "fct_aco.R")

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
calc_gens(
  datos = "NA",
  cost_f,
  param_list,
  gen_p,
  gen,
  q = 0.2,
  eps = 0.5,
  paralelo = 0
)

Arguments

datos

the data of interest (this parameter is not necessary for us)

cost_f

the objective function

Value

a new list of the x-, y- and f- value of each ant which represents the new locations of the ants


FelixBehne/ant.colony.optimization documentation built on Dec. 17, 2021, 8:25 p.m.