From 1f17eadab38ccea1120900a34b8486fbe0e53bc4 Mon Sep 17 00:00:00 2001 From: Michael McLeod Date: Tue, 9 Jan 2024 21:10:54 +0000 Subject: [PATCH] Comment indicator --- cpp/sopt/real_indicator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/sopt/real_indicator.h b/cpp/sopt/real_indicator.h index c0f532149..ef378f5d3 100644 --- a/cpp/sopt/real_indicator.h +++ b/cpp/sopt/real_indicator.h @@ -26,6 +26,8 @@ class RealIndicator : public NonDifferentiableFunc SOPT_HIGH_LOG("Performing Forward Backward TensorFlow model"); } + // Indicator function. This is usually only used for the + // objective function, so this will probably not be called. Real function(t_Vector const &x) const override; // Real projection