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: 0.9
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 - 2025 Weber Informatics LLC | Privacy Policy