julia-wrobel / registr

Register exponential family curves
Other
16 stars 4 forks source link

Set consistent FPCA seed during registration iterations #13

Closed eimcdonnell closed 4 years ago

eimcdonnell commented 4 years ago

Within register_fpca(), each iteration calls the functions fpca_gauss() or bfpca() with seed 1988 + iter. Setting a consistent seed across iterations (i.e. 1988) will remove a source of random variability by initializing parameters with consistent values inside those functions.

bauer-alex commented 4 years ago

Can be closed since the change is apparently already implemented on the master.