We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow negative indices to fixed_features and fixed_features_list in optimizers such as optimize_acqf
fixed_features
fixed_features_list
optimize_acqf
This came up in #2602. It is tempting to describe the index of a feature with an index like "-1", but this is not currently supported.
This should be easy to do by changing the indices to index % num_features.
index % num_features
Are you willing to open a pull request? (See CONTRIBUTING)
Only if users want this! Speak up if this would be useful for you (or would have spared your past self some hassle).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature Request
Allow negative indices to
fixed_features
andfixed_features_list
in optimizers such asoptimize_acqf
Motivation
This came up in #2602. It is tempting to describe the index of a feature with an index like "-1", but this is not currently supported.
Pitch
This should be easy to do by changing the indices to
index % num_features
.Are you willing to open a pull request? (See CONTRIBUTING)
Only if users want this! Speak up if this would be useful for you (or would have spared your past self some hassle).
The text was updated successfully, but these errors were encountered: