ProjectedQuasiNewton

class ProjectedQuasiNewton(convergenceCheck: ConvergenceCheck[DenseVector[Double]], val innerOptimizer: SpectralProjectedGradient[DenseVector[Double]], val m: Int, val initFeas: Boolean, val testOpt: Boolean, val maxSrchIt: Int, val gamma: Double, val projection: DenseVector[Double] => DenseVector[Double])(implicit space: MutableInnerProductModule[DenseVector[Double], Double]) extends FirstOrderMinimizer[DenseVector[Double], DiffFunction[DenseVector[Double]]] with Projecting[DenseVector[Double]] with SerializableLogging
Companion:
object

Type members

Inherited types

type State = State[T, Info, History]
Inherited from:
FirstOrderMinimizer