-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
Description
I am interested in maximizing a sum of powers p_i^a subject to some affine equality and inequality constraints, where a < 1. Note that this function is concave, i.e its negative is convex.
However, checking http://convexjl.readthedocs.org/en/latest/operations.html shows that my closest candidates are norm(x, p) (requires p >= 1) and sum_squares.
Could we have an atom to support this use case, e.g sum_powers?