JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
rb.RBnSCMCSystem Class Reference

Reduced basis SCM system. More...

Inheritance diagram for rb.RBnSCMCSystem:
rb.RBSCMSystem

Public Member Functions

 RBnSCMCSystem (RBSystem sys)
 
void loadOfflineData (AModelManager m) throws IOException, InconsistentStateException
 
double get_SCM_LB ()
 TODO create local double[] currentParam field and remove save_/restore_params fcns. More...
 
double get_SCM_UB ()
 
- Public Member Functions inherited from rb.RBSCMSystem
 RBSCMSystem (RBSystem sys)
 
double get_SCM_LB ()
 
double get_SCM_UB ()
 Evaluate the SCM upper bound for current_parameters. More...
 
double[] get_current_parameters ()
 
void readConfiguration (AModelManager m) throws IOException
 
void loadOfflineData (AModelManager m) throws IOException, InconsistentStateException
 Read in the stored data from the specified URL in order to initialize the SCM. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from rb.RBSCMSystem
static double param_dist (double[] mu_1, double[] mu_2)
 
- Protected Member Functions inherited from rb.RBSCMSystem
double thetaQa (int q)
 
int getQa ()
 
void get_current_parameters_from_C_J (int index)
 Load the current_parameters from the set C_J. More...
 
void save_current_parameters ()
 Save current_parameters in saved_parameters. More...
 
void reload_current_parameters ()
 Reload from saved_parameters. More...
 
- Protected Attributes inherited from rb.RBSCMSystem
RBSystem sys
 
double[] C_J_stability_vector
 The values of the stability factor at the greedily selected parameters. More...
 

Detailed Description

Reduced basis SCM system.

This class has been taken from the original rbAppMIT package and modified to fit into the current JaRMoS framework.

Author
Daniel Wirtz
Date
07.08.2013

Definition at line 36 of file RBnSCMCSystem.java.

Constructor & Destructor Documentation

rb.RBnSCMCSystem.RBnSCMCSystem ( RBSystem  sys)

Definition at line 38 of file RBnSCMCSystem.java.

Member Function Documentation

double rb.RBnSCMCSystem.get_SCM_LB ( )

TODO create local double[] currentParam field and remove save_/restore_params fcns.

Definition at line 137 of file RBnSCMCSystem.java.

double rb.RBnSCMCSystem.get_SCM_UB ( )

Definition at line 219 of file RBnSCMCSystem.java.

void rb.RBnSCMCSystem.loadOfflineData ( AModelManager  m) throws IOException, InconsistentStateException
Parameters
m
Exceptions
IOException
InconsistentStateException

Definition at line 61 of file RBnSCMCSystem.java.


The documentation for this class was generated from the following file: