示例#1
0
  @Override
  protected void init(AbstractStochasticCachingDiffFunction func) {

    sList = new ArrayList<double[]>();
    yList = new ArrayList<double[]>();
    dir = new double[func.domainDimension()];
  }