Class CeresSolver.RandomizedFunctor

java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.RandomizedFunctor
Enclosing class:
CeresSolver

class CeresSolver.RandomizedFunctor extends Object
  • Field Details

    • noise_factor_

      private double noise_factor_
    • random_seed_

      private long random_seed_
    • random

      private Random random
  • Constructor Details

    • RandomizedFunctor

      public RandomizedFunctor(double noise_factor, long random_seed)
  • Method Details

    • operator

      public boolean operator(double[] x1, double[] residuals)
    • ExpectCostFunctionEvaluationIsNearlyCorrect

      public void ExpectCostFunctionEvaluationIsNearlyCorrect(CeresSolver.CostFunction cost_function, String testName, boolean[] passed)