public class LogUtilityFunction extends AbstractUtilityFunction implements Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
coefficient |
Constructor and Description |
---|
LogUtilityFunction() |
Modifier and Type | Method and Description |
---|---|
double |
calculatePayoff(double profit) |
double |
getCoefficient() |
void |
setCoefficient(double coefficient) |
public double calculatePayoff(double profit)
calculatePayoff
in interface UtilityFunction
public double getCoefficient()
public void setCoefficient(double coefficient)
Copyright © 2014. All rights reserved.