Evaluation of using NEUROMANCER for Optimization and Optimal Control Problems
3.10
I am using uv to manage python packages.
if not installed, install python version 3.10.12
uv python install 3.10.12
getting started (create .venv and install all packages)
uv sync --all-extras
uv init
uv venv --python <YOUR_PYTHON_VERSION>
source .venv/bin/activate
uv add <package>