-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This is a list of improvements in my head for how the API should look for end-users:
- query the type of object given name (distribution, function, parameter, constant)
- view dependency graph for a given name
- handle extended likelihoods
- workspace objects should contain dependency graph, and model should be the likelihood model built for the distribution specified by the name in
ws.model(name)- rather than building all potential distributions (or functions) - ParameterSet should provide a way to build a suggested initial set of parameters without having to manually do something like dict-comprehension or list-comprehension
- need to be able to pass in parameters as an ordered list, instead of dictionary (allow for both, provide a warning if dictionary is provided?)
Metadata
Metadata
Assignees
Labels
No labels