index.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Overview: module code &mdash; macop v1.0.5 documentation</title>
  8. <script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
  9. <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
  10. <script type="text/javascript" src="../_static/jquery.js"></script>
  11. <script type="text/javascript" src="../_static/underscore.js"></script>
  12. <script type="text/javascript" src="../_static/doctools.js"></script>
  13. <script type="text/javascript" src="../_static/language_data.js"></script>
  14. <script type="text/javascript" src="../_static/js/theme.js"></script>
  15. <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
  16. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  17. <link rel="stylesheet" href="../_static/css/custom.css" type="text/css" />
  18. <link rel="index" title="Index" href="../genindex.html" />
  19. <link rel="search" title="Search" href="../search.html" />
  20. </head>
  21. <body class="wy-body-for-nav">
  22. <div class="wy-grid-for-nav">
  23. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  24. <div class="wy-side-scroll">
  25. <div class="wy-side-nav-search" >
  26. <a href="../index.html" class="icon icon-home"> macop
  27. </a>
  28. <div class="version">
  29. 1.0.5
  30. </div>
  31. <div role="search">
  32. <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
  33. <input type="text" name="q" placeholder="Search docs" />
  34. <input type="hidden" name="check_keywords" value="yes" />
  35. <input type="hidden" name="area" value="default" />
  36. </form>
  37. </div>
  38. </div>
  39. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  40. <p class="caption"><span class="caption-text">Contents:</span></p>
  41. <ul>
  42. <li class="toctree-l1"><a class="reference internal" href="../description.html">Description</a></li>
  43. <li class="toctree-l1"><a class="reference internal" href="../api.html">API</a></li>
  44. <li class="toctree-l1"><a class="reference internal" href="../documentations/index.html">Documentation</a></li>
  45. <li class="toctree-l1"><a class="reference internal" href="../examples.html">Some examples</a></li>
  46. <li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
  47. </ul>
  48. </div>
  49. </div>
  50. </nav>
  51. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  52. <nav class="wy-nav-top" aria-label="top navigation">
  53. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  54. <a href="../index.html">macop</a>
  55. </nav>
  56. <div class="wy-nav-content">
  57. <div class="rst-content">
  58. <div role="navigation" aria-label="breadcrumbs navigation">
  59. <ul class="wy-breadcrumbs">
  60. <li><a href="../index.html">Docs</a> &raquo;</li>
  61. <li>Overview: module code</li>
  62. <li class="wy-breadcrumbs-aside">
  63. </li>
  64. </ul>
  65. <hr/>
  66. </div>
  67. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  68. <div itemprop="articleBody">
  69. <h1>All modules for which code is available</h1>
  70. <ul><li><a href="macop/algorithms/base.html">macop.algorithms.base</a></li>
  71. <li><a href="macop/algorithms/mono.html">macop.algorithms.mono</a></li>
  72. <li><a href="macop/algorithms/multi.html">macop.algorithms.multi</a></li>
  73. <li><a href="macop/callbacks/base.html">macop.callbacks.base</a></li>
  74. <li><a href="macop/callbacks/classicals.html">macop.callbacks.classicals</a></li>
  75. <li><a href="macop/callbacks/multi.html">macop.callbacks.multi</a></li>
  76. <li><a href="macop/callbacks/policies.html">macop.callbacks.policies</a></li>
  77. <li><a href="macop/evaluators/base.html">macop.evaluators.base</a></li>
  78. <li><a href="macop/evaluators/discrete/mono.html">macop.evaluators.discrete.mono</a></li>
  79. <li><a href="macop/evaluators/discrete/multi.html">macop.evaluators.discrete.multi</a></li>
  80. <li><a href="macop/operators/base.html">macop.operators.base</a></li>
  81. <li><a href="macop/operators/discrete/crossovers.html">macop.operators.discrete.crossovers</a></li>
  82. <li><a href="macop/operators/discrete/mutators.html">macop.operators.discrete.mutators</a></li>
  83. <li><a href="macop/policies/base.html">macop.policies.base</a></li>
  84. <li><a href="macop/policies/classicals.html">macop.policies.classicals</a></li>
  85. <li><a href="macop/policies/reinforcement.html">macop.policies.reinforcement</a></li>
  86. <li><a href="macop/solutions/base.html">macop.solutions.base</a></li>
  87. <li><a href="macop/solutions/discrete.html">macop.solutions.discrete</a></li>
  88. <li><a href="macop/utils/progress.html">macop.utils.progress</a></li>
  89. </ul>
  90. </div>
  91. </div>
  92. <footer>
  93. <hr/>
  94. <div role="contentinfo">
  95. <p>
  96. &copy; Copyright 2020, Jérôme BUISINE
  97. </p>
  98. </div>
  99. Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  100. </footer>
  101. </div>
  102. </div>
  103. </section>
  104. </div>
  105. <script type="text/javascript">
  106. jQuery(function () {
  107. SphinxRtdTheme.Navigation.enable(true);
  108. });
  109. </script>
  110. </body>
  111. </html>