Giter Club home page Giter Club logo

manifoldprojections.jl's People

Contributors

antoine-levitt avatar pkofod avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

manifoldprojections.jl's Issues

Arbitrary radii for spheres

As discussed at DifferentialEquations.jl #389 it might be useful to change the Sphere class to include a radius

struct Sphere{T} <: Manifold where {T <: Real}
    r::T
end
Sphere() = Sphere(1)
retract!(S::Sphere, x) = (x .= x .* (S.r / norm(x)))

I think this might be a good idea as it does not add much complexity and eases the use of the library for non normalized problems.

TODO list

  • Move the ManifoldObjective stuff to NLSolversBase
  • Use in DifferentialEquations
  • Implicit manifold defined by a residual, to be solved using NLSolversBase (or another solver)
  • Redo the crappy interface for Product and Power manifolds

Ported over from JuliaNLSolvers/Optim.jl#448 :

  • Second order algorithms
    Never used it, so I'm not the best person to do this
  • Compare performance with other libraries
    Competitors include ROPTLIB, ManOpt, https://github.com/NickMcNutt/ManifoldOptim.jl (abandoned)
  • Vector transport
    The proper way to implement algorithms like CG and BFGS is to use vector transport to transport the information at one point to another. Right now this is done with projections, which might not be the most efficient
  • More manifolds and variants of existing manifolds (e.g. different retractions)
    See e.g. the list in http://www.math.fsu.edu/~whuang2/Indices/index_ROPTLIB.html
    Also {x, Ax = b}, or intersection manifold (just do the projection on both manifolds iteratively and hope it converges)
  • Optimize number of retractions and projections
    I have been pretty liberal with the use of retractions and projections in the optimizers, maybe some of them are unnecessary
  • A better way to do product manifolds?
    Right now, the two components are stored in a flat 1D array, which might be suboptimal
  • Arbitrary inner product
    The Sphere and Stiefel manifolds could take a more general inner product

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.