Skip to content

Make sense of ParamControl

eva2.optimization.operator.paramcontrol.InterfaceParamControllable exists but doesn't seem to be implemented anywhere. The eva2.optimization.Processor however tries to magically call the getParamControl method defined in this interface. Instead of wasting CPU cycles on reflection we should either make Optimizers/Problems implement this interface or remove the interface.