Draft
Conversation
Collaborator
Author
|
From 2026-01-08 call table until after Jan 2026. |
Added parameter groups to configuration as well as a new class, `ParameterCollection`, to manage parameters/groups and their realization. Changes included: - Added `groups` attribute to the `ConfigurationModel` class along with validation to check the referenced parameters are defined in the `parameters` attribute. - Added the `ParameterCollection` class which takes parameter/group configuration and group names and manages the collection of required parameters including providing a `realize` method for sampling all at once. - Added the `--group` option to `flepimop2 simulate` and made use of the `ParameterCollection` class in the `SimulateCommand` to make groups available for simulating. Closes #47.
cc8adbf to
8def430
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added parameter groups to configuration as well as a new class,
ParameterCollection, to manage parameters/groups and theirrealization. Changes included:
groupsattribute to theConfigurationModelclass along withvalidation to check the referenced parameters are defined in the
parametersattribute.ParameterCollectionclass which takes parameter/groupconfiguration and group names and manages the collection of required
parameters including providing a
realizemethod for sampling all atonce.
--groupoption toflepimop2 simulateand made use of theParameterCollectionclass in theSimulateCommandto make groupsavailable for simulating.
Closes #47.