- Apr 12, 2013
-
-
Sébastien Villemot authored
(cherry picked from commit d5402a79)
-
Sébastien Villemot authored
(cherry picked from commit e2b01dd1)
- Apr 11, 2013
-
-
Sébastien Villemot authored
Closes #353 (cherry picked from commit d640546e)
-
Sébastien Villemot authored
Fix issue for threshold reduced form mapping with posterior samples;
-
Marco Ratto authored
2) Improve the notation of info saved of threshold reduced form mapping which was obscure. Manual cherry-pick from commit aa4e81f84bc7bf80cba888943263e6458a236065
-
- Apr 10, 2013
-
-
Closes #317 (cherry picked from commit c071df7f)
-
- Apr 08, 2013
-
-
Sébastien Villemot authored
Fixed bug introduced in commit c9402d9e ...
-
Marco Ratto authored
(cherry picked from commit 9ca68984)
-
Sébastien Villemot authored
4.3ç cherry picked parallel fixes
-
- Apr 06, 2013
-
-
Marco Ratto authored
1) properly manage hybrid matlab/octave computations; 2) check for function handles under octave, which cannot be saved on a mat file; 3) bug fix for non standard octave path; 4) synchronization fix under octave; 5) Retrieve missing output files when remote threads are finished; 6) check if input files have been updated, like in metropolis computations with load_mh_file=1; 7) check if output files are missing to trap synchronization failures: this may be inefficient and needs to be improved for unix/windows clusters; 8) fixed cleanup with multiple remote nodes. (cherry picked from commit c9402d9e)
-
Marco Ratto authored
(cherry picked from commit 844cbac2)
-
Marco Ratto authored
(cherry picked from commit 8de02041)
-
Marco Ratto authored
2) removed return after failure of ping; some machines like hal can be connected but do not allow ping; (cherry picked from commit 0fb68813)
-
- Apr 05, 2013
-
-
Marco Ratto authored
manual cherry-pick from Commit:09bc0a0a
-
Marco Ratto authored
Manual cherry-pick from commit:fe0054f3
-
Marco Ratto authored
Manual cherry pick from commit: Commit:84f0d6c7
-
Sébastien Villemot authored
- use ilu with type=ilutp instead of nofill. Contrary to luinc command i...
-
ferhat authored
- use ilu with type=ilutp instead of nofill. Contrary to luinc command ilu with nofill option doesn't not allow for partial pivoting
-
- Mar 27, 2013
-
-
Sébastien Villemot authored
4.3: cherry-picked Parallel debug and several fixes of GSA toolbox
-
Marco Ratto authored
Fixed spurious bugs when new MC smoother is invoked when an old one is already present in gsa results subfolders (cherry picked from commit 9a622298)
-
Marco Ratto authored
Manual cherry-pick from commit: 543b4040
-
Marco Ratto authored
2) better cleanup of remnants of remote parallel runs when Strategy ==1 3) for windows sessions eliminate the use of start, replaced by psexec -d instanced, to allow cleanup of .bat file 4) fix bug in Strategy==1 that was not properly cleaned by deleting new files on exit (cherry picked from commit 6ec501bccbae35de92e6566cbb3341468677016b)
-
Marco Ratto authored
2) Fix bug when local machine is accessed through the network in windows; 3) small bug fix in remote directory check; (cherry picked from commit 203c8ea6)
-
Marco Ratto authored
2) cleanup slavejob files (cherry picked from commit b82bc058)
-
Marco Ratto authored
(cherry picked from commit 2133ae43)
-
Marco Ratto authored
2) fix in defining the list of files; (cherry picked from commit f2cce399)
-
Marco Ratto authored
2) bug fix in security checks; (cherry picked from commit 8cd68dc0)
-
Marco Ratto authored
(cherry picked from commit 0a2f7f3e)
-
Closes #290 and makes #314 obsolete as we store both auto- and cross-correlations (manually cherry picked from commit f995f3da)
-
- Mar 26, 2013
-
-
Sébastien Villemot authored
(cherry picked from commit c9a15f0a)
-
Sébastien Villemot authored
-
- Mar 25, 2013
-
-
Sébastien Villemot authored
(cherry picked from commit feb0eb8a)
-
Sébastien Villemot authored
(cherry picked from commit e16e9c94)
-
Sébastien Villemot authored
-
- Mar 22, 2013
-
-
Sébastien Villemot authored
(manually cherry picked from commit 214ff844)
-
(cherry picked from commit 156397ec)
-
(cherry picked from commit 34fb9f1c)
-
Tests both ML and Bayesian estimation and test calibrated correlation of those shocks (cherry picked from commit 0311c4ad)
-
1. The first call to set_prior overwrote the first column of estim_params_.var_endo storing the position of the variable with measurement error in M_.endo_names with the position in options_.var_obs. All subsequent calls to set_prior then lead to crashes. 2. At the same time, for correlations of ME, the first column of estim_params_.corrn still stored the position of the variable with measurement error in M_.endo_names. But subsequent calls to it were done as if it stored the position in options_.var_obs I introduced two new variables in estim_params_ storing the respective positions in var_obs so as to not necessitate changes in the preprocessors. 3. For cases of calibrated measurement error correlations, the covariance matrix was not updated. 4. Fixing a lot of smaller bugs related to measurement errors, including some copy and paste errors - (cherry picked from commit 7518072e)
-