Apollo 10.0
自动驾驶开放平台
search.h 文件参考

Search-related functions. 更多...

#include <functional>
search.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

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 中定义.