charles-river-analytics / figaro

Figaro Programming Language and Core Libraries
Other
756 stars 151 forks source link

Integrate conditional partition function UCI solvers for LSFI #710

Open apfeffer opened 7 years ago

apfeffer commented 7 years ago

A conditional partition function solver is one that eliminates all but one or a small number of variables, without normalizing, to return, for each value of the non-eliminated variable, the partition function conditioned on that value. UCI has multiple such solvers, VE being the simplest example.

Need to: