Skip to content
View KeelyXu's full-sized avatar

Block or report KeelyXu

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. LBBD-for-HVRPTW LBBD-for-HVRPTWPublic

    My implementation of the Logic-based Benders decomposition algorithm from the paper: Logic-based Benders decomposition for the heterogeneous fixed fleet vehicle routing problem with time windows

    Python 6 2

  2. IDA-STAR-for-CRP IDA-STAR-for-CRPPublic

    My implementation of the IDA* algorithm from the paper: Iterative deepening A* algorithms for the container relocation problem.

    Python 1

  3. GA-for-HFSP-SDST GA-for-HFSP-SDSTPublic

    Gurobi Model and Genetic Algorithm for the Hybrid Flow Shop Scheduling Problem with Sequence-Dependent Setup Times (HFSP-SDST)

    Python

  4. ACO-for-TDTSP ACO-for-TDTSPPublic

    This project uses Ant Colony Optimization (ACO) to solve one of the biggest challenges in theme park visits: finding the optimal route that minimizes your total time spent waiting, walking, and pla…

    Python

  5. MIP-for-ACNPSP MIP-for-ACNPSPPublic

    This project utilizes a two-stage Mixed Integer Programming (MIP) approach to solve air cargo logistics problems. The process is divided into a macro-level network design phase (MIP1) and a micro-l…

    Python

  6. Notes-on-RecSys-Models Notes-on-RecSys-ModelsPublic

    Recording my journey in learning recommendation systems. This repo contains study notes and PyTorch implementations of various models with simple usage demos.

    Python