Awesome
LLM_Routing
Overview
This repository contains the necessary resources and code for implementing and experimenting with various LLMs for vehicle routing problems. Below is a brief description of each folder and instructions on how to run our framework.
Folder Structure
algorithms
This folder contains all information related to different contexts, including exact mathematical formulations, pseudo-code, and research papers.
llm
This folder contains all the code related to LLM frameworks.
oracle
This folder contains all the code related to the oracle algorithms.
verifier_ip
This folder contains all the code related to the oracle verifier algorithms.
Running the Framework
To run our framework, please follow these steps:
-
Navigate to the
llm
directory:cd llm
-
Execute the main script:
python gpt.py
Contributing
We welcome contributions! Please fork this repository and submit a pull request if you have any improvements or fixes.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For any questions or feedback, please reach out to zhehuihu@usc.edu.
Thank you for your interest in our project!