Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
joschout committed Jul 31, 2020
1 parent 55ddf7f commit f86c110
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ An example is the Interpretable Decision Set objective function, of which the ev
To use this in your own code, you can have a look at the basic example in [./examples/value_reuse/example_Andreas_Krause.py](./examples/value_reuse/example_Andreas_Krause.py). More specifically, the submodular function to be maximized should be contained in an object of a class inheriting from `AbstractSubmodularFunctionValueReuse`. This class looks as follows:
``` Python
class AbstractSubmodularFunctionValueReuse:

def evaluate(self, current_set_info: SetInfo,
previous_func_info: Optional[FuncInfo],
) -> FuncInfo:
Expand Down

0 comments on commit f86c110

Please sign in to comment.