Description Usage Arguments Value
View source: R/fct_aco_evoper.R
ACO Implemenatation with the package evoper
1 | calculate_min(iterations, lower_bound, upper_bound, test_function)
|
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 |
the calculated minimum (x1, x2 and f value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.