Uses of Class
org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
Packages that use CostEstimator
-
Uses of CostEstimator in org.apache.sysds.runtime.controlprogram.parfor.opt
Subclasses of CostEstimator in org.apache.sysds.runtime.controlprogram.parfor.optModifier and TypeClassDescriptionclassclassCost estimator for runtime programs.Methods in org.apache.sysds.runtime.controlprogram.parfor.opt with parameters of type CostEstimatorModifier and TypeMethodDescriptionabstract booleanOptimizer.optimize(ParForStatementBlock sb, ParForProgramBlock pb, OptTree plan, CostEstimator est, int numRuns, ExecutionContext ec) Optimize the parfor statement blockbooleanOptimizerConstrained.optimize(ParForStatementBlock sb, ParForProgramBlock pb, OptTree plan, CostEstimator est, int numRuns, ExecutionContext ec) Main optimization procedure.booleanOptimizerRuleBased.optimize(ParForStatementBlock sb, ParForProgramBlock pb, OptTree plan, CostEstimator est, int numRuns, ExecutionContext ec) Main optimization procedure.