powered by
Prints a summary of the Marine Predators Algorithm optimization results.
# S3 method for mpa_result print(x, ...)
Invisibly returns the input object x.
x
An object of class mpa_result returned by [mpa()].
mpa_result
Additional arguments (currently unused).
result <- mpa(SearchAgents_no = 10, Max_iter = 20, lb = -10, ub = 10, dim = 5, fobj = F01) print(result)
Run the code above in your browser using DataLab