Package | Description |
---|---|
optimizers |
Constructor and Description |
---|
LM_GaussianMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod)
Constructor needs all the following:
|
LM_OffGaussMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
double sigma)
Constructor needs all the following:
|
LM_RicianMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
double sigma)
Constructor needs all the following:
|
MCMC_GaussianMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Prior p,
Perturbation pb,
double sigma)
Constructor needs all the following:
|
MCMC_OffGaussMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Prior p,
Perturbation pb,
double sigma)
Constructor needs all the following:
|
MCMC_RicianMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Prior p,
Perturbation pb,
double sigma)
Constructor needs all the following:
|
MultiRunLM_GaussianMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Perturbation p,
int repeats,
int seed) |
MultiRunLM_Minimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Perturbation p,
int repeats,
int seed) |
MultiRunLM_OffGaussMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Perturbation p,
int repeats,
int seed,
double sigma) |
MultiRunLM_RicianMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Perturbation p,
int repeats,
int seed,
double sigma) |
MultiRunMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Perturbation p,
int repeats,
int seed)
Constructor needs all the following:
|