-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathtutorials.html
194 lines (170 loc) · 8.78 KB
/
tutorials.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Licensed under the Apache 2.0 License -->
<link rel="stylesheet" type="text/css" href="_static/fonts/open-sans/stylesheet.css" />
<!-- Licensed under the SIL Open Font License -->
<link rel="stylesheet" type="text/css" href="_static/fonts/source-serif-pro/source-serif-pro.css" />
<link rel="stylesheet" type="text/css" href="_static/css/bootstrap.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Getting started — jMetalPy 1.7.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/guzzle.css?v=e05a0192" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=9aa90875" />
<script src="_static/documentation_options.js?v=030dc6f6"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script>window.MathJax = {"tex": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true}, "options": {"ignoreHtmlClass": "tex2jax_ignore|mathjax_ignore|document", "processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script>
<script defer="defer" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link rel="author" title="About these documents" href="about.html" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Defining new problems" href="tutorials/problem.html" />
<link rel="prev" title="jMetalPy: Python version of the jMetal framework" href="index.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="tutorials/problem.html" title="Defining new problems"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="index.html" title="jMetalPy: Python version of the jMetal framework"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">jMetalPy 1.7.0 documentation</a> »</li>
<li class="nav-item nav-item-this"><a href="">Getting started</a></li>
</ul>
</div>
<div class="container-wrapper">
<div id="mobile-toggle">
<a href="#"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span></a>
</div>
<div id="left-column">
<div class="sphinxsidebar"><a href="
index.html" class="text-logo">
<img src="_static/jmetalpy.png" class="img-fluid" alt="jMetalPy 1.7.0 documentation">
<br>
</a>
<div class="sidebar-block">
<div class="sidebar-wrapper">
Python version of the jMetal framework
</div>
</div>
<div class="sidebar-block">
<div class="sidebar-wrapper">
<h2>Table Of Contents</h2>
</div>
<div class="sidebar-toc">
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Getting started</a><ul>
<li class="toctree-l2"><a class="reference internal" href="tutorials/problem.html">Defining new problems</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/observer.html">Extending algorithms</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/evaluator.html">Evaluate solutions</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/visualization.html">Front visualization</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/experiment.html">Experiments</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/statistics.html">Statistical analysis</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="multiobjective.algorithms.html">Multi-objective algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="singleobjective.algorithms.html">Single-objective algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="operators.html">Operators</a></li>
<li class="toctree-l1"><a class="reference internal" href="problems.html">Problems</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="about.html">About</a></li>
</ul>
</div>
</div>
<div class="sidebar-block">
<div class="sidebar-wrapper">
<div id="main-search">
<form class="form-inline" action="search.html" method="GET" role="form">
<div class="input-group">
<input name="q" type="text" class="form-control" placeholder="Search...">
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
</div>
</div>
<div id="right-column">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Docs</a></li>
<li class="breadcrumb-item">Getting started</li>
</ol>
</nav>
<div class="document clearer body">
<section id="getting-started">
<h1>Getting started<a class="headerlink" href="#getting-started" title="Link to this heading">¶</a></h1>
<div class="toctree-wrapper compound">
<p class="caption" role="heading"><span class="caption-text">First steps:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="tutorials/problem.html">Defining new problems</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorials/observer.html">Extending algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorials/evaluator.html">Evaluate solutions</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorials/visualization.html">Front visualization</a></li>
</ul>
</div>
<div class="toctree-wrapper compound">
<p class="caption" role="heading"><span class="caption-text">Laboratory:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="tutorials/experiment.html">Experiments</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorials/statistics.html">Statistical analysis</a></li>
</ul>
</div>
</section>
</div>
<div class="footer-relations">
<div class="float-left">
<a class="btn btn-outline btn-sm" href="index.html" title="previous chapter (use the left arrow)">← jMetalPy: Python version of the jMetal framework</a>
</div>
<div class="float-right">
<a class="btn btn-outline btn-sm" href="tutorials/problem.html" title="next chapter (use the right arrow)">Defining new problems →</a>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="clearfix"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="tutorials/problem.html" title="Defining new problems"
>next</a> |</li>
<li class="right" >
<a href="index.html" title="jMetalPy: Python version of the jMetal framework"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">jMetalPy 1.7.0 documentation</a> »</li>
<li class="nav-item nav-item-this"><a href="">Getting started</a></li>
</ul>
</div>
<script type="text/javascript">
$("#mobile-toggle a").click(function () {
$("#left-column").toggle();
});
</script>
<script type="text/javascript" src="_static/js/bootstrap.js"></script>
<div class="footer">
© Copyright 2019, Antonio Benítez-Hidalgo. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
</body>
</html>