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 =