Skip to content

Commit e64ba98

Browse files
authored
CausalProblem rework (#84)
* Reinstate check after renaming caused bugs in sampling * Remove old CausalProblem class * Add barebones classes to be populated later * Update two normal example test to use new infrastructure * Rework so that the lagrangian can be passed model parameters and the multiplier values as separate args * ruffing * Refactor out g.model argument from the Lagrangian call * Make TODOs obvious so I don't forget to do them * Add docstrings and more TODOs * Todo resolution and addition * Fix module-level placeholder docstrings * Add issue tags to TODOs
1 parent e4f3635 commit e64ba98

File tree

7 files changed

+245
-631
lines changed

7 files changed

+245
-631
lines changed

src/causalprog/causal_problem.py

Lines changed: 0 additions & 319 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Classes for defining causal problems."""

0 commit comments

Comments
 (0)