You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where every function can be non-convex and $$f$$ and $$c$$ are smooth.
I wish to implement
The convex and non-convex Basis-Pursuit problems: $$min_x \lVert x \rVert_1$$ and $$min_x \lVert x \rVert_0$$ subject to $$Ax = b$$ : Add basis pursuit model #89.
The FH problem; this problem can be reformulated as $$\min_x \int |u(x,t) - u_{obs}(t)|^2 dt + \lVert x \rVert_0 $$ subject to $$du/dt = F(t,u,x)$$, we can use PDENLPModels.jl to model the smooth part of this problem.
I am interested in solving
where every function can be non-convex and$$f$$ and $$c$$ are smooth.
I wish to implement
PDENLPModels.jlto model the smooth part of this problem.