Skip to content

emotional-cities/D7.2-Metamodelling-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D7.2-Metamodelling

This is the initial metamodelling library for eMotional Cities project.

• LHS.py: performs LHS sampling in an input space of three variables.

• Model.py: compute the number of leisure trips given an x value with the changes in some beta values (input space of uncertainty). This could be seen as the simulation for this simplified example.

• ModelSD.py: this file combines the two previous ones. The user can set the number of simulations runs, and it directly saves the LHS input values and the corresponding output in two different files.

• GaussianProcess.ipynb: explains and constructs a Gaussian Process metamodel for the simulation model with 400 labeled points. After, it computes the prediction in another 400 unlabeled input points.

• GP_AL.ipynb: explains and constructs a Gaussian Process metamodel for the simulation model using Active learning. It computes the prediction in 400 unlabeled input points using for the estimation only 200 labeled points and 100 query points.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published