GithubHelp home page GithubHelp logo

amkatrutsa / liboptpy Goto Github PK

View Code? Open in Web Editor NEW
65.0 65.0 18.0 3.82 MB

Implementation of various optimization methods

License: MIT License

Python 100.00%
convex-optimization numerical-optimization optimization optimization-algorithms optimization-methods

liboptpy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

liboptpy's Issues

doubt

Hi, Thanks for making the repository publicly available. Please help me resolve the following doubt-

I think the first argument to be passed in the get_stepsize function(ref: line 30 in _proj_gd.py) should be -(self._grad_mem[-1]).
def get_stepsize(self): return self._step_size.get_stepsize(self._grad_mem[-1], self.convergence[-1], len(self.convergence))

I think so because the first argument of the get_stepsize function seems to correspond to the direction of descent. Please let me know if my understanding is correct.

demo_unconstr_solvers.ipynb is not in JSON format

Trying to open example notebook I get the following error:
"Unreadable Notebook: /home/common/ivanov.vv/MIPT/Stats2018/HW4/demo_unconstr_solvers.ipynb NotJSONError("Notebook does not appear to be JSON: '\n\n\n\n\n\n\n<html lang...",)"
It also doesn't display at all when opened on GitHub (Chrome,
Version 70.0.3538.77 (Official Build) (64-bit)).

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.