https://github.com/xutingting/two_phase_water_pricing_model
This repository contains experiment code for paper "A two-phase model for trade matching and price setting in double auction water markets"
https://github.com/xutingting/two_phase_water_pricing_model
Last synced: 4 months ago
JSON representation
This repository contains experiment code for paper "A two-phase model for trade matching and price setting in double auction water markets"
- Host: GitHub
- URL: https://github.com/xutingting/two_phase_water_pricing_model
- Owner: xutingting
- Created: 2018-02-18T12:25:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T13:34:59.000Z (about 7 years ago)
- Last Synced: 2024-08-13T07:10:02.934Z (8 months ago)
- Language: Python
- Size: 438 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - xutingting/two_phase_water_pricing_model - This repository contains experiment code for paper "A two-phase model for trade matching and price setting in double auction water markets" (Python)
README
# The experiments for water pricing paper
This project is for water pricing paper##Structure of the project
+ price_data/data%d.txt: the prices.
+ area_info: folder containing all real world data
+ output: The results for all the three objective functions on all the data
+ figures: all the generated figures
+ utils.py: All basic functions
+ compare_pool.py: compare pooled exchange and optimal assignment. executable
+ objective.py
+ check_output.py: to check whether the output is valid. executable
+ gen_output.py: to generate the output of all the instance, all the case.
+ compare_obj.py: compare the three different objective functions. executable
+ connectivity.py: show whether two agents are connected
+ runall.sh: run all the experiments## The list of experiments
See runall.sh for details.