minimizers take optional guesses
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
the guesses are on `model.parameters`; however `Minimizer` classes also need the option to start from different guesses, for example when alternating between different minimizers during expectation-maximization fitting.
this might be a bit confusing since guesses can come from two places which is bad design
Contributor guide
Assessment
This issue has not been assessed yet.