Examples of DiscretePotentialMetropolisMarkovChain


Examples of stallone.mc.DiscretePotentialMetropolisMarkovChain

     * @param kT the thermal energy used to calculate jump probabilities
     * @return
     */
    public IDoubleArray metropolisMC(IGriddedFunction f, double kT)
    {
        DiscretePotentialMetropolisMarkovChain mc = new DiscretePotentialMetropolisMarkovChain(f, kT);
        return(mc.getTransitionMatrix());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.