v0.2.2.5-alpha
Release Notes:
- Refactored the
StaminaModelBuilder
set of classes intostamina::builder::Stamina*ModelBuilder
- Separated STAMINA 2.0 algorithm, STAMINA 2.5 algorithm, and STAMINA 3.0 algorithm into separate classes:
StaminaReExploringModelBuilder
,StaminaIterativeModelBuilder
andStaminaPriorityModelBuilder
respectively. CurrentlyStaminaPriorityModelBuilder
is not completely implemented yet and will throw an error if the--priority
option is used. - STAMINA 2.0 algorithm now uses
std::deque
and saves previously created version of the transition matrix from each iteration so we don't have to re-build it. - STAMINA 2.5 algorithm gives the same results as STAMINA 2.0 with improved runtime