Uses of Class
minimization.MCMC

Packages that use MCMC
systemic   
 

Uses of MCMC in systemic
 

Methods in systemic that return MCMC
 MCMC Kernel.sa(int steps, double T, double alpha, boolean[][] icFit, boolean[] voFit, double[] bm, double[] bmv, double[] cmin, double[] cmax, java.lang.Object[] pars)
          Deprecated. Use Kernel.minimize(int, boolean[][], boolean[], java.lang.Object[]) instead
 

Methods in systemic with parameters of type MCMC
static double[] Routines.sa2(Kernel k, boolean[][] planetCheckBoxes, boolean[] voffsCheckBoxes, double[] chisq, boolean[] closeEncounter, int steps, int restartEvery, double T0, double alpha, double[] bm, double[] bmv, double[] cmin, double[] cmax, MCMC[] thread)