Apollo 10.0
自动驾驶开放平台
|
Search-related functions. 更多...
#include <functional>
命名空间 | |
namespace | apollo::common::math |
apollo::common::math | |
namespace | apollo |
class register implement | |
namespace | apollo::common |
apollo::common | |
函数 | |
double | apollo::common::math::GoldenSectionSearch (const std::function< double(double)> &func, const double lower_bound, const double upper_bound, const double tol=1e-6) |
Given a unimodal function defined on the interval, find a value on the interval to minimize the function. | |
Search-related functions.
在文件 search.h 中定义.