Learn R Programming

CVXR (version 1.0)

EvalParams-class: The EvalParams class.

Description

This class represents a reduction that replaces symbolic parameters with their constaint values.

Usage

# S4 method for EvalParams,Problem
perform(object, problem)

# S4 method for EvalParams,Solution,list invert(object, solution, inverse_data)

Arguments

object

A '>EvalParams object.

problem

A '>Problem object.

solution

A '>Solution to a problem that generated the inverse data.

inverse_data

The inverse data returned by an invocation to apply.

Methods (by generic)

  • perform: Replace parameters with constant values.

  • invert: Returns a solution to the original problem given the inverse_data.