Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 578 Bytes

File metadata and controls

35 lines (23 loc) · 578 Bytes

DPAC

Installation

Clone this repository to get started:

git clone https://github.com/username/dpac.git

Usage

Scoring Module

To run the scoring example, execute the following command from the DPAC parent directory:

python -m dpac.example

Simulated Annealing

To try the Simulated Annealing implementation, run:

python -m dpac.simulated_annealing.example

Data

  • Test is high identity set in the paper
  • Eval is low identity set in the paper
  • More benchmark data/results will be added soon

License

MIT License