Skip to content

v0.2.2.5-alpha

Compare
Choose a tag to compare
@ifndefJOSH ifndefJOSH released this 14 Jun 17:02

Release Notes:

  • Refactored the StaminaModelBuilder set of classes into stamina::builder::Stamina*ModelBuilder
  • Separated STAMINA 2.0 algorithm, STAMINA 2.5 algorithm, and STAMINA 3.0 algorithm into separate classes: StaminaReExploringModelBuilder, StaminaIterativeModelBuilder and StaminaPriorityModelBuilder respectively. Currently StaminaPriorityModelBuilder 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