Skip to content

Commit df01c8f

Browse files
committed
* bibkeys.txt: Rename WuAzam2001metrics to WuAza2001metrics.
1 parent 73b7eb9 commit df01c8f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

bibkeys.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Muller1959sphere
3232
RubMel1998simulation
3333
SchEsqLarCoe2012tec
3434
VelLam1998gp
35-
WuAzam2001metrics
35+
WuAza2001metrics
3636
ZhoZhaJin2009igdx
3737
ZitThi1998ppsn
3838
ZitThiLauFon2003:tec

python/doc/source/REFERENCES.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ @article{SchEsqLarCoe2012tec
361361
doi = {10.1109/TEVC.2011.2161872}
362362
}
363363

364-
@article{WuAzam2001metrics,
364+
@article{WuAza2001metrics,
365365
author = {J. Wu and S. Azam},
366366
title = {Metrics for Quality Assessment of a Multiobjective Design
367367
Optimization Solution Set},

python/src/moocore/_moocore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def hypervolume(
461461
for speed.
462462
463463
For 5D or higher and up to 15 points, the implementation uses the
464-
inclusion-exclusion algorithm :footcite:p:`WuAzam2001metrics`, which has
464+
inclusion-exclusion algorithm :footcite:p:`WuAza2001metrics`, which has
465465
:math:`O(m 2^{n})` time and :math:`O(n\cdot m)` space complexity, where
466466
:math:`m` is the dimension of the points, but it is very fast for such
467467
small sets. For larger number of points, it uses a recursive algorithm

r/R/hv.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#' speed.
5959
#'
6060
#' For 5D or higher and up to 15 points, the implementation uses the
61-
#' inclusion-exclusion algorithm \citep{WuAzam2001metrics}, which has \eqn{O(m
61+
#' inclusion-exclusion algorithm \citep{WuAza2001metrics}, which has \eqn{O(m
6262
#' 2^{n})} time and \eqn{O(n\cdot m)} space complexity, but it is very fast for
6363
#' such small sets. For larger number of points, it uses a recursive algorithm
6464
#' \citep{FonPaqLop06:hypervolume} with \eqn{\text{HV4D}^{+}} as the base case,

r/inst/REFERENCES.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ @article{SchEsqLarCoe2012tec
361361
doi = {10.1109/TEVC.2011.2161872}
362362
}
363363

364-
@article{WuAzam2001metrics,
364+
@article{WuAza2001metrics,
365365
author = {J. Wu and S. Azam},
366366
title = {Metrics for Quality Assessment of a Multiobjective Design
367367
Optimization Solution Set},

r/man/hypervolume.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)