Rel*_*lla 3 c++ boost function std minimize
所以我有一个像这样的功能
int f(int i, int j, int c, double d) {
/*...any operations with i, j, c, d affect on some return int we have*/
}
Run Code Online (Sandbox Code Playgroud)
在boost或STD中是否有任何东西会占用我的函数并找到最小化函数输出的输入参数?