get_values {wdnet}R Documentation

Get the value of an object from the optimization problem. This function is defined for get_eta_directed().

Description

Get the value of an object from the optimization problem. This function is defined for get_eta_directed().

Usage

get_values(object, result, mydist)

Arguments

object

An object from the optimization problem.

result

A list returned from CVXR::solve().

mydist

A list returned from get_dist().

Value

Returns the value of the object.


[Package wdnet version 1.2.3 Index]