LocalSearchPlannerStrategy.
Use the LocalSearchRuntimeBasedStrategy and its belonging components instead.@Deprecated public class VariableBindingBasedCostEstimator extends java.lang.Object implements ICostEstimator
| Constructor and Description |
|---|
VariableBindingBasedCostEstimator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCost(SubPlan currentPlan,
PConstraint constraint)
Deprecated.
According to the current variable binding estimates the cost of the application of the given constraint
|
public VariableBindingBasedCostEstimator()
public double getCost(SubPlan currentPlan, PConstraint constraint)
ICostEstimatorgetCost in interface ICostEstimator