ml4ai / delphi

Framework for assembling causal probabilistic models from text and software.
http://ml4ai.github.io/delphi
Apache License 2.0
24 stars 17 forks source link

1 delphi edit edge weights mw #530

Closed manujinda closed 2 years ago

manujinda commented 2 years ago

Completed the backend CauseMos integration implementation for edit edges by plumbing in the edge freeze feature I implemented a while ago into a method in the causemos_integration.cpp (unsigned short AnalysisGraph::freeze_edge_weight()

Fixed some bugs in AnalysisGraph::from_delphi_json_dict() caused when deserializing a verbose model dump.