Skip to content
New issue

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

Potential speed improvements #206

Closed
mfeurer opened this issue Dec 14, 2021 · 1 comment · Fixed by #346
Closed

Potential speed improvements #206

mfeurer opened this issue Dec 14, 2021 · 1 comment · Fixed by #346

Comments

@mfeurer
Copy link
Contributor

mfeurer commented Dec 14, 2021

This issue lists potential speed improvements to keep track of them. There is no plan to implement them right now, but if you would like to contribute to ConfigSpace by doing so, please let us know:

get_one_exchange_neighborhood

  • Generator is not available in Cython, so this is a regular Python function
  • To speed up this function it should be ported to Cython and all variables should be annotated
  • To do so we need to implement a stateful class that implements the iterator protocol

Collections

_transform_scalar and _transform_vector

  • These are internal functions to transform between the unit representation and the real-world representation
  • Check whether we need both versions and whether we can use a single one only and improve it's typing.
@eddiebergman
Copy link
Contributor

Closed by #346

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

Successfully merging a pull request may close this issue.

2 participants