Skip to content
View mohit-mhjn's full-sized avatar
🧩
🧩
  • Chicago, IL

Organizations

@ticdat @farmigo-in @researchgroup-zx93920

Block or report mohit-mhjn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. employee_roster employee_roster Public

    Employee Task Scheduling | Optimized with Simulated Annealing Metaheuristic

    Python

  2. py_optimization py_optimization Public

    Basic Optimization Problems implemented in various modeling framework api's in python. Utility for syntax ref.

    Python

  3. manufacturing_network_optimization manufacturing_network_optimization Public

    Strategic Network Optimization for Manufacturing Setup. Constrained Service Level and provisions to upgrade the plant lines. The data has not been included due to privacy concerns

    Python

  4. zero1_knapsack_optimizer zero1_knapsack_optimizer Public

    Solvers for Large Scale 0-1 Knapsack problems

    Python

  5. CVX Implementation for SOCP and SDP CVX Implementation for SOCP and SDP
    1
    % Static Parameters
    2
    different_n = [10,20,30,40,50];
    3
    no_of_instances = 100;
    4
    rank_tolerance = 1e-3;
    5
    
    
  6. byproduct_inventory_opt byproduct_inventory_opt Public

    Inventory optimization for a process which inherently produces byproducts that are expensive to store, a trade off needs to be decided between achieving 100% demand satisfaction and storage costs

    Python