From 72df68faab39e6f0d6ff4635ef60f8310b19d86d Mon Sep 17 00:00:00 2001 From: Christian Igel Date: Sun, 19 May 2024 23:16:46 +0200 Subject: [PATCH] tiny doc update --- .../Operators/Hypervolume/HypervolumeContribution3D.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/shark/Algorithms/DirectSearch/Operators/Hypervolume/HypervolumeContribution3D.h b/include/shark/Algorithms/DirectSearch/Operators/Hypervolume/HypervolumeContribution3D.h index 6200f6092..0f67346c0 100644 --- a/include/shark/Algorithms/DirectSearch/Operators/Hypervolume/HypervolumeContribution3D.h +++ b/include/shark/Algorithms/DirectSearch/Operators/Hypervolume/HypervolumeContribution3D.h @@ -349,6 +349,7 @@ struct HypervolumeContribution3D { /// \brief Returns the index of the points with largest contribution as well as their contribution. /// /// \param [in] points The set \f$S\f$ of points from which to select the largest contributor. + /// \param [in] k The number of points to select. /// \param [in] ref The reference Point\f$\vec{r} \in \mathbb{R}^2\f$ for the hypervolume calculation, needs to fulfill: \f$ \forall s \in S: s \preceq \vec{r}\f$. template std::vector > largest(Set const& points, std::size_t k, VectorType const& ref)const{