calculate_min: ACO Implemenatation with the package evoper

Description Usage Arguments Value

View source: R/fct_aco_evoper.R

Description

ACO Implemenatation with the package evoper

Usage

1
calculate_min(iterations, lower_bound, upper_bound, test_function)

Arguments

iterations

number of iterations (= generations)

lower_bound

the minimum limit of the range in which we search the minimum (for the x1, x2, f value)

upper_bound

the maximum limit of the range in which we search the minimum (for the x1, x2, f value)

test_function

the objective function to minimize

Value

the calculated minimum (x1, x2 and f value)


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