View source: R/gen.design.pars.R
| gen.design.pars | R Documentation |
This function can generate a set of optimal design parameters based on given distributions of the rank of optimization target (or budget).
gen.design.pars(
dist.mean,
dist.rank,
n.of.ants,
nl,
q = 1e-04,
n.of.archive = 100,
xi = 0.5
)
dist.mean |
List of means - coordinates |
dist.rank |
Rank of the archived values of the objective function(s) |
n.of.ants |
The number of artificial ants in the search. |
nl |
Neighborhood of the search area |
q |
The locality of the search (0, 1) |
n.of.archive |
The number of the solution archive. |
xi |
The convergence pressure (0, Inf) |
Generated optimal design parameter value(s) (i.e., a matrix with n.of.ants rows and n.of.design.pars columns)
Socha, K., & Dorigo, M. (2008). Ant colony optimization for continuous domains. European Journal of Operational Research, 185(3), 1155-1173.
We thank Dr. Krzysztof Socha for providing us the original code (https://iridia.ulb.ac.be/supp/IridiaSupp2008-001/) for this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.