|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSALPMPE.sol_sep
public class sol_sep
Defines the separable approximating architecture.
| 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 |
|---|
double[][][] r_sep
double r_const
| Constructor Detail |
|---|
public sol_sep()
| Method Detail |
|---|
public void setr(sol_sep q)
q - values for approximating coefficients.
public void updater(sol_sep v,
int niter)
v - reference level for the approximating coefficients.niter - Iteration number
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||