Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

HyperMapper queries points outside of search space #91

Open
thegwan opened this issue Jun 26, 2023 · 1 comment
Open

HyperMapper queries points outside of search space #91

thegwan opened this issue Jun 26, 2023 · 1 comment

Comments

@thegwan
Copy link

thegwan commented Jun 26, 2023

I have an IntegerParameter x2 ranging from [1,10] inclusive.

"x2": {
    "parameter_type": "integer",
    "values": [
        1,
        10
    ]
}

In the DoE phase, all of the outputs show values in this range, but if I run more BO iterations, the output shows HyperMapper querying points with a x2 value of 0, which is not part of the param space.

Is this expected/something to do with the active learning phase? Is there a way to restrict it so that HyperMapper never considers points outside of these values?

@UnsignedByte
Copy link

I have the same issue, given a bounding of [A, B] I have found I actually get values sometimes within [A-1, B+1].

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants