public class DeltaList
extends java.lang.Object
Constructor and Description |
---|
DeltaList(int maxDeltas)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addWeight(double v)
Deprecated.
Add to main and current delta
|
void |
addWeight(ParamWeight p,
double v)
Deprecated.
|
void |
clear()
Deprecated.
|
double |
getWeight()
Deprecated.
|
boolean |
nextDelta(double goldScore,
double prevGoldScore)
Deprecated.
Called between coordinated changes made by the proposal distribution.
|
IWorldWeight |
recordWeight()
Deprecated.
|
void |
updateBestWeight(IWorldWeight bestWeight)
Deprecated.
|
public void updateBestWeight(IWorldWeight bestWeight)
public IWorldWeight recordWeight()
public void clear()
public void addWeight(double v)
v
- public void addWeight(ParamWeight p, double v)
public double getWeight()
public boolean nextDelta(double goldScore, double prevGoldScore)
goldScore
- larger is better