Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_tools.cpp2103 case 1: bResult = _Hill_Climbing (true , nMaxIterations); break; in Execute()
2105 && _Hill_Climbing (false, nMaxIterations); break; in Execute()
2217 bool CSG_Cluster_Analysis::_Hill_Climbing(bool bInitialize, int nMaxIterations) in _Hill_Climbing() function in CSG_Cluster_Analysis
H A Dmat_tools.h1170 bool _Hill_Climbing (bool bInitialize, int nMaxIterations);