![]() |
OpenCV 4.12.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() 之後呼叫一次。