Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : krisp details
Please login or create an account

krisp

(600/1309 downloads)
Kriging based regression and optimization package for Scilab.
Details
Version
0.9-2
Most recent version: 0.96
Author(s)
Janis Janusevskis
Entity
EMSE, CROCUS
Package maintainer
Janis Janusevskis
License
Supported Scilab Versions
>= 5.2
Creation Date
25th of January 2011
ATOMS packaging system
Available on
How To Install
atomsInstall('krisp')
Description
This toolbox implements kriging based regression (also known as Gaussian process regression) and optimization of deterministic simulators. The toolbox consists of two main components: 1. functions for creation of kriging model for deterministic or noisy data (correlation kernels, hyper-parameter estimation, prediction, cross validation). 2. methods implementing Efficient Global Optimization (EGO) for time consuming deterministic functions. The main functions for creation and working with kriging model: km - create kriging model. findTheta - find (learn) kriging hyper-parameters. predict - calculate prediction of kriging mean and variance. LOOCV - calculate Leave One Out Cross-validation for given kriging model. simGaussian - simulate Gaussian processes. SimCondGaussian - simulate Gaussian processes conditional on observations. Included trend functions: constant, linear, quadratic polynomials. Included correlation kernels: Gaussian, Matern_5_2, power exponential (p=1.9) and exponential (p=1); The main functions for optimization: EGO- create EGO optimizer. EGO_ask - get next data points. EGO_tell - to tell optimizer response values at new data points. EGO_stop - indicates if stopping criterion has been reached. EGO_best - returns the best point and criterion value.
Files (3)
[197.43 Ko] krisp-0.9-2-src.zip
Only Scilab functions are used - no extenral C functions for correlation matices
are used. Better loading and compilation (works on Windows) but performance is
slower.
[202.89 Ko] krisp_0.9-2.bin.zip
Binary version
Automatically generated by the ATOMS compilation chain

News (0)
Comments (4)
    Leave a comment 
Comment from Michael Baudin -- 27th of January 2011, 08:44:38 AM    
Hi,

This might be an interesting alternative to DACE. 

Would you mind to display (in the Description field) the list of functions that you provide

?

Best regards,

Michaël Baudin
Comment from Michael Baudin -- 28th of January 2011, 01:46:30 PM    
Hi,

Thanks for the update.

I suggest that you create an account on the Scilab Forge :

http://forge.scilab.org/

This will allow you to progressively update the module before it is actually ready for 
ATOMization. 

The loader still does not work, but I would prefer submit this issue on the bug tracker of

the Forge, rather than polluting this page...

Best regards,

Michaël Baudin
Comment from Poles Silvia -- 21st of June 2011, 03:31:02 PM    
None of demos are working. 
The example in "km" help page does not work because the "predict"
syntax is incorrect.

Please update demos and help.


Comment from Janis Janusevskis -- 22nd of June 2011, 10:03:08 PM    
Please check your toolbox installation and send me your error messages.
At my workstation demos are working fine.
Leave a comment
You need to log in before you can leave a comment.