Retrieve the global minimum of a function.
检索了全球最小的功能。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve the global minimum of a function.
检索了全球最小的功能。
用法----------Usage----------
global_minimum(fn)
## S3 method for class 'soo_function'
global_minimum(fn)
参数----------Arguments----------
参数:fn
Function to query.
功能查询。
值----------Value----------
List with two elements. par contains the location of the global minimum in the parameter space (possibly as a list if there are multiple global minima) and value the function value of the global minimum.
列出两个元素。 par包含在参数空间中的全局最小值的位置(可能为一个列表,如果有多个全局最小值)和value的全局最小的函数值。