Home
last modified time | relevance | path

Searched refs:solverSystem (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ml/
H A Dml.inl.hpp12 int simulatedAnnealingSolver(SimulatedAnnealingSolverSystem& solverSystem, in simulatedAnnealingSolver() argument
24 double previousEnergy = solverSystem.energy(); in simulatedAnnealingSolver()
30 solverSystem.changeState(); in simulatedAnnealingSolver()
31 double newEnergy = solverSystem.energy(); in simulatedAnnealingSolver()
47 solverSystem.reverseState(); in simulatedAnnealingSolver()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dml.hpp1944 int simulatedAnnealingSolver(SimulatedAnnealingSolverSystem& solverSystem,