Skip to content

Why is greater_is_better set to True? #5

@arpanbiswas97

Description

@arpanbiswas97

In gp.py (when finding the next sample):
next_sample = sample_next_hyperparameter(expected_improvement, model, yp, greater_is_better=True, bounds=bounds, n_restarts=100)
Here greater_is_better is True means that its trying to maximize the loss function instead of minimizing it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions