GithubHelp home page GithubHelp logo

ltcoleman / jump-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from staffjoy/jump-examples

0.0 0.0 0.0 14 KB

Optimization examples in Julia and JuMP from the StaffJoy team

Shell 20.29% Makefile 1.14% Julia 78.57%

jump-examples's Introduction

JuMP Examples Build Status Moonlight

Optimization examples in Julia using the JuMP package from the StaffJoy team.

Installation

This repository is built for development using Vagrant. Vagrant provides local development virtual machines. Booting the associated Vagrant virtual machine in this repository installs all dependencies so that you can focus on the code.

Prerequisites

Install Vagrant and Virtualbox.

Booting the VM

  1. Run vagrant up. This boots the virtual machine. Installation the first time will take a long time because the Ubuntu linux image must be downloaded and the dependencies must be compiled from source.
  2. To enter the VM, run vagrant ssh. The repository folder is synced to /vagrant/ and you can find examples in the src folder. All the tools you need - including Julia and solvers - are already installed.
  3. When done, exit any SSH sessions and run vagrant halt to end the virtual machine.

Debugging

If you run into issues, it's possible that the base virtual image must be updated. To do this, run vagrant destroy, then rebuild the machine with vagrant up.

Modifying problems

You can modify code either inside or outside of the virtual machine - it will sync immediately. To run the code, run vagrant ssh to enter the instance, go to the source code folder with cd /vagrant/src/, then execute code with julia <file.jl>.

Presentations

This repository has been used in the following presentations:

  • Feb 21 2015 - Philip Thomas on Predictive Analytics at SQuInT Breakout Sessions (Slides)

jump-examples's People

Contributors

bahador avatar philipithomas avatar

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.