⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 group_helpers.html

📁 一个tabu search算法框架
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <title>EasyLocal++ Documentation</title>
  <link href="local.css" rel="stylesheet" type="text/css">
</head>

<body lang="en">

<table width="100%" border="0">
  <tbody>
    <tr>
      <td colspan="2"><h1 class="nojustify">EasyLocal++ Documentation</h1>
        <hr>
      </td>
    </tr>
    <tr>
      <td width="30" align="center">&nbsp;</td>
      <td>
<!-- Generated by Doxygen 1.2.5 on Sat Jun 9 18:59:42 2001 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>Helper classes</h1><h2>Compounds</h2>
<ul>
<li>class <a class="el" href="class_easylocal__NeighborhoodExplorer.html">easylocal::NeighborhoodExplorer</a>
<li>class <a class="el" href="class_easylocal__OutputManager.html">easylocal::OutputManager</a>
<li>class <a class="el" href="class_easylocal__ProhibitionManager.html">easylocal::ProhibitionManager</a>
<li>class <a class="el" href="class_easylocal__StateManager.html">easylocal::StateManager</a>
<li>class <a class="el" href="class_easylocal__TabuListManager.html">easylocal::TabuListManager</a>
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Helper classes perform actions related to some specific aspects of the search. For example, the <code>NeighborhoodExplorer</code> is responsible for everything concerning the neighborhood: candidate move selection, update current state by executing a move, and so on. Different <code>NeighborhoodExplorers</code> may be defined in case of composite search, each one handling a specific neighborhood relation used by the algorithm.
<p>
Helper classes cooperate among themselves. For example, the <code>NeighborhoodExplorer</code> is not responsible for the move prohibition mechanisms (such as maintaining the tabu list), which are delegated to another helper, namely the <code>ProibitionManager</code>.
<p>
Helper classes do not have their own internal data, but they work on the internal state of the runners that invoke them, and interact with them through function parameters.       </td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td><hr>
        <span class="mark">Go to:</span> the <a href="index.html">Main Page</a> of the documentation.
      </td>
    </tr>
  </tbody>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -