powered by
Retrieves the details (bounds, dimension, and function object) for a specific benchmark test function.
get_function_details(function_name)
A list containing:
Lower bounds for the function
Upper bounds for the function
Number of dimensions
The objective function
Name of the test function (e.g., "F01", "F02", ..., "F23")
# Get details for the Sphere function (F01) details <- get_function_details("F01") str(details)
Run the code above in your browser using DataLab