Objective class
- Original Link : https://keras.io/api/keras_tuner/tuners/objective/
- Last Checked at : 2024-11-25
Objective
class
keras_tuner.Objective(name, direction)
The objective for optimization during tuning.
Arguments
- name: String. The name of the objective.
- direction: String. The value should be “min” or “max” indicating whether the objective value should be minimized or maximized.