Skip to content

Commit

Permalink
VERSION 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Blank committed May 4, 2020
1 parent c238f79 commit f47c1a5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/source/misc/reference_directions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": [
"## Reference Directions\n",
"\n",
"Most evolutionary many-objective optimization (EMaO) algorithms, for instance [NSGA3](../algorithms/nsga3.ipynb) or [MOEAD](../algorithms/moead.ipynb), start with a description of a number of pre-defined set of reference directions on a unit simplex. Reference directions in an $M$-dimensional space are subject to"
"Most evolutionary many-objective optimization (EMaO) algorithms, for instance [NSGA3](../algorithms/nsga3.ipynb) or [MOEAD](../algorithms/moead.ipynb), start with a description of a number of predefined set of reference directions on a unit simplex. Reference directions in an $M$-dimensional space are subject to"
]
},
{
Expand Down Expand Up @@ -506,7 +506,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion doc/source/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h4>Performance Indicator</h4>
<a href="misc/performance_indicator.html#nb-igd">IGD</a>,
<a href="misc/performance_indicator.html#nb-igd-plus">IGD+</a>,
<a href="misc/performance_indicator.html#nb-hv">Hypervolume</a>,
<a href="customization/kktpm.html">KKTPM</a>
<a href="misc/kktpm.html">KKTPM</a>
</div>
</div>
</div>
Expand Down
13 changes: 11 additions & 2 deletions doc/source/versions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"source": [
"#### 0.4.1\n",
"\n",
"- New Feature: Riesz s-Energy Method to generate a well-spaced point-set of arbitrary size.\n",
"- New Feature: Riesz s-Energy Method to generate a well-spaced point-set on the unit simplex (reference directions) of arbitrary size.\n",
"- New Algorithm: An implementation of Hooke and Jeeves Pattern Search (well-known single-objective algorithm)\n",
"- New Documentation: We have re-arranged the documentation and explain now the minimize interface in more detail.\n",
"- New Feature: The problem can be parallelized by directly providing a starmapping callable (Contribution by Josh Karpel).\n",
Expand Down Expand Up @@ -196,8 +196,17 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
},
"pycharm": {
"stem_cell": {
"cell_type": "raw",
"source": [],
"metadata": {
"collapsed": false
}
}
}
},
"nbformat": 4,
"nbformat_minor": 4
}
}
2 changes: 1 addition & 1 deletion pymoo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1.dev"
__version__ = "0.4.1"

0 comments on commit f47c1a5

Please sign in to comment.