deephyper.hpo.ArgMaxObsSelection#
- class deephyper.hpo.ArgMaxObsSelection[source]#
Bases:
SolutionSelectionSelects the best solution based on maximum observed objective(s).
This strategy simply picks the configuration with the highest observed objective value among all evaluated configurations. If multiple maximums exists it will select the latest received result.
Methods
Update the solution based on new job results.