Giter Club home page Giter Club logo

geco's Issues

Basic README

should contain:

  • Description of the project.
  • Installation.
  • Simple example.

Common substructure generator.

This paper generates MIPs that share a common 'backbone' (substructure). Write a prototype CommonSubstructureGenerator in the generator.py to extend our generator framework.

Fix seed testcases (same seed)

The assertions should be of the form assert (seed1 == seed2 and param1 == param2) or (seed1 != seed2 and param1 != param2)

Move to numpy random generator decorator

Currently we are using the networkx decorator for randomness.
The design is tailored to not require numpy, but as we build on numpy anyways, we could write our own decorator.
Possible benefits:

  • Easier to understand decorator, as we can keep the code way more compact than numpys implementation
  • Better performance and more functions, as e.g. arrays of random elements can be created at once.

Link to numpy random generators.

Add function to get solution for miplib files.

For solved problems the MIPLIB also offers solution files, that can be downloaded.
For our MIPLIB module we could add a function that downloads the (all) solution files, given an instance name.

mips.scheduling: Fix bug in test_heinz_formulation

The current test_heinz_formulation raises errors when counting the number of variables. This might be a time_step related problem. This needs to be fixed and the @pytest.mark.xfail should be removed afterwards.

Contribution guide

Add a CONTRIBUTING.md file that contains:

  • How to create a generator and where to function(s).
  • Refer to development standards or merge this file's contents with [develop.md].
  • Refer to some guide on contribution cycle on github (branch-implement-pull request-review-merge).

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.