An open API service indexing awesome lists of open source software.

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"

Awesome Lists containing this project

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.