Better wrapping of Configurables
Right we we wrap Configurable
objects by hand with composable
and give the result a new name. This makes reading the configuration confusing as one sees 'algorithms' with unfamiliar names.
It'd be nicer to automatically wrap Configurable
objects with composable
. We can use the same mechanism that ConfigurableGenerators
uses to have a module that creates wrapped objects on demand.