|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iastate.jrelm.gui.JReLMSettingsController_Mark2
public class JReLMSettingsController_Mark2
Constructor Summary | |
---|---|
JReLMSettingsController_Mark2()
|
|
JReLMSettingsController_Mark2(java.util.Collection<P> paramsList)
|
|
JReLMSettingsController_Mark2(RLParameters params)
For use when only one type of RL algorithm is in use in the model. |
Method Summary | ||
---|---|---|
void |
display()
|
|
java.util.Vector<RLParameters> |
getAlgorithmList()
Returns a list of the JReLM reinforcement learning algorithms this controller knows about. |
|
void |
reset()
Rebuilds the JReLM settings display with the current list of algorithms |
|
|
setParameterList(java.util.Collection<P> algorithmList)
Set the list of available reinforcement algorithms that can be set through this JReLM parameters settings window. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JReLMSettingsController_Mark2()
public JReLMSettingsController_Mark2(RLParameters params)
parameters
- public JReLMSettingsController_Mark2(java.util.Collection<P> paramsList)
Method Detail |
---|
public void display()
public void reset()
public java.util.Vector<RLParameters> getAlgorithmList()
public <P extends RLParameters> void setParameterList(java.util.Collection<P> algorithmList)
P
- - accepts any Collection of objects extending from RLParameters.algorithmList
- - new list of algorithms as represented by their parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |