Class AdaptiveMonteCarloAlgorithm

java.lang.Object
org.pentaho.aggdes.algorithm.impl.AlgorithmImpl
org.pentaho.aggdes.algorithm.impl.AdaptiveMonteCarloAlgorithm
All Implemented Interfaces:
Algorithm, Component

public class AdaptiveMonteCarloAlgorithm extends AlgorithmImpl
Implementation of Algorithm that runs the Monte Carlo method repeatedly, tuning the cost limit each time to yield an effective cost limit.

The Monte Carlo algorithm tends to be most effective when the target cost is close to the actual cost. By running the algorithm repeatedly, we can determine a realistic cost.