Skip to contents

Mirrors CVXPY's Problem.param_dict property (cvxpy/problems/problem.py:260-264): returns a named list keyed by each parameter's name, where the value is the Parameter object itself.

Usage

param_dict(x, ...)

Arguments

x

A Problem object.

...

Not used.

Value

Named list of Parameter objects, keyed by name.