|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--edu.stanford.multiagent.gamer.ParameterizedObject
|
+--edu.stanford.multiagent.gamer.functions.Function
|
+--edu.stanford.multiagent.gamer.functions.TableFunction
|
+--edu.stanford.multiagent.gamer.functions.IncreasingTableFunction
|
+--edu.stanford.multiagent.gamer.functions.ConcaveTableFunction
Class implements a table lookup concave function (for truly random table functions)
| Field Summary |
| Fields inherited from class edu.stanford.multiagent.gamer.functions.TableFunction |
pMax, pMin, pPoints, table, tfParam |
| Fields inherited from class edu.stanford.multiagent.gamer.functions.Function |
dMax, dMin |
| Fields inherited from class edu.stanford.multiagent.gamer.ParameterizedObject |
parameters |
| Constructor Summary | |
ConcaveTableFunction()
|
|
| Method Summary | |
void |
doGenerate()
Generate the table |
protected java.lang.String |
getFunctionHelp()
Returns a help string describing the function and the parameters taken by the function |
void |
initialize()
Calls initialize in the super class ParemeterizedObject which checks parameters |
static void |
main(java.lang.String[] args)
Just used for testing |
| Methods inherited from class edu.stanford.multiagent.gamer.functions.IncreasingTableFunction |
intAndNorm, recGenerate |
| Methods inherited from class edu.stanford.multiagent.gamer.functions.TableFunction |
checkParameters, eval, randomizeParameters |
| Methods inherited from class edu.stanford.multiagent.gamer.functions.Function |
getDMax, getDMin, getHelp, setDomain |
| Methods inherited from class edu.stanford.multiagent.gamer.ParameterizedObject |
getBooleanParameter, getDescription, getDoubleParameter, getLongParameter, getParamDescription, getParameter, getParameters, getStringParameter, setParameter, setParameter, setParameters, setParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConcaveTableFunction()
throws java.lang.Exception
| Method Detail |
protected java.lang.String getFunctionHelp()
Function
getFunctionHelp in class IncreasingTableFunction
public void initialize()
throws java.lang.Exception
Function
initialize in class IncreasingTableFunctionjava.lang.Exception - if there is a problem with the parameterspublic void doGenerate()
doGenerate in class IncreasingTableFunction
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||