| optimizer_woa | R Documentation |
Creates a Whale Optimization Algorithm optimizer object for continuous optimization problems.
optimizer_woa(pop_size = 30, max_iter = 100, a_start = 2, a_end = 0, b = 1)
pop_size |
Population size. |
max_iter |
Maximum number of iterations. |
a_start |
Initial value of the control parameter |
a_end |
Final value of the control parameter |
b |
Constant defining the spiral shape in the bubble-net mechanism. |
An object of class "met_optimizer".
Mirjalili, S., and Lewis, A. (2016). The Whale Optimization Algorithm. Advances in Engineering Software, 95, 51–67. doi:10.1016/j.advengsoft.2016.01.008
optimizer_woa()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.