-
Notifications
You must be signed in to change notification settings - Fork 0
[Dev] Use named tuple for init #58
Copy link
Copy link
Closed
Labels
internal devModification to the code is requested and should not affect user experimentModification to the code is requested and should not affect user experiment
Description
@jbcaillau init = (variable = ..., state = ..., control = ...)
- order independent
- allows not to give everything (complete with default, then)
- while currently sth to initialise variable must always be given (even if no variable!)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
internal devModification to the code is requested and should not affect user experimentModification to the code is requested and should not affect user experiment