Giter Site home page Giter Site logo

kriging's Introduction

================================================
Kriging code for multidimensional interpolation
================================================

Main Author     : Wataru Yamazaki

Modified Version: Komahan Boopathy, 
	 	  University of Dayton, OH
		  [email protected]

Date		  : 1/31/2014
==================================================

Article:
--------

 K. Boopathy and M.P. Rumpfkeil,~\href{http://arc.aiaa.org/doi/abs/10.2514/1.J053064}{``Unified Framework for Training Point Selection and Error Estimation for Surrogate Models''}, AIAA
  Journal, Vol. 53, No. 1, pp. 215--234, 2015, DOI: 10.2514/1.J053064.

Citation:
----------

@article{Komahan2013c,
		  author      = "K. Boopathy and M. P. Rumpfkeil",
  		  TITLE        = "{Unified Framework for Training Point Selection and Error Estimation for Surrogate Models}",
                  journal     = "AIAA Journal",
		  volume      = "53, No. 1",
                  pages = "215--234",
                  doi = "http://dx.doi.org/10.2514/1.J053064",
                  year = "2015"
		  }

Main program can be executed within folders test/ or testdrag/ testlift/ as the case might be. The important .f90 files of interest will be:

main.f90    --> input parameters and settings (driver program)
monaco.f90  --> statistics and derivatives for UQ/OUU
post.f90    --> post processing on the surrogate (RMSE and other tecplot output coding)
DynamicPointSelection.f90 --> Dynamic training point selection based on local surrogate models	
functions.f90 --> contains test functions, the user can add more.

Subroutine version can be evoked my running ./makelibrary in the main folder that creates krigingestimate.a for Optimization Under Uncertainty.

Dependencies:
-------------
 - Tapenade for automatic differentiation 
 - MIR for local interpolation


kriging's People

Contributors

komahanb avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.