Uses of Package
dev.nm.solver.multivariate.unconstrained.annealing.annealingfunction
-
Classes in dev.nm.solver.multivariate.unconstrained.annealing.annealingfunction used by dev.nm.solver.multivariate.unconstrained.annealing Class Description AnnealingFunction An annealing function or a tempered proposal function gives the next proposal/state from the current state and temperature. -
Classes in dev.nm.solver.multivariate.unconstrained.annealing.annealingfunction used by dev.nm.solver.multivariate.unconstrained.annealing.annealingfunction Class Description AnnealingFunction An annealing function or a tempered proposal function gives the next proposal/state from the current state and temperature.SimpleAnnealingFunction This annealing function takes a random step in a uniform direction, where the step size depends only on the temperature.