# Get details for a specific function
details <- get_function_details("F01")
# Use a test function directly
F01(c(0, 0, 0)) # Returns 0 (global minimum)
# List all available test functions
available_functions <- c("F01", "F02", "F03", "F04", "F05", "F06", "F07", "F08", "F09", "F10",
"F11", "F12", "F13", "F14", "F15", "F16", "F17", "F18", "F19", "F20",
"F21", "F22", "F23")
Run the code above in your browser using DataLab