Skip to content

Commit

Permalink
Comment indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McLeod committed Jan 9, 2024
1 parent 7dcf03f commit 1f17ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/sopt/real_indicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class RealIndicator : public NonDifferentiableFunc<SCALAR>
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
Expand Down

0 comments on commit 1f17ead

Please sign in to comment.