You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-202Lines changed: 1 addition & 202 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The implementation of the two-objective archive is heavily based on the [`bisect
63
63
64
64
65
65
## Releases
66
-
- 1.0.0 addition of MOArchive classes for 3 and 4 objectives, as well as a class for handling solutions to constrained problems
66
+
-[1.0.0](https://github.com/CMA-ES/moarchiving/releases/tag/r1.0.0) addition of MOArchive classes for 3 and 4 objectives, as well as a class for handling solutions to constrained problems
67
67
- 0.7.0 reimplementation of `BiobjectiveNondominatedSortedList.hypervolume_improvement` by extracting a sublist first.
68
68
- 0.6.0 the `infos` attribute is a `list` with corresponding (arbitrary) information, e.g. for keeping the respective solutions.
69
69
- 0.5.3 fixed assertion error when not using `fractions.Fraction`
<h2 id="Details">Details<a class="anchor-link" href="#Details">¶</a></h2><p><code>moarchiving</code> with 2 objectives uses the <a href="https://docs.python.org/3/library/fractions.html"><code>fractions.Fraction</code></a> type to avoid rounding errors when computing hypervolume differences, but its usage can also be easily switched off by assigning the respective class attributes <code>hypervolume_computation_float_type</code> and <code>hypervolume_final_float_type</code>. The Fraction type can become prohibitively computationally expensive with increasing precision.</p>
14621
14621
<p>The implementation of the two-objective archive is heavily based on the <a href="https://docs.python.org/3/library/bisect.html"><code>bisect</code></a> module, while in three and four objectives it is based on the <a href="https://pypi.org/project/sortedcontainers/"><code>sortedcontainers</code></a> module.</p>
<li>1.0.0 addition of MOArchive classes for 3 and 4 objectives, as well as a class for handling solutions to constrained problems</li>
14623
+
<li><a href="https://github.com/CMA-ES/moarchiving/releases/tag/r1.0.0">1.0.0</a> addition of MOArchive classes for 3 and 4 objectives, as well as a class for handling solutions to constrained problems</li>
14624
14624
<li>0.7.0 reimplementation of <code>BiobjectiveNondominatedSortedList.hypervolume_improvement</code> by extracting a sublist first.</li>
14625
14625
<li>0.6.0 the <code>infos</code> attribute is a <code>list</code> with corresponding (arbitrary) information, e.g. for keeping the respective solutions.</li>
14626
14626
<li>0.5.3 fixed assertion error when not using <code>fractions.Fraction</code></li>
Copy file name to clipboardExpand all lines: moarchiving.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@
69
69
"\n",
70
70
"\n",
71
71
"## Releases\n",
72
-
"- 1.0.0 addition of MOArchive classes for 3 and 4 objectives, as well as a class for handling solutions to constrained problems\n",
72
+
"- [1.0.0](https://github.com/CMA-ES/moarchiving/releases/tag/r1.0.0) addition of MOArchive classes for 3 and 4 objectives, as well as a class for handling solutions to constrained problems\n",
73
73
"- 0.7.0 reimplementation of `BiobjectiveNondominatedSortedList.hypervolume_improvement` by extracting a sublist first.\n",
74
74
"- 0.6.0 the `infos` attribute is a `list` with corresponding (arbitrary) information, e.g. for keeping the respective solutions.\n",
75
75
"- 0.5.3 fixed assertion error when not using `fractions.Fraction`\n",
0 commit comments