What are the constraints and outputs in this toy optimization problem using package mco in R?

前端 未结 0 1645
死守一世寂寞
死守一世寂寞 2021-01-31 09:29
library(mco)

binh2 <- function (x) 
{
  c1 <- 4 * x
  c2 <- (x - 5)
  c(crossprod(c1, c1), crossprod(c2, c2))
}

binh2.constr <- function (x) 
{
  c1 <-          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题