Local search algorithms operate using a single () (rather than multiple paths) and generally move only to neighbors of that node.局部搜索算法使用一个()(而不是多条路径),并且通常仅移动到该节点相邻的节点。
Local search algorithms operate using a single () (rather than multiple paths) and generally move only to neighbors of that node.局部搜索算法使用一个()(而不是多条路径),并且通常仅移动到该节点相邻的节点。
正确答案:current node
当前节点
- 上一篇:Inspired by social behavior of birds and fishes, Particle Swarm Optimization (PSO) algorithm uses a number of () that constitute a swarm moving around in the search space looking for the best solution.受鸟类和鱼类的社会行为的启发,粒子群优化算法采用若干()构成一个围绕搜索空间移动的群体来寻找最优解。
- 下一篇:In addition to finding goals, local search algorithms are useful for solving pure (), in which the aim is to find the best state according to an objective function.除了寻找目标之外,局部搜索算法对解决纯()也很有效。其目的是根据一个目标函数找到其最好的状态。