Greedy ====== Greedy acquisition function selects candidates with the highest predicted mean values. This is a pure exploitation strategy that does not consider uncertainty, making it suitable when the surrogate model is highly confident or when pure exploitation is desired. .. automodule:: alf_tools.optimizer.acquisition_functions.greedy :members: :show-inheritance: :undoc-members: