Table of Contents, Types and Functions
This page lists all pages of this documentations, all available types and functions.
Complete List of Contents
- About
- Contributing to
Manopt.jl
- Extensions
- Adjoint Differentials
- Bézier curves
- Cost Functions
- Differentials
- Gradients
- Functions
- Specific manifold functions
- Proximal Maps
- Checks
- Data
- Error Measures
- Exports
- Welcome to Manopt.jl
- Table of Contents, Types and Functions
- Notation
- Debug Output
- Plans for solvers
- A Manifold Objective
- A Manopt Problem
- The Solver State
- Stepsize and Linesearch
- Stopping Criteria
- The Riemannian Chambolle-Pock Algorithm
- Douglas–Rachford Algorithm
- Frank Wolfe Method
- Levenberg-Marquardt
- Nelder Mead Method
- Alternating Gradient Descent
- Augmented Lagrangian Method
- Conjugate Gradient Descent
- Literature
- Cyclic Proximal Point
- Exact Penalty Method
- Gradient Descent
- Solvers
- List of Algorithms
- Particle Swarm Optimization
- The Primal-dual Riemannian semismooth Newton Algorithm
- Riemannian quasi-Newton methods
- Stochastic Gradient Descent
- Subgradient Method
- Steihaug-Toint Truncated Conjugate-Gradient Method
- The Riemannian Trust-Regions Solver
- Using Automatic Differentiation in Manopt.jl
- How to do Constrained Optimization
- How to perform Geodesic Regression
- How to Record Data During the Iterations
- Speedup using Inplace Evaluation
- Get Started: Optimize!
Available Types
Manopt.AbstractEvaluationType
Manopt.AbstractGradientGroupProcessor
Manopt.AbstractGradientSolverState
Manopt.AbstractHessianSolverState
Manopt.AbstractManifoldCostObjective
Manopt.AbstractManifoldGradientObjective
Manopt.AbstractManifoldObjective
Manopt.AbstractManoptProblem
Manopt.AbstractManoptSolverState
Manopt.AbstractPrimalDualManifoldObjective
Manopt.AbstractPrimalDualSolverState
Manopt.AbstractQuasiNewtonDirectionUpdate
Manopt.AbstractQuasiNewtonUpdateRule
Manopt.AbstractStateAction
Manopt.AbstractSubProblemSolverState
Manopt.AllocatingEvaluation
Manopt.AlternatingGradient
Manopt.AlternatingGradientDescentState
Manopt.ApproxHessianBFGS
Manopt.ApproxHessianFiniteDifference
Manopt.ApproxHessianSymmetricRankOne
Manopt.ArmijoLinesearch
Manopt.AugmentedLagrangianCost
Manopt.AugmentedLagrangianGrad
Manopt.AugmentedLagrangianMethodState
Manopt.AverageGradient
Manopt.BFGS
Manopt.BezierSegment
Manopt.Broyden
Manopt.ChambollePockState
Manopt.ConjugateDescentCoefficient
Manopt.ConjugateGradientBealeRestart
Manopt.ConjugateGradientDescentState
Manopt.ConstantStepsize
Manopt.ConstrainedManifoldObjective
Manopt.ConstraintType
Manopt.CyclicProximalPointState
Manopt.DFP
Manopt.DaiYuanCoefficient
Manopt.DebugAction
Manopt.DebugChange
Manopt.DebugCost
Manopt.DebugDivider
Manopt.DebugDualChange
Manopt.DebugDualResidual
Manopt.DebugEntry
Manopt.DebugEntryChange
Manopt.DebugEvery
Manopt.DebugGradient
Manopt.DebugGradientChange
Manopt.DebugGradientNorm
Manopt.DebugGroup
Manopt.DebugIterate
Manopt.DebugIteration
Manopt.DebugPrimalDualResidual
Manopt.DebugPrimalResidual
Manopt.DebugProximalParameter
Manopt.DebugSolverState
Manopt.DebugStepsize
Manopt.DebugStoppingCriterion
Manopt.DebugTime
Manopt.DebugWarnIfCostIncreases
Manopt.DebugWarnIfCostNotFinite
Manopt.DebugWarnIfFieldNotFinite
Manopt.DecreasingStepsize
Manopt.DefaultManoptProblem
Manopt.DirectionUpdateRule
Manopt.DouglasRachfordState
Manopt.ExactPenaltyCost
Manopt.ExactPenaltyGrad
Manopt.ExactPenaltyMethodState
Manopt.FletcherReevesCoefficient
Manopt.FrankWolfeCost
Manopt.FrankWolfeGradient
Manopt.FrankWolfeState
Manopt.FunctionConstraint
Manopt.GradientDescentState
Manopt.HagerZhangCoefficient
Manopt.HestenesStiefelCoefficient
Manopt.IdentityUpdateRule
Manopt.InplaceEvaluation
Manopt.InverseBFGS
Manopt.InverseBroyden
Manopt.InverseDFP
Manopt.InverseSR1
Manopt.LevenbergMarquardtState
Manopt.LineSearchesStepsize
Manopt.LinearQuadraticHuber
Manopt.Linesearch
Manopt.LiuStoreyCoefficient
Manopt.LogarithmicSumOfExponentials
Manopt.ManifoldAlternatingGradientObjective
Manopt.ManifoldCostGradientObjective
Manopt.ManifoldCostObjective
Manopt.ManifoldGradientObjective
Manopt.ManifoldHessianObjective
Manopt.ManifoldProximalMapObjective
Manopt.ManifoldStochasticGradientObjective
Manopt.ManifoldSubgradientObjective
Manopt.MomentumGradient
Manopt.NelderMeadSimplex
Manopt.NelderMeadState
Manopt.Nesterov
Manopt.NonlinearLeastSquaresObjective
Manopt.NonmonotoneLinesearch
Manopt.ParticleSwarmState
Manopt.PointStorageKey
Manopt.PolakRibiereCoefficient
Manopt.PrimalDualManifoldObjective
Manopt.PrimalDualManifoldSemismoothNewtonObjective
Manopt.PrimalDualSemismoothNewtonState
Manopt.QuasiNewtonCautiousDirectionUpdate
Manopt.QuasiNewtonLimitedMemoryDirectionUpdate
Manopt.QuasiNewtonMatrixDirectionUpdate
Manopt.QuasiNewtonState
Manopt.RecordAction
Manopt.RecordChange
Manopt.RecordCost
Manopt.RecordEntry
Manopt.RecordEntryChange
Manopt.RecordEvery
Manopt.RecordGradient
Manopt.RecordGradientNorm
Manopt.RecordGroup
Manopt.RecordIterate
Manopt.RecordIteration
Manopt.RecordProximalParameter
Manopt.RecordSolverState
Manopt.RecordStepsize
Manopt.RecordTime
Manopt.ReturnSolverState
Manopt.SR1
Manopt.SimpleCacheObjective
Manopt.SmoothingTechnique
Manopt.SteepestDirectionUpdateRule
Manopt.Stepsize
Manopt.StochasticGradient
Manopt.StochasticGradientDescentState
Manopt.StopAfter
Manopt.StopAfterIteration
Manopt.StopWhenAll
Manopt.StopWhenAny
Manopt.StopWhenChangeLess
Manopt.StopWhenCostLess
Manopt.StopWhenCurvatureIsNegative
Manopt.StopWhenGradientNormLess
Manopt.StopWhenModelIncreased
Manopt.StopWhenPopulationConcentrated
Manopt.StopWhenResidualIsReducedByFactorOrPower
Manopt.StopWhenSmallerOrEqual
Manopt.StopWhenStepsizeLess
Manopt.StopWhenTrustRegionIsExceeded
Manopt.StoppingCriterion
Manopt.StoppingCriterionSet
Manopt.StoreStateAction
Manopt.SubGradientMethodState
Manopt.TruncatedConjugateGradientState
Manopt.TrustRegionsState
Manopt.TwoManifoldProblem
Manopt.VectorConstraint
Manopt.VectorStorageKey
Manopt.WolfePowellBinaryLinesearch
Manopt.WolfePowellLinesearch
Solver Functions
Manopt.set_manopt_parameter!
Manopt.status_summary
Manopt.get_solver_result
Manopt.get_solver_return
Manopt.initialize_solver!
Manopt.solve!
Manopt.step_solver!
Manopt.stop_solver!
Functions
Manopt.costIntrICTV12
Manopt.costL2TV
Manopt.costL2TV2
Manopt.costL2TVTV2
Manopt.costTV
Manopt.costTV
Manopt.costTV2
Manopt.costTV2
Manopt.cost_L2_acceleration_bezier
Manopt.cost_acceleration_bezier
Manopt.differential_bezier_control
Manopt.differential_bezier_control
Manopt.differential_bezier_control
Manopt.differential_bezier_control
Manopt.differential_forward_logs
Manopt.forward_logs
Manopt.grad_L2_acceleration_bezier
Manopt.grad_TV
Manopt.grad_TV
Manopt.grad_TV2
Manopt.grad_TV2
Manopt.grad_acceleration_bezier
Manopt.grad_distance
Manopt.grad_intrinsic_infimal_convolution_TV12