Skip to content

Commit 9fe0451

Browse files
committed
Hopefully fixes a unicode problem \xc2
1 parent 12f20f3 commit 9fe0451

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GPflowOpt/acquisition/hvpoi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ class HVProbabilityOfImprovement(Acquisition):
2929
"""
3030
Hypervolume-based Probability of Improvement.
3131
32-
A multiobjective acquisition function for multiobjective optimization. It is used to identify a complete Pareto set
32+
A multiobjective acquisition function for multiobjective optimization. It is used to identify a complete Pareto set
3333
of non-dominated solutions.
34-
34+
3535
Key reference:
3636
3737
::

0 commit comments

Comments
 (0)