retomaton
PyTorch code for the RetoMaton paper: "Neuro-Symbolic Language Modeling with Automaton-augmented Retrieval" (ICML 2022) (by neulab)
VeRyPy
A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem. (by yorak)
retomaton | VeRyPy | |
---|---|---|
1 | 1 | |
71 | 272 | |
- | - | |
0.0 | 5.0 | |
over 2 years ago | about 1 year ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
retomaton
Posts with mentions or reviews of retomaton.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-22.
VeRyPy
Posts with mentions or reviews of VeRyPy.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Need tips on tools for solving VRPs (Vehicle Routing Problems) in the python environment
https://github.com/yorak/VeRyPy - another open source project, seems to be focused on ease of use. Might be worth glancing at the code.
What are some alternatives?
When comparing retomaton and VeRyPy you can also consider the following projects:
RETRO-pytorch - Implementation of RETRO, Deepmind's Retrieval based Attention net, in Pytorch
awesome-python - An opinionated list of awesome Python frameworks, libraries, software and resources.
TSP_Solver - Python code for visualizations of algorithms that provide approximate solutions to TSP along with two lower bound approximations
optapy - OptaPy is an AI constraint solver for Python to optimize planning and scheduling problems.