|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RLParameters
Interface for a collection of parameters needed for JReLMLearners.
Method Summary | |
---|---|
java.lang.String |
getName()
Get the name of the algorithm these parameters are for. |
java.lang.String[] |
getParameterNames()
Get a the names of the parameters |
int |
getRandomSeed()
Get the seed for the psuedo-random number generator used by the ReinforcementLearner. |
boolean |
validateParameters()
Checks to make sure the current values for all parameters are valid. |
Method Detail |
---|
java.lang.String getName()
java.lang.String[] getParameterNames()
boolean validateParameters()
int getRandomSeed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |