SALPMPE
Class sol_sep

java.lang.Object
  extended by SALPMPE.sol_sep

public class sol_sep
extends java.lang.Object

Defines the separable approximating architecture.

Version:
2.0

Field Summary
(package private)  double r_const
          intercept value in approximation
(package private)  double[][][] r_sep
          weight of separable functions in approximation
 
Constructor Summary
sol_sep()
          Defines a new instance of the coefficients for approximating the value function.
 
Method Summary
 void setr(sol_sep q)
          Set the values of the coefficients associated to basis functions.
 void updater(sol_sep v, int niter)
          Smooth update for the coefficients in the approximating architecture.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r_sep

double[][][] r_sep
weight of separable functions in approximation


r_const

double r_const
intercept value in approximation

Constructor Detail

sol_sep

public sol_sep()
Defines a new instance of the coefficients for approximating the value function.

Method Detail

setr

public void setr(sol_sep q)
Set the values of the coefficients associated to basis functions.

Parameters:
q - values for approximating coefficients.

updater

public void updater(sol_sep v,
                    int niter)
Smooth update for the coefficients in the approximating architecture.

Parameters:
v - reference level for the approximating coefficients.
niter - Iteration number