Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

EvalParams-class

The EvalParams class.


Description

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

Usage

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

## S4 method for signature '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.


CVXR

Disciplined Convex Optimization

v1.0-10
Apache License 2.0 | file LICENSE
Authors
Anqi Fu [aut, cre], Balasubramanian Narasimhan [aut], David W Kang [aut], Steven Diamond [aut], John Miller [aut], Stephen Boyd [ctb], Paul Kunsberg Rosenfield [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.