Thomj-Dev / SEMBAS

GNU General Public License v3.0
0 stars 0 forks source link

Boundary Adjustment and Mutation Analysis Tools #34

Open ThomJ130 opened 2 weeks ago

ThomJ130 commented 2 weeks ago

This feature considers an previously known boundary which may have changed. For example, a machine learning model's region of validity has already been explored, but the model has since been further trained. How do we expand and contract the boundary to avoid unnecessarily re-exploring the search space? Furthermore, knowing how each boundary halfspace is adjusted will provide interesting insights into what effects the training had on the model.

Design Considerations

ThomJ130 commented 2 weeks ago

Furthermore, we will need to update the surface vector matrix after or while establishing the new boundary position matrix. This may be done using KNN to identify an orthogonal vector, but I am not sure yet.