Skip to content

ChufanSuki/Pacman

Repository files navigation

Pacman

codecov DOCS CI build pre-commit

This project is only for education purpose and not for production. See https://chufansuki.github.io/Pacman/ for doc.

Related Repo

Reference:

Example

python dcop_cli.py solve --algo dpop graph_coloring.yaml

python dcop_cli.py --timeout 3 solve --algo mgm graph_coloring.yaml

python dcop_cli.py --output results.json solve --algo dpop graph_coloring.yaml

python dcop_cli.py graph --graph factor_graph --display graph_coloring.yaml

python dcop_cli.py solve --algo mgm --algo_params stop_cycle:20 \
--collect_on cycle_change --run_metric ./metrics.csv \
graph_coloring_50.yaml
python dcop_cli.py solve --algo mgm --algo_params stop_cycle:20 \
             --collect_on cycle_change \
             --run_metric ./metrics_cycle.csv \
             graph_coloring_50.yaml
python dcop_cli.py -v 2 solve --algo dpop graph_coloring.yaml
python dcop_cli.py --log log.conf orchestrator \
--algo maxsum --algo_params damping:0.9 \
--distribution heur_comhost \
--scenario scenario_2.yaml \
graph_coloring_20.yaml

python dcop_cli.py agent --names a000 a001 a002 a003 a004 a005 a006 a007 a008 a009 a010 \
  a011 a012 a013 a014 a015 a016 a017 a018 a019 a020 \
   -p 9001 --orchestrator 127.0.0.1:9000 --uiport 10001

Releases

No releases published

Packages

No packages published

Languages