OpenCV 4.11.0
开源计算机视觉
|
此类声明了模拟退火优化算法中使用的系统状态的示例接口。更多…
#include <opencv2/ml.hpp>
公有成员函数 | |
void | changeState () |
double | energy () const |
void | reverseState () |
此类声明了模拟退火优化算法中使用的系统状态的示例接口。
void cv::ml::SimulatedAnnealingSolverSystem::changeState | ( | ) |
更改系统状态的函数(随机扰动)。
double cv::ml::SimulatedAnnealingSolverSystem::energy | ( | ) | const |
给出系统状态的能量值。
void cv::ml::SimulatedAnnealingSolverSystem::reverseState | ( | ) |
用于反转到先前状态的函数。只能在changeState()之后调用一次。