Skip to content

Commit

Permalink
Add basis for computing counterfactuals via convex (and non-convex) o…
Browse files Browse the repository at this point in the history
…ptimization (e.g. LP, QCQP, DCQP, ...)
  • Loading branch information
andreArtelt committed Nov 29, 2019
1 parent 13aa803 commit c9b04a7
Show file tree
Hide file tree
Showing 5 changed files with 449 additions and 1 deletion.
1 change: 1 addition & 0 deletions ceml/optim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
from .optimizer import *
from .input_wrapper import *
from .ga import *
from .cvx import *

0 comments on commit c9b04a7

Please sign in to comment.