Skip to content

Commit

Permalink
removed infeasible warning - does not affect solution quality anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmann committed May 27, 2019
1 parent 44335d7 commit ecbfe68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/minimize.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ minimize <- function(
))
}

if (any(g_cnstr(tunable_parameters(initial_design)) > 0))
message("initial design is infeasible!")

res <- nloptr::nloptr(
x0 = tunable_parameters(initial_design),
lb = tunable_parameters(lower_boundary_design),
Expand Down

0 comments on commit ecbfe68

Please sign in to comment.