Pinned Repositories
2E-VRPTWSPD
A tabu search and MILP model for a two-echelon vehicle routing problem(2E-VRP).
ACS_VRPTW
蚁群算法求解VRPTW
adp-powell-exercises
Approximate Dynamic Programming exercises from Powell (2011)
AlgorithmDiagram
算法图解的算法代码示例,用Python和Java实现,后期会加入其它语言
Algorithms
A collection of algorithms and data structures
Algorithms-1
Collection of algorithms in multiple programming languages.
alns-dpdp
Adaptive Large Neighborhood Search for Dynamic Pick-up and Delivery Problem
ALNS_VRPTW
自适应大邻域搜索求解带时间窗的车辆路径规划问题(VRPTW)
animate-algorithm
code for my video
BendersDecomposition
Learning Benders Decomposition by Coding
neuyhwu's Repositories
neuyhwu/ACS_VRPTW
蚁群算法求解VRPTW
neuyhwu/adp-powell-exercises
Approximate Dynamic Programming exercises from Powell (2011)
neuyhwu/Algorithms-1
Collection of algorithms in multiple programming languages.
neuyhwu/alns-dpdp
Adaptive Large Neighborhood Search for Dynamic Pick-up and Delivery Problem
neuyhwu/ALNS_VRPTW
自适应大邻域搜索求解带时间窗的车辆路径规划问题(VRPTW)
neuyhwu/BPVRPTW
branch and price vrptw
neuyhwu/Branch-and-Cut-for-a-DARP
Mathematical formulation of a Branch-and-Cut Algortihm for a Dial-a-Ride Problem implemented with the CPLEX JAVA API.
neuyhwu/CGVRPTW
column generation + ESPPRC + pulse algorithm
neuyhwu/CGVRPTW_Seminar
column generation for vrptw
neuyhwu/cplex-java-api-tutorial-zh
Cplex java api tutorial in Chinese
neuyhwu/data-structures
A collection of powerful data structures
neuyhwu/data-structures-and-algorithms-made-easy-in-java
Data Structure And Algorithms Made Easy In Java
neuyhwu/DataStructure
💋💋数据结构、算法总结、学习算法的时间复杂度、空间复杂度、分析算法特点以及应用、Java面试难题、Android面试难题
neuyhwu/DNN-DP
Code for Deep Neural Network Approximated Dynamic Programming
neuyhwu/ESPPRC
Java implementation for an Elementary Shortest Path Problem with Resource Constraints
neuyhwu/exact-algorithm
Exact algorithm implementation based on Cplex Java API
neuyhwu/frvcp-py
Python implementation of FRVCP solution methods
neuyhwu/HA_FJSP
An effective hybrid genetic algorithm and tabu search for flexible job shop scheduling problem 柔性作业车间调度问题的禁忌搜索求解
neuyhwu/Java
All Algorithms implemented in Java
neuyhwu/NSGA-II
an implementation of NSGA-II in java
neuyhwu/optimalPLD
Code for paper "Exact First-Choice Product Line Optimization" by D. Bertsimas and V. V. Mišić
neuyhwu/RandColMT
This repo contains rewrite code of the multi-thread version random coloring algorithm for elementary shortest path problem with resource constraints
neuyhwu/SchoolBusRoutingProblem
neuyhwu/SNDHLP
A branch-and-price-and-cut algorithm for service network design and hub location problem
neuyhwu/Tabu_VRPTW
禁忌搜索算法求解VRPTW
neuyhwu/algodeck
An Open-Source Collection of +200 Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
neuyhwu/Crash-Course-Computer-Science-Chinese
:computer: 计算机速成课 | Crash Course 字幕组 (全40集 2018-5-1 精校完成)
neuyhwu/dual-adp-suc
Code / data for the paper "A Dual Approximate Dynamic Programming Approach for Multi-stage Stochastic Unit Commitment" http://www.optimization-online.org/DB_HTML/2018/06/6672.html
neuyhwu/free-programming-books
:books: Freely available programming books
neuyhwu/intellij-idea-tutorial
🌻 This is a tutorial of IntelliJ IDEA, you can know how to use IntelliJ IDEA better and better.