Skip to content

Commit

Permalink
tiny doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-igel committed May 19, 2024
1 parent a0113ea commit 72df68f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<class Set, typename VectorType>
std::vector<KeyValuePair<double,std::size_t> > largest(Set const& points, std::size_t k, VectorType const& ref)const{
Expand Down

0 comments on commit 72df68f

Please sign in to comment.