Hi, @terhorst
When I use smc++ cv to estimate the Ne of one population with 10,20,30,40,50,60,70,80 samples (vcf file without imputation), something weird happened. About six month ago, I run the smc++ cv with the input contain 20 samples, it works well. I get the final best model json file. But while rerun the same input, I cannot get the result, the command seems under a sleep state for abut 3 days. And what I get only a json file under fold0 dictionary.
RUNNING THE L-BFGS-B CODE
* * *
Machine precision = 2.220D-16
N = 4 M = 10
At X0 0 variables are exactly at the bounds
At iterate 0 f= 1.37795D+08 |proj g|= 3.00000D+00
At iterate 1 f= 1.35327D+08 |proj g|= 3.67045D+00
At iterate 2 f= 1.35276D+08 |proj g|= 3.62739D+00
At iterate 3 f= 1.35106D+08 |proj g|= 4.05508D+00
At iterate 4 f= 1.35079D+08 |proj g|= 3.94967D+00
At iterate 5 f= 1.35076D+08 |proj g|= 3.95700D+00
At iterate 6 f= 1.35076D+08 |proj g|= 3.96068D+00
At iterate 7 f= 1.35076D+08 |proj g|= 3.96062D+00
At iterate 8 f= 1.35076D+08 |proj g|= 3.07415D+00
At iterate 9 f= 1.35076D+08 |proj g|= 3.07435D+00
At iterate 10 f= 1.35076D+08 |proj g|= 3.07232D+00
At iterate 11 f= 1.35076D+08 |proj g|= 3.07514D+00
At iterate 12 f= 1.35075D+08 |proj g|= 3.21603D+00
At iterate 13 f= 1.35075D+08 |proj g|= 3.47342D+00
At iterate 14 f= 1.35075D+08 |proj g|= 3.61939D+00
At iterate 15 f= 1.35075D+08 |proj g|= 3.61571D+00
At iterate 16 f= 1.35075D+08 |proj g|= 3.96006D+00
At iterate 17 f= 1.35075D+08 |proj g|= 3.95981D+00
At iterate 18 f= 1.35075D+08 |proj g|= 3.95983D+00
* * *
Tit = total number of iterations
Tnf = total number of function evaluations
Tnint = total number of segments explored during Cauchy searches
Skip = number of BFGS updates skipped
Nact = number of active bounds at final generalized Cauchy point
Projg = norm of the final projected gradient
F = final function value
* * *
N Tit Tnf Tnint Skip Nact Projg F
4 18 20 21 0 0 3.960D+00 1.351D+08
F = 135075265.97224012
CONVERGENCE: REL_REDUCTION_OF_F_<=_FACTR*EPSMCH
Cauchy time 0.000E+00 seconds.
Subspace minimization time 0.000E+00 seconds.
Line search time 0.000E+00 seconds.
Total User time 0.000E+00 seconds.
and here is my job state:
Sincerely hope can get your advise, and thanks in advance.
Hi, @terhorst When I use smc++ cv to estimate the Ne of one population with 10,20,30,40,50,60,70,80 samples (vcf file without imputation), something weird happened. About six month ago, I run the smc++ cv with the input contain 20 samples, it works well. I get the final best model json file. But while rerun the same input, I cannot get the result, the command seems under a sleep state for abut 3 days. And what I get only a json file under
fold0
dictionary.Here is my standard error file:
and my standard output file:
and here is my job state:
Sincerely hope can get your advise, and thanks in advance.