Description Usage Arguments References Examples
An implementation of Ant Colony Optimization algorithm for continuous variables.
1  | 
objective | 
 An instance of ObjectiveFunction (or subclass) class ObjectiveFunction  | 
options | 
 An apropiate instance from a sublclass of Options class  | 
[1] Socha, K., & Dorigo, M. (2008). Ant colony optimization for continuous domains. European Journal of Operational Research, 185(3), 1155-1173. http://doi.org/10.1016/j.ejor.2006.06.046
1 2 3 4 5 6 7 8 9  | ## Not run: 
 f<- PlainFunction$new(f0.rosenbrock2)
 f$Parameter(name="x1",min=-100,max=100)
 f$Parameter(name="x2",min=-100,max=100)
 extremize("acor", f)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.