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 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

Popular repositories Loading

  1. LBBD-for-HVRPTW LBBD-for-HVRPTW Public

    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 1 1

  2. IDA-STAR-for-CRP IDA-STAR-for-CRP Public

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

    Python

  3. GA-for-HFSP-SDST GA-for-HFSP-SDST Public

    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-TDTSP Public

    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-ACNPSP Public

    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-Models Public

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

    Python