All Downloads are FREE. Search and download functionalities are using the official Maven repository.

breeze.optimize.proximal.Constraint.scala Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package breeze.optimize.proximal

/**
 * Supported constraints by QuadraticMinimizer object
 * @author debasish83
 */
object Constraint extends Enumeration {
  type Constraint = Value
  val IDENTITY, SMOOTH, POSITIVE, BOX, SPARSE, EQUALITY, PROBABILITYSIMPLEX = Value
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy