Learn R Programming

marinepredator (version 0.0.1)

print.mpa_result: Print method for MPA results

Description

Prints a summary of the Marine Predators Algorithm optimization results.

Usage

# S3 method for mpa_result
print(x, ...)

Value

Invisibly returns the input object x.

Arguments

x

An object of class mpa_result returned by [mpa()].

...

Additional arguments (currently unused).

Examples

Run this code
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