Stars
同济大学软件学院软件工程专业课所有作业和项目,包括以下内容:数据结构,数据结构课程设计,计算机组成原理,计算机组成原理实验,程序设计范式,离散数学,Python,操作系统,操作系统课程设计,计算机系统结构,系统分析与设计,数据库原理与应用,数据库原理与应用课程设计,算法分析设计,人工智能导论,计算机网络,计算机网络实验,软件工程,软件工程课程设计,软件设计模式,智能计算系统,编译原理,嵌入式…
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling sa…
Implementation of: Nazari, Mohammadreza, et al. "Deep Reinforcement Learning for Solving the Vehicle Routing Problem." arXiv preprint arXiv:1802.04240 (2018).
"Using Genetic Algorithms for Multi-depot Vehicle Routing" paper implementation.
"Attention, Learn to Solve Routing Problems!"[Kool+, 2019], Capacitated Vehicle Routing Problem solver
Multi-Depot Vehicle Routing Problem solver using Deep RL, GA and Google OR-Tools
The pyVRP is python library that solves (using Genetic Algorithms): Capacitated VRP, Multiple Depot VRP, VRP with Time Windows, VRP with Homogeneous or Heterogeneous Fleet, VRP with Finite or Infin…
A MATLAB Implementation of Heuristic Algorithms to Traveling Salesman Problem and Vehicle Routing Problems.
Android基础知识、Android进阶知识、Android自定义View相关、面试相关的知识,欢迎fork,star~
This repository uses the S-57 electronic chart to build the octree grid environment model, and proposes an improved A* algorithm based on sailing safety weight, pilot quantity and path curve smooth…
Python programm showing A* path finding on quadtree representation of a 2D map.
quadtree based grid generator, also can work as solution for rectangle add, retrieve
Charting library for Android applications. Automatically exported from code.google.com/p/achartengine
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
The #1 open-source Android GNSS/GPS test program
《剑指 Offer》《图解算法数据结构》《Krahets 笔面试精选 88 题》Python, Java, C++ 解题代码
In this project, I use Q learning, value and policy iteration to solve 5*5 and 25*25 maze puzzle
A generic implementation of dynamic programming algorithm and value iteration algorithm.
Curso de Aprendizaje por Refuerzo, de 0 a 100 con notebooks y slides muy sencillas para entenderlo todo perfectamente.
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解