├── LICENSE.txt ├── README.md ├── create_env.sh ├── data.py ├── environment.yml ├── environment_nocuda.yml ├── halos_to_graph.py ├── latin_hypercube_params.txt ├── model.py ├── schematic.svg ├── spec_measurement.npz └── train.py /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/README.md -------------------------------------------------------------------------------- /create_env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/create_env.sh -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/data.py -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/environment.yml -------------------------------------------------------------------------------- /environment_nocuda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/environment_nocuda.yml -------------------------------------------------------------------------------- /halos_to_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/halos_to_graph.py -------------------------------------------------------------------------------- /latin_hypercube_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/latin_hypercube_params.txt -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/model.py -------------------------------------------------------------------------------- /schematic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/schematic.svg -------------------------------------------------------------------------------- /spec_measurement.npz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/spec_measurement.npz -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MilesCranmer/gnn_resource_allocation/HEAD/train.py --------------------------------------------------------------------------------