Skip to content

Commit 6abd9da

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent d86fa69 commit 6abd9da

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

stan/math/mix/functor/wolfe_line_search.hpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,15 +557,18 @@ struct WolfeInfo {
557557
* @tparam Eval Evaluation record containing alpha/obj/dir.
558558
* @tparam P Search direction type passed to `update`.
559559
* @tparam Backoff Callable that shrinks `eval.alpha()` and returns a bool.
560-
* @tparam IsValid Callable that returns true when the evaluation is valid. When `Update` is non-void, must accept 2 arguments whereh the second argument is the return of `Update`.
560+
* @tparam IsValid Callable that returns true when the evaluation is valid. When
561+
* `Update` is non-void, must accept 2 arguments whereh the second argument is
562+
* the return of `Update`.
561563
*
562564
* @param[in] update Evaluator invoked as `update(curr, prev, eval, p)`.
563565
* @param[in,out] proposal Proposed step forwarded to `update`.
564566
* @param[in] curr Current state forwarded to `update`.
565567
* @param[in] prev Previous state forwarded to `update`.
566568
* @param[in,out] eval Evaluation record, updated in-place by `update`.
567569
* @param[in] p Search direction forwarded to `update`.
568-
* @param[in] backoff Shrinks alpha and returns whether another retry should occur.
570+
* @param[in] backoff Shrinks alpha and returns whether another retry should
571+
* occur.
569572
* @param[in] is_valid Checks whether the evaluation is valid.
570573
*
571574
* @return For void updates, returns void. Otherwise returns the value from the

0 commit comments

Comments
 (0)