SWIFTSIM / emulator

The SWIFT simulation cosmological emulator (swift-emulator)
GNU Lesser General Public License v3.0
5 stars 2 forks source link

Experiment design (basic) #6

Closed JBorrow closed 3 years ago

JBorrow commented 3 years ago

A first pass at an experiment design using pyDOE, creating a latin hypercube from a ModelSpecification.

JBorrow commented 3 years ago

Also includes a new plotting function for the model parameters, produces figures like:

test_model_spec

JBorrow commented 3 years ago

I've now also added the functions and an example to create SWIFT parameter files.

JBorrow commented 3 years ago

I'm going to merge this as is, if we have problems in the future with RNG we can address that then.