ProximalHuber

case class ProximalHuber() extends Proximal
trait Serializable
trait Product
trait Equals
trait Proximal
class Object
trait Matchable
class Any

Value members

Concrete methods

def prox(x: DenseVector[Double], rho: Double): Unit
def proxScalar(v: Double, rho: Double, oracle: Double => Double, l: Double, u: Double, x0: Double): Double
def proxSeparable(x: DenseVector[Double], rho: Double, oracle: Double => Double, l: Double, u: Double): Unit
def subgradHuber(x: Double): Double

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def valueAt(x: DenseVector[Double]): Double
Inherited from
Proximal