Skip to content
View yuzhenfeng2002's full-sized avatar
😀
Coding...
😀
Coding...
Block or Report

Block or report yuzhenfeng2002

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
yuzhenfeng2002/README.md

Hi there 👋

  • I am currently a Ph.D. student in Transportation at The Hong Kong Polytechnic University. I am interested in using effective and elegant operations research tools to enhance existing transport systems.
  • Click here to see my homepage.
  • Send emails to fyz020301@outlook.com to contact me.

Feng-Yz's GitHub stats

Pinned

  1. Multi-Commodity-Network-Flow Multi-Commodity-Network-Flow Public

    Using Dantzig-Wolfe (DW) decomposition algorithm to solve MCNF(Multi Commodity Network Flow) problem. Final project for the course of (large-scale) linear programming.

    Jupyter Notebook 12 3

  2. Model-of-Supply-Chain-Anylogic Model-of-Supply-Chain-Anylogic Public

    The simulation model is a project of one of my courses. It models a three-level supply chain, where retailers can order from wholesalers based on demand and wholesalers can order from the factory i…

    16 5

  3. Cardinal-Operations-Cup-Mathematical-Contest-in-Modeling Cardinal-Operations-Cup-Mathematical-Contest-in-Modeling Public

    2021年度“杉数杯”数学建模联赛B题。利用Gurobi求解器,求解混合整数规划模型(Lazy Constraints),解决(M)TSP问题。B题第4名,前2%。【BTW,其实做的很菜,还停留在3-index的模型】

    Python 8

  4. Django-Web-of-Study-Helper Django-Web-of-Study-Helper Public

    同济大学2019级信息管理与信息系统专业Web作业——学习助手。网站使用Django框架,功能分为基本模块、博客模块、日程模块与小组模块四个部分,每个初步设计的功能如下。基本模块:注册、登录、修改密码、申请添加好友、通过好友申请、删除好友;博客模块:发表博客、更改博客、删除博客、按页查看平台所有博客、按好友查看好友博客、发表评论、删除评论、收藏博客;日程模块:查询日程、添加日程、完成确认;小…

    JavaScript 17 3

  5. Java-Project-and-Homework Java-Project-and-Homework Public

    同济大学2019级信息管理与信息系统专业Java课程作业。本仓库的FinalProject文件夹中为一个使用Spring Boot + Thymeleaf + MyBatis框架实现的一个名为“E-Exercise”的学习答题网站项目,主要包括用户模块、知识模块和习题模块,并将其部署在云服务器上。在知识模块,实现了知识间依赖关系的构建,以Markdown标记语言作为知识模板;在习题模块,实现…

    TeX 11

  6. Traffic-Assignment-2024 Traffic-Assignment-2024 Public

    Forked from matteobettini/Traffic-Assignment-Frank-Wolfe-2021

    Codes in this repository compute the traffic assignment using the algorithms of: (1) Frank-Wolfe Algorithm with Exact Line Search/step size of (2 / (k + 2)); (2) Conjugate Direction Frank-Wolfe Alg…

    Python 2