public class UtilityModel extends Object implements Serializable
| Constructor and Description |
|---|
UtilityModel() |
UtilityModel(int stateCount,
int actionCount) |
UtilityModel(int stateCount,
int actionCount,
double initialU) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(UtilityModel rhs) |
boolean |
equals(Object rhs) |
int |
getActionCount() |
int |
getStateCount() |
Vec |
getU() |
double |
getU(int stateId) |
UtilityModel |
makeCopy() |
void |
reset(double initialU) |
void |
setU(Vec U) |
public UtilityModel(int stateCount,
int actionCount,
double initialU)
public UtilityModel(int stateCount,
int actionCount)
public UtilityModel()
public void setU(Vec U)
public Vec getU()
public double getU(int stateId)
public int getStateCount()
public int getActionCount()
public void copy(UtilityModel rhs)
public UtilityModel makeCopy()
public void reset(double initialU)
Copyright © 2017. All rights reserved.