API DocumentationΒΆ

All of the classes and methods are available from the top level import of pnp_mace. That is, if you include import pnp_mace as pnpm in a file, then you can use pnpm to access the methods in pnp_mace.utils (for instance pnp_mace.utils.load_img can be accessed as pnpm.load_img.) Likewise for the methods and classes in other submodules.

pnp_mace.pnpadmm

Plug and Play ADMM alorithm.

pnp_mace.equilibriumproblem

EquilibriumProblem class and solution methods.

pnp_mace.agent

Generic agent.

pnp_mace.forwardagent

Forward agents.

pnp_mace.prioragent

Prior agents.

pnp_mace.utils

Utility functions.

pnp_mace