spkelle2
Creating web applications that offer operations research methods as services
San Fransisco, USA
Pinned Repositories
diet
Demo on how to develop data science projects for production deployments
machine_learning_solvers
A module of different unconstrained optimization solvers to train machine learning models
neural_warm_starts
A library to learn warm starts for MILPs with Graph Convolutional Networks.
open_route
A Django web app for accessing and sphinx documentation for understanding my Equipment_Routing modules
simple_mip_solver
A lightweight Mixed-Integer Programming solver for prototyping new branching and cutting schemes
vehicle_routing_column_generation
A demo on how use column generation in a primal heuristic for the Vehicle Routing Problem with Time Windows (VRPTW)
spkelle2's Repositories
spkelle2/vehicle_routing_column_generation
A demo on how use column generation in a primal heuristic for the Vehicle Routing Problem with Time Windows (VRPTW)
spkelle2/neural_warm_starts
A library to learn warm starts for MILPs with Graph Convolutional Networks.
spkelle2/open_route
A Django web app for accessing and sphinx documentation for understanding my Equipment_Routing modules
spkelle2/simple_mip_solver
A lightweight Mixed-Integer Programming solver for prototyping new branching and cutting schemes
spkelle2/diet
Demo on how to develop data science projects for production deployments
spkelle2/jenkins_test
trying to figure out how jenkins works
spkelle2/vws
V-polyhedral cut Warm Starts
spkelle2/warm_starting_series_of_MILPs
Repository for the paper "Warm Starting Series of MILPs"
spkelle2/machine_learning_solvers
A module of different unconstrained optimization solvers to train machine learning models
spkelle2/stock_classify
spkelle2/406_final_project
Qi and Sean's Final Project for ISE 406
spkelle2/assign_projects
Assigns students to class projects based on preferences and capacities
spkelle2/boiler_plates
Code I reuse a lot
spkelle2/Cbc
COIN-OR Branch-and-Cut solver
spkelle2/ccdc_formulation
Version control for generalized CCDC formulation
spkelle2/Cgl
Cut Generator Library
spkelle2/CyLP
A Python interface to CLP, CBC, and CGL to solve LPs and MIPs.
spkelle2/diet_first
Demo on how to develop and build python data science projects for deployment in production environments
spkelle2/diet_trampoline
TicDat-based implementation of the Diet problem
spkelle2/dissertation
Repo for Dissertation in ISE at Lehigh University
spkelle2/Djangular
Learning how to create RESTful API's from Django and an Angular front end to consume them
spkelle2/docker_valgrind
Docker container to run valgrind against the coin-or suite on MacOS
spkelle2/Equipment_Routing
Python wrappers and functions for determining delivery dates and truck routes for single, large-commodity delivery network leveraging PuLP and COIN-OR
spkelle2/hello_hapi
Solution for Exercise 1 of Exercises For Programmers using Hapi and Lab for tests
spkelle2/ise_406
spkelle2/lp_cutter
Iteratively adds constraints to LP during solve to boost performance
spkelle2/predict_initial_feasible_solution
An example of how to train a neural network to predict good initial feasible solutions to Mixed-Integer Programs
spkelle2/school_schedule
A web application for helping special education teachers make their yearly schedules
spkelle2/simple_engine
Bare bones TicDat compliant engine
spkelle2/vpc
Generation of disjunctive cuts via the V-polyhedral relaxation framework