buntonj / SFO_CPP

A fast, templated C++ header library for submodular optimization (subset selection) problems.
0 stars 0 forks source link

Abstract base class for greedy algorithms/optimizers? #19

Open buntonj opened 10 months ago

buntonj commented 10 months ago

All of the greedy algorithms rely on same code/identical structure. Could either:

buntonj commented 2 weeks ago

As a good practice, should lean towards inheriting methods more than attributes.