CVXPY Unable to find suitable interval for bisection

前端 未结 0 447
旧巷少年郎
旧巷少年郎 2020-12-29 01:20

I have a simple optimization problem and I\'m using CVXPY to solve it. Here is the code:

import cvxpy as cp
import numpy as np

x = cp.Variable()
concave_fn =         


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