BEAST2-Dev / bdsky

Birth Death Serial Skyline Model for BEAST2
GNU General Public License v3.0
2 stars 11 forks source link

InputEditor for rates and rateChangeTimes #21

Open gavryushkina opened 7 years ago

gavryushkina commented 7 years ago

A BEAUti input editor that will handle multidimensional entries for rateChangeTimes parameters is needed. Also it would be good if this editor takes care of keeping the dimensions for the rate and respective rateChangeTimes parameters the same.

gavryushkina commented 7 years ago

One solution is to create an Input editor that derives from ParameterInputEditor and also create a special ChangeTimesParameter that derives from RealParameter. This solution is simple although the old xmls file will be not running as the type of birthRateChangeTime input (and others) changes from RealParameter to ChangeTimesParameter