Eawag-SIAM / SimulatedAnnealingABC.jl

Approximate Bayesian Computation algorithm based on simulated annealing
GNU General Public License v3.0
1 stars 0 forks source link

Return state (for restart) #3

Closed carloalbert closed 1 year ago

carloalbert commented 1 year ago

posterior population (pars and u's), cdf, epsilon, Sigma

Define a functionupdate_step!(state) that is called in the main loop.

scheidan commented 1 year ago

done