Changed the return type for ParameterLearning::fit from tuple to Param #48

Merged
AlessandroBregoli merged 1 commits from 46-feature-parameter-learning-generalization into dev 2 years ago
AlessandroBregoli commented 2 years ago (Migrated from github.com)
Owner

Description

Each implementation of ParameterLearning are specifically implemented for DiscreteSpaceContinousTime nodes.
Define a new API which will allow for generalization.

Merge into Dev Checklist

  • Tests for the new code
  • Acceptance Testing

Changelog

  • Changed the return type for ParameterLearning::fit
  • Implemented DiscreteStateContinousTimeParams::set_cim_unchecked(cim)

(Optional) Extra info

None

<!-- # Pull/Merge Request into dev --> ## Description Each implementation of ParameterLearning are specifically implemented for DiscreteSpaceContinousTime nodes. Define a new API which will allow for generalization. ## Issues related * #46 ## Merge into Dev Checklist * [x] Tests for the new code * [x] Acceptance Testing ## Changelog * Changed the return type for `ParameterLearning::fit` * Implemented `DiscreteStateContinousTimeParams::set_cim_unchecked(cim)` ## (Optional) Extra info None
The pull request has been merged as c1d833253a.
Sign in to join this conversation.
Loading…
There is no content yet.