Skip to content

Commit

Permalink
unnormalised loss in output
Browse files Browse the repository at this point in the history
  • Loading branch information
Aggrathon committed Apr 3, 2023
1 parent 620a741 commit a7bc953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/slise.R
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@ slise.object_unnormalise <- function(object, X, Y, x = NULL, y = NULL) {
out$normalised_loss <- object$loss
out$normalised_value <- object$value
out$normalised_epsilon <- object$epsilon
out$loss <- object$loss
out$value <- object$value
out
}

Expand Down

0 comments on commit a7bc953

Please sign in to comment.