aig-upf / fs-private

This is the private version of the FS planner repository
GNU General Public License v3.0
5 stars 1 forks source link

Merge iw_run and mv_iw_run back #96

Open gfrances opened 6 years ago

gfrances commented 6 years ago

iw_run and mv_iw_run could probably be merged back to reduce a lot of code duplication. See some good notes by @miquelramirez on this here: https://github.com/aig-upf/fs-private/issues/91#issuecomment-335436577. I'm copying them verbatim below:

Summary

The filtering of R sets and its associated methods need to be moved out of the class. I would like to have them somewhere, as a snippet of some sort and a note, since the idea of post-processing R-sets may have some potential.

The rest of the changes are related to switching the underlying datum used to compute w(s) from bool to FSFeatureValueT (which is unsigned), and that we need to use the features to obtain the relevant valuations.

miquelramirez commented 6 years ago

I hope this helped @gfrances !