Reminder to self: the hillclimber method has not been fully converted to suit other metrics than e.g. accuracy. Especially, when checking the initial ensemble, we must implement a check to see whether we should use min() or max() depending on the status of greater_is_better variable.
Reminder to self: the hillclimber method has not been fully converted to suit other metrics than e.g. accuracy. Especially, when checking the initial ensemble, we must implement a check to see whether we should use
min()ormax()depending on the status ofgreater_is_bettervariable.