Skip to content

Commit

Permalink
Comment out genrose 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 19, 2023
1 parent 8cdde2e commit 5c05694
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/testthat/test-genrose.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ test_that("100u", {
expect_equal(1, ans100un$value)
})

context("roskenbrock with 20", {
## context("roskenbrock with 20", {

## x0 <- rep(0.1, 20)
## x0 <- rep(0.1, 20)

## sol <- lbfgsb3c(x0, genrose.f, genrose.g)
## sol <- lbfgsb3c(x0, genrose.f, genrose.g)

## sol2 <- lbfgsb3c(x0, genrose.f, genrose.g, lower=0, upper=0.5, control=list(factr=1e20))
## sol2 <- lbfgsb3c(x0, genrose.f, genrose.g, lower=0, upper=0.5, control=list(factr=1e20))

#optim(x0, genrose.f, genrose.g, method="L-BFGS-B", lower=0, upper=0.5)
#optim(x0, genrose.f, genrose.g, method="L-BFGS-B", lower=0, upper=0.5)


})
## })

0 comments on commit 5c05694

Please sign in to comment.