Giter VIP home page Giter VIP logo

convextests.jl's Introduction

ConvexTests

Build Status Dev

Uses the Convex.jl Problem Depot to test various optimization solvers. See the docs for the test results. Uses https://github.com/ericphanson/TableTestSets.jl for printing the test results to HTML tables (and GitHub actions to run everything). This is meant to help solver developers test against a variety of problems and see where things can be improved.

Note that some of the problems are fairly strange (e.g. only one feasible point), which can be difficult for solvers to handle.

Pull requests to tweak the parameters of the solvers or the exclusions, or add more solvers, are welcome. The exclusion methodology I am using is as follows:

  • exclude problems which belong to a class that the solver choses not to solve (e.g. Tulip is a linear programming solver, so SDPs, SOCPs, exponential cone problems, and mixed-integer problems are all excluded)
  • or problems which take an excessive amount of time to solve

Regarding the parameters, I am trying to use a single choice of parameters for the entire set of problems (as opposed to choosing different parameters for different problems).

I added all open-source (and non-MATLAB-based) solvers from http://www.juliaopt.org/JuMP.jl/v0.21.1/installation/#Getting-Solvers-1, besides the LP and MILP-only ones. I've also added Mosek by running it locally.

convextests.jl's People

Contributors

blegat avatar chriscoey avatar ericphanson avatar goulart-paul avatar joaquimg avatar migarstka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

convextests.jl's Issues

Add MOI tests

Many solvers already use these in their test sets. Adding them here is an extra (useful) check of correctness.

Provide a mechanism for correctly reporting non-solves

If an optimizer reaches an iteration limit or time limit etc, it can communicate that via an MOI status. I think failing a tolerance test but correctly reporting an iteration limit is much better than failing the tolerance test but reporting OPTIMAL. So we should have a mechanism for that (e.g. tolerance tests are skipped if a failing status is reported, and have a separate count for # problems optimally solved).

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.