Skip to content

Make tools stateless

Niklas Stefan Nolte requested to merge NN_fix_tool_issue into master

Knowledge of parent is removed from Tool. The parent is passed only when needed, i.e. to the call to configuration().

This allows for the same Tool instance to be passed to different algorithms.

closes #49 (closed)

Edited by Rosen Matev

Merge request reports